electricui-embedded icon indicating copy to clipboard operation
electricui-embedded copied to clipboard

Add communications functionality to connect your hardware to a local user interface.

Results 25 electricui-embedded issues
Sort by recently updated
recently updated
newest added

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...

example

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...

Epic

Add a build pass using the ESP8266 as the target. This wasn't as easy to add due to the different toolchain.

tests

The ESP8266 uses slightly different libraries for wifi manager. Support both in the same script.

enhancement