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

When running the ESP32 websockets example,after adding SSID and Password, I get the blinking led but the serial monitorjust reports: E (2462) wifi:Association refused temporarily, comeback time 200 mSec The...

In this particular case, only the workstation seems to demonstrate the issue. More debugging needed. Workstation is using `gcc version 10.3.0 (Solus) `. ``` Ceedling:: 0.30.0 Unity:: 2.5.1 CMock:: 2.5.2...

Should use prefix `eui_` to match rest of the public function style. - [ ] Change library. - [ ] Update doxy - [ ] Update documentation. - [ ]...

enhancement

The board ID is currently a bit of a hack, using a 16-bit hash (and a poor hash at that) of whatever they pass in. There are also warnings from...

enhancement

This is some kind of ephemeral volatile value the UI sends after successful handshake. When the microcontroller resets, this goes to zero, and the UI can then know if the...

Found some interesting bugs which weren't previously caught to due poor self-testing processes and insufficient test cases. Unit tests can't always catch the more subtle higher level functionality. Design a...

tests

CLang Tidy warns many times per file about "narrowing conversion from unsigned int to int is implementation-defined". This is mostly seen where an unsigned bitfield is used for error handling,...

bug