Building the atomic clock I’ve always wanted For years & years, I have wanted to own an actual atomic clock. So I built one.
Initial Impressions of ESP8266 + Arduino Part of the Getting Started with ESP8266 + Arduino series. I've spent some time over the last few weeks toying with Arduino development on the ESP8266 platform, using PlatformIO and Wemos D1 Mini boards. The result is this GitHub repository with some simple Arduino + ESP8266 demos; and in this …
How to enable debug logging for Arduino's ESP8266HTTPClient with PlatformIO Part of the Getting Started with ESP8266 + Arduino series. While working on my ESP8266 Arduino HTTPS demo project, I wanted to enable debug logging from the HTTP client. It took me a few minutes to figure out, likely due to my lack of experience with this platform & toolchain (Arduino, …
ESP8266 + PlatformIO Serial Console Monitoring with Exception Decoding Part of the Getting Started with ESP8266 + Arduino series. As part of my efforts to debug a crash during an ISR on ESP8266, using the PlatformIO toolchain, I had to figure out how to get the PlatformIO device monitor tool to decode stack traces printed to the serial console. For …