Skip to content

Latest commit

 

History

History
 
 

firmware

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: