Ray Marshall

Results 5 comments of Ray Marshall

I was trying to get SDCard sample running on Wemos D1 mini with an added SD card. Same fault as the original post. When I got down to analysing the...

@slaff Certainly can. Not done that before so I might need a bit of hand holding! Is there a guide? What concerns is that someone who wrote the original SDcard...

Line 48 in the code #define PRODUCTION true change that to #define PRODUCTION false Then you don't get resets about every 30 seconds. So it should stay connected to MQTT...

I came up with an even better solution that I think fixes most of the issues with getting these boards to work! The fundamental problem is that ESP8266 only has...

Hi, Looks like a watchdog reset. The last few lines of the sketch show if a valid message has not been received in 10 seconds, the device will reset. So...