-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtodo
29 lines (16 loc) · 862 Bytes
/
todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
mqtt links:
https://slashposts.com/2018/04/mqtt-pubsubclient-tutorial-for-arduino-esp8266-esp32/
Make "connection lost" message for the display
Add yr weather display
json example: people in space:
http://api.open-notify.org/astros.json
Full details on the ESP32 board from Adafruit:
https://learn.adafruit.com/adafruit-huzzah32-esp32-feather
The driver for the board is linked to in their documentation:
https://learn.adafruit.com/adafruit-huzzah32-esp32-feather/using-with-arduino-ide
Direct link for the driver, this driver is the same one needed for
all the ESP (wifi) boards:
https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
Libraries to download and put in ~/Documents/Arduino/libraries (on OSX, anyway):
https://github.com/ladyada/Adafruit_CharacterOLED
https://github.com/arduino-libraries/NTPClient