LUX Board Troubleshooting
Make sure that the board is receiving 6V
12V power supply needs to be on
Measure voltage from two jumper cables plugged in to correct pins in ribbon cable using a multimeter
Plug in to LUX Arduino and check what inputs it is receiving
Link Arduino troubleshooting guide
Use
SerialUSB.println(input2String);
to check if there are serial eventsOpen up serial monitor
This should instruct you about what to check next based off of the output
If no output,
The LUX board may be incorrectly flashed with code
Plug an Arduino Uno directly into the board to see what outputs it receives
If the boards were previously working or have been verified to be outputting the correct signal directly to an Arduino, the connection between the SAMD21 and the LUX board is broken
Last updated