October 8, 2019
Wow, so much has happened in my life since my last update. I have been playing the violin again, moved to a new place, and played with some electronics. I never finished the snail story, or any other story, but I'm still chugging at it.
For a few days, I thought I had solved Oppermann's conjecture, but I hadn't. However, I have now written up a few pages of the mathematics that I used. Maybe it will be useful in the future.
A few days ago, I connected the NodeMCU chip to a Waveshare EPD. The NodeMCU is a Wifi capable board with a microcontroller on it. It is programmable and can be used to connect to other devices. The Waveshare EPD is an e-ink display system.
I was able to connect the NodeMCU to the Waveshare EPD by disabling the watchdog reset, following a few tutorials, testing the Waveshare EPD with an Arduino to ensure correct Waveshare EPD connections, and then using those connections to connect with the NodeMCU. When things didn't work out, I used an oscilloscope to figure out what I had misconnected. I also had to change some of the pins to make the Arduino sample code work on the NodeMCU. I also spent a lot of time understanding what I was supposed to do, how to read the pin mappings on the Waveshare schematics, and about general electronics stuff.
In the end, everything worked, and here is a link to a video showing that it worked: Proof of working EPD to NodeMCU connection..
Here's a link to another project I completed: Temperature sensor project.