1
0
mirror of https://github.com/simisimis/blinkmeter.git synced 2025-12-06 16:42:27 +02:00

Merge branch 'master' of github.com:simisimis/blinkmeter

This commit is contained in:
Simonas Narbutas
2018-11-28 16:13:56 +01:00

View File

@@ -11,14 +11,14 @@ Electricity meter blink counter nodemcu lua code for ESP8266.
## Installation ## Installation
### Download nodemcu firmware ### Download nodemcu firmware
- I use this site to build custom nodemcu firmware: [nodency-build,com](https://nodemcu-build.com) - I use this site to build custom nodemcu firmware: [nodency-build.com](https://nodemcu-build.com)
### Flash your ESP8266 controller ### Flash your ESP8266 controller
```bash $ esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash --flash_size=detect 0 /path/to/nodemcu.bin ``` `$ esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash --flash_size=detect 0 /path/to/nodemcu.bin`
### Download ESPlorer ### Download ESPlorer
- You can get it at [Esplorer site](https://esp8266.ru/esplorer/) - You can get it at [Esplorer site](https://esp8266.ru/esplorer/)
- Extract and launch with java 1.7+ ```bash $ java -jar ESPlorer.jar``` - Extract and launch with java 1.7+ `$ java -jar ESPlorer.jar`
### Upload lua files ### Upload lua files
- move location_example.lua to location.lua and change to your ssid/psk - move location_example.lua to location.lua and change to your ssid/psk