I'm getting really bizarre readings from the UART...
I've tried 2 different ESP8266s (d1 mini clones) and an ESP32 (a mini32) and see the same behaviour on each. The IKEA unit appears to work normally, and the LEDs on it light up as you would expect in different atmospheres.
Have also de/re-soldered the wires a few times, powered the ESP via either 5V pin or USB. Same deal each time.
I'm getting really bizarre readings from the UART...
I've tried 2 different ESP8266s (d1 mini clones) and an ESP32 (a mini32) and see the same behaviour on each. The IKEA unit appears to work normally, and the LEDs on it light up as you would expect in different atmospheres.
Have also de/re-soldered the wires a few times, powered the ESP via either 5V pin or USB. Same deal each time.
Code modifications (for logging):
Serial output
I'm somewhat new to C++ / Arduino, would appreciate any tips re: where to look next!