Search found 2 matches
- Mon Dec 02, 2019 4:14 am
- Forum: ESP32 Arduino
- Topic: Data rate on esp32
- Replies: 3
- Views: 3690
Re: Data rate on esp32
Hello, The idea is to use an FPGA in order to send the bits to ESP32 @25Mbps. I am OK in using SPI as the protocol. What should be the address and bit format to be sent over SPI? Can I still use the Arduino to load the firmware on to DEVKIT to enable the SPI port? Let me know any reference document ...
- Sun Dec 01, 2019 6:42 pm
- Forum: ESP32 Arduino
- Topic: Data rate on esp32
- Replies: 3
- Views: 3690
Data rate on esp32
Hello, I am using ESP32 DEVKIT using arduino ide. I am trying to use the peer to peer mode. The pins 23 and 2 are made as input pins on ESP32 master and pins 23 and 2 as receive pins on ESP32 slave device. The pin 23 of master has been connected to a function generator and the pin 23 on slave device...