glydrfreak

Results 3 comments of glydrfreak

POTENTIALLY USEFUL CLUES: - Visual Studio occasionally enters a (not responding) state during a sketch upload. As soon as I unplug the Feather M0, Visual Studio immediately responds again. -...

When the epd is reset using... `digitalWrite(rst_pin, LOW);` `delay(200);` `digitalWrite(rst_pin, HIGH);` `delay(200);` ...and if no more requests are sent to refresh the display, precision is regained. If there is another...

- I wired up the MS5611 via I2C and still I get noisey data when the EPD is enabled. - I also tried to slow down the loops while the...