https://github.com/mengguang/esp32_cobsserver
Serve Arduino API remotely via Serial and COBS
https://github.com/mengguang/esp32_cobsserver
arduino cobs firmata remotecontrol serial server
Last synced: about 1 month ago
JSON representation
Serve Arduino API remotely via Serial and COBS
- Host: GitHub
- URL: https://github.com/mengguang/esp32_cobsserver
- Owner: mengguang
- Created: 2021-07-09T13:32:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T17:52:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T08:35:29.107Z (over 1 year ago)
- Topics: arduino, cobs, firmata, remotecontrol, serial, server
- Language: C++
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32_CobsServer
Serve Arduino API remotely via Serial and COBS.
About COBS codec: https://github.com/cmcqueen/cobs-c
Now the Digital IO, Wire, SPI works.