Files
disaster-radio/firmware/README.md
phoenix d3b706eaa6 Improve Wifi
This commit makes connecting to an existing WiFi more robust
and adds the missing `secrets.h` file for WiFi configuration.
2020-10-07 21:46:49 +02:00

1.0 KiB

This firmware interfaces with the LoRa transciever and Javascript web apps.

Setup and development

See the main README to build the firmware

Connect to existing WiFi

In WiFi mode, the firmware by default creates it's own SSID. If you want to connect to your own Wifi instead, copy the file secrets.H to secrets.h and modify the file accordingly

/* Place SSIDs, Passwords, Hashes, etc. in this file, it will not be tracked by git */

// Uncomment to enable the Wifi client
// #define WIFI_SSID "WIFI_SSID"
// #define WIFI_PASSWORD "WIFI_PASSWORD"

Then follow the build instruction in the main README

Testing

Debugging can be done over serial using a tty interface, such as screen or minicom. To test the web app: