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

I believe the default implementations for the Arduino IDE use blocking TCP calls. https://github.com/me-no-dev/ESPAsyncTCP is a good option, and the websockets library used in the other demo code does support...

example

The wifi/ws transport example is currently using a fixed wifi network. Add support and handling for the UI to provide new wifi credentials at runtime (define the SSID/password over the...

example

- [ ] Buy a TI TivaC launchpad microcontroller board. - [ ] Work out which IDE they use normally, and their standard toolchain. - [ ] Create a simplistic...

example

Create an example/suite for use with the Nordic NRF bluetooth+ARM microcontrollers. - [x] Source hardware to use as devkit. - [x] Basic serial/usb example with blinking light? - [ ]...

example

- [ ] Find 'the' go-to micro in that ecosystem - [FDRM-K64F](https://au.mouser.com/ProductDetail/NXP-Semiconductors/FRDM-K64F) - [ ] Work out their toolchain - [ ] Make a eUI USB blinking light demo -...

example

Unsure if this is worth doing due to personal dislike of PIC platform decisions, but they are popular microcontrollers. - [ ] Find the 'go-to' development board - [ ]...

example

Create an example project using a 3rd party compression library to shrink payloads. Example should use a large enough 'input' structure that the compression has visible reductions in size (something...

example