You will need the following components to build the smart e-ink to-do list:
- Arduino MKR WiFi 1010: https://store.arduino.cc/usa/mkr-wifi-1010
- Waveshare 4.2-inch e-ink display module, three-color (black, white, red), 400x300: https://www.waveshare.com/4.2inch-e-paper-module-b.htm
- Micro USB cable: https://www.sparkfun.com/products/10215
The following tools and libraries, which we installed together in Chapter 4, Setting Up a Lab Environment, are required:
- Arduino IDE
- Arduino MKR WiFi 1010 drivers
- WiFiNINA Arduino library
- MQTT Arduino library
Please download the source code from the book's repository (https://github.com/PacktPublishing/Hands-on-Internet-of-Things-with-MQTT). You will find all relevant sketches for this chapter in the ch6 folder.
Check out the following video to see the Code in Action:
http...