openmrn / OpenMRNLite

Arduino library for the OpenMRN core using the simplified drivers and programming model of the Arduino environment.
BSD 2-Clause "Simplified" License
16 stars 8 forks source link

ESP32IOBOARD no output #8

Closed nopxor closed 2 months ago

nopxor commented 2 months ago

I have managed a test CAN network with a ESP32SerialBridge and 2 ESP32IOBoard. I have connected some pushbuttons with pullup resistors as inputs and some leds with resistors as outputs. In JMRI, I can see the pushbuttons events but when I associate the events with the outputs, the leds do not light.

atanisoft commented 2 months ago

Can you check the console output from the esp32? There usually are clues there as to what went wrong.

nopxor commented 2 months ago

Thank you for the response. The console output seems fine. I did another test and the outputs worked fine. But a few moments later, I lost the outputs again certainly a dirty wild wiring ; ) This partial operation gives me good hope.