Due to increasing spam attacks, forum registrations are currently paused to keep our community safe and spam-free. Come hang out and stay connected with us on the SimHub Discord: https://discord.com/invite/nBBMuX7!
Catch you on Discord — and thanks for understanding!
Catch you on Discord — and thanks for understanding!
Notifications
Clear all
Topic starter
03/05/2023 12:32 pm
hello, I'm making a project for ETS 2 for displays
I used two Arduino boards for this:
1. Uno - matrix and lcd 20 x 4 connected here
2. Nano - 3 x TM1637 connected here + I want to add LED indicators signaling, for example, turn signals, lights on, handbrake on
And here the problem begins
The turn signals work but the brake light is on all the time, is the code able to look at the code and help?
Protocol message binding
if([DataCorePlugin.GameRawData.Lights.BlinkerLeftOn], '0', '1')
+ ';'+
if([DataCorePlugin.GameRawData.Lights.BlinkerRightOn], '0', '1')
+ ';'+
if([DataCorePlugin.GameRawData.Drivetrain.ParkingBrake], '1' , '0')