Search found 1 match
- Mon Oct 02, 2017 8:56 am
- Forum: General Discussion
- Topic: ESP32-AT Redirect incomming data from UART to SPI
- Replies: 0
- Views: 2408
ESP32-AT Redirect incomming data from UART to SPI
Hello, I am currently working on a project where there is going to be transmitted high amount of data trough the ESP32 to a secondary MCU. Because of the high amount of data, it would be preferable to transmit the incoming data through SPI instead of UART. My question is therefore how to redirect th...