electricui-embedded
electricui-embedded copied to clipboard
Add communications functionality to connect your hardware to a local user interface.
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...
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...
- [ ] Buy a TI TivaC launchpad microcontroller board. - [ ] Work out which IDE they use normally, and their standard toolchain. - [ ] Create a simplistic...
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? - [ ]...
- [ ] 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 -...
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 - [ ]...
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...