25 lines
503 B
Markdown
25 lines
503 B
Markdown
ESP32 Remote Pager
|
|
===
|
|
|
|
Subs sind für "SWTGTEM" Pager
|
|
|
|
Station ID ist `531`
|
|
|
|
Pager IDs sind `101` - `116` & `201` - `216`
|
|
|
|
## HOWTO:
|
|
|
|
### Generate signals.h
|
|
|
|
`python3 generate.py`
|
|
|
|
### Build pager.ino
|
|
|
|
- `cp pager.ino.example pager/pager.ino`
|
|
- `vim pager/pager.ino` (Dort die Wifi config anpassen)
|
|
- `arduino-cli compile --fqbn esp32:esp32:esp32 pager --output-dir build`
|
|
|
|
### Flash ESP
|
|
|
|
`esptool.py --chip esp32 --port /dev/cu.usbserial-0000 --baud 460800 write_flash -z 0x10000 build/pager.ino.bin`
|