-
-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Hello, I’m trying to implement the SC features on my generic ESP32 board. The VT and TC connect to the server (on my tractor) correctly. SC even starts working because I can see that my tractor sends PGN messages through the UART debug, and I can observe the setpoint value when I enter a zone where the sections should be off.
However, I don’t receive any messages when the sections should be on. I even performed a CAN trace, identified the ID that sends the DDI commands, and verified the correct message when the sections should be off. But when the sections should be on, it’s not working.
What could be the issue? Could it be something related to the DDOP settings during the TC setup?
I used the Seeder And TC client example from stack just a little changes for ESP32