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
- Host: GitHub
- URL: https://github.com/bertrik/bliksem
- Owner: bertrik
- License: mit
- Created: 2019-08-18T19:49:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T20:49:03.000Z (almost 7 years ago)
- Last Synced: 2025-02-21T18:41:57.546Z (over 1 year ago)
- Language: C++
- Homepage: https://revspace.nl/Bliksem
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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