Skip to content
forked from bertrik/bliksem

Lightning detector publishing readings on MQTT

License

Notifications You must be signed in to change notification settings

revspace/bliksem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bliksem

Lightning detector publishing readings on MQTT

OTA via PlatformIO

  1. Install platformio (sudo pip3 install platformio)
  2. Run ./upload.sh
  3. If the password was wrong, rm OTA_PASSWORD.h and try again

OTA via Arduino IDE (untested; does this work?)

  1. Create OTA_PASSWORD.h and add:

    #define OTA_PASSWORD "passwordhere"

  2. Make sure Arduino IDE is closed (all windows!)

  3. Start Arduino IDE

About

Lightning detector publishing readings on MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.4%
  • Shell 6.6%