Last seen: Apr 19, 2025
Hi ! It's mendatory to leave the game in windowed borderless or windowed. When you run in full screen mode the game has exclusive access to the mon...
Yes it will 😉 In the wait you can simply switch simhub to pcars2 and enable in game telemetry, options (enable shared memory in pcars2 mode. The t...
It's possible yes, it will require a bit of coding from your own with proper bounds, correction curve, eventually smoothing, but I can't see any parti...
Hi !Hard to say, currently simhub simply forwards all UDP packets as it was received with no changes, I can't see much reasons for an issue on this en...
Hello ! No you can't the arduino is only acting as a "serial bridge" to the nextion and if you try to send data from ther arduino you will mix with co...
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 😀