electricui-embedded
electricui-embedded copied to clipboard
Add communications functionality to connect your hardware to a local user interface.
Should demonstrate how encrypted data can be managed. This can be done at the payload level, leaving the header information intact for the length, along with the CRC and framing...
This might be useful when they have multiple transports connected, say, bluetooth and ethernet/wifi, where the underlying layer has a max-packet size. This would allow people to use _large_ packet...
Need to flesh out a series of example projects for the various embedded platforms that people might want to use. Seeing an example for their platform (better, their workflow) reduces...
Add a build pass using the ESP8266 as the target. This wasn't as easy to add due to the different toolchain.
The ESP8266 uses slightly different libraries for wifi manager. Support both in the same script.