Connect to the on-board ESP32 on the RealDigital Blackboard.
☢️ Note: This is only tested on the Rev. B board. Feel free to email me if you're interested in the project and I can add you as a maintainer, or you can just encourage me to work on this.
There is a Github repository containing examples, over at blackboard-esp32-examples.
Feature | Status |
---|---|
Simple IO between the ESP32 and Zynq PS | Done |
UART interrupts for receiving data | Done |
Simple Tx/Rx queues | Done |
Wifi connectivity | Done |
Socket wrapper | Done |
TCP socket | Done |
HTTP wrapper | Done |
Socket & HTTP refactoring | In progress |
Wifi AP mode | Not started |
Bluetooth | Not started |
UDP and SSL | Not started |
Documentation | Not started |
- ESP32 AT Instruction Set Documentation (pdf)
- RealDigital Blackboard Manual (web)
- RealDigital Blackboard Rev. B Manual (pdf)
- esp8266-arduino - a similar project but using C++ for Arduino