Last seen: Nov 27, 2024
No, the rpms are directly reported by the game, if the mod is cheating with the values which seems to be the case I have no ways to know it 🙁
Hi ! Unfortunately, it looks like the car mod is a hack, the RPMs displayed are coming from the game SDK, and the mod is probably using a "hacked" tru...
Hello, no it's not possible yet i'm sorry, like you found the scroll uses a reference time to compute the current scroll position and changing the del...
Hi ! If I'm not wrong 48w at 12v is 4 amps, you would be above of the motorshield V2 specifications, for such fans you will need to opt for the mons...
I see you were using two arduinos if I'm not wrong. Does it uses the same name ? They could be mixed ?make sure to give it an unique name in sketch se...
Hi ! Ai runs a simplified physics and it's not the best for calibration, In simhub you can record actual telemetry data (see on top of the window ...
There is also an error on int prawy = FlowSerialReadStringUntil('\n').toInt(); It should be int prawy = FlowSerialReadStringUntil(';').toInt()...
Hi ! If I count correctly the Arduino code and the formula does not match, I see 13 integer being sent(in the formula), but 14 integers being rea...
Hi ! Indeed those sounds are not the best for the brain 😀 , I had to hear them a lot during my testings and no ... It's not good for the feng shui ...
hum it wasn't available in the sdk but there is a WearEngine value, I feel like the in game led will match a specific wear value 😀
Hi ! Yes for anything not available out of the box you can use these three custom effects and use any property available for these specific games : ...
Hi ! No it's not implemented, it's a request I get regularly, but sending vibrations requires the get exclusive access the the controller and it would...
Hi ! Yes you have lot of predefined effects, and you can even use the game data that build your own if prebuilt effects are not enough :/p>
Hi ! That's really an unusual signal, standard tachometer signal is pulse based (half duty based pulse signal which always average to 2.5v with only a...
Hi ! Simple LEDs are not supported intentionally due to this :(see chapter 10) But you can use ws2812b rgb LEDs you can find them in many form facto...