mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-15 21:18:21 +01:00
20 lines
393 B
Markdown
20 lines
393 B
Markdown
# Sprocket-Core
|
|
A lightweight Arduino framework for event driven programming.
|
|
|
|
## Concepts
|
|
... topic based event channel / pubsub-pattern
|
|
... plugin system
|
|
|
|
|
|
## Sprocket Lifecycle
|
|
TODO
|
|
|
|
# Useful commands
|
|
```sh
|
|
# erase flash
|
|
esptool --port /dev/ttyUSB0 erase_flash
|
|
|
|
# OTA
|
|
~/.platformio/packages/tool-espotapy/espota.py -i <espIP> -p 8266 -a <authPW> -f .pioenvs/ota/firmware.bin
|
|
|
|
``` |