Barebones project showing how to get an Inkplate10 to talk to WiFi and the Internet over HTTPS using the Arduino IDE. It does the following:
- Connects to a WiFi network
- Gets the current IP address by making an HTTPS API call to a service on the Internet
- Displays the IP address on screen
- Goes into deep sleep for many seconds.
- GOTO 1