-
Notifications
You must be signed in to change notification settings - Fork 108
Archived Goals
grant_____ edited this page Feb 23, 2020
·
1 revision
- Compile firmware for an ESP32 dev board
- Sync up ESP32 branch with master (was already pretty well synced)
- Send LoRa message between two ESP32 dev boards (works on LILY TTGO dev boards)
- Rewrite routing protocol as library that is portable between simulator, ESP8266, and ESP32. (Completed as a new repo, LoRaLayer2)
- Merge ESP32 code into master branch (created new dirs, added arg to fetch deps, see PR #29)
- Write up API doc for LoRaLayer2/Layer1 (first pass in LoRaLayer2 readme needs improvement)
- Test SD card on ESP32 (working! moved SD card code to new repo, AsyncSDServer)
- implement routing protocol on real hardware (routing has been daemonized, still need to test thoroughly)
- release LoRaLayer2 as arduino library (should be available to install in Arduino IDE)
- Design, develop interactive shell to access over serial (uses standard getopt format, pretty cool, has basic functionality as of c6e41e80) (and ssh? this is possible https://github.com/hopkinskong/esp32-ssh-server)