An open API service indexing awesome lists of open source software.

https://github.com/bertrik/bliksem

Lightning detector publishing readings on MQTT
https://github.com/bertrik/bliksem

Last synced: about 11 hours ago
JSON representation

Lightning detector publishing readings on MQTT

Awesome Lists containing this project

README

          

# 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