Patrick Balsiger dbb4ce9de7 Resolve "OTA"
2018-08-03 11:01:42 +00:00
2018-07-12 01:42:43 +02:00
2018-06-02 12:08:04 +02:00
2018-08-03 11:01:42 +00:00
2018-08-03 11:01:42 +00:00
2018-08-03 11:01:42 +00:00
2018-07-12 01:42:43 +02:00
2018-06-02 12:08:04 +02:00
2018-07-13 18:41:20 +02:00
2018-06-02 10:08:33 +00:00
2018-08-03 11:01:42 +00:00
2018-08-03 11:01:42 +00:00

Sprocket-Core

Library to build a mesh network of single purpose nodes.

WTF is a sprocket?

A sprocket is a device that has a single purpose, for example a PIR sensor node that notifies other nodes if there is motion or an LED node that lights up when a message is received.

Useful commands

# 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 

Description
Arduino based library for event driven applications.
Readme MIT 312 KiB
Languages
C++ 43.5%
C 31.6%
JavaScript 22.7%
HTML 2.2%