Page 1 of 1

ESP-AT with SPI cant handle very fast incoming data

Posted: Thu Nov 25, 2021 10:31 am
by naitik
Hello, I am using ESP32 with ESP-AT library in SPI mode. ESP32 is connected to MQTT Broker which publishes the data very fast at one specific topic which shows list of users online. its publish data every 100-200 ms thus most of time ESP32 skips few Important responses on other topics from server and that data never reaches to Host controller. However when ESP32 is used in UART Mode this issue doesn't occur. so can someone point me out on how it can be solved for SPI as well ?

Re: ESP-AT with SPI cant handle very fast incoming data

Posted: Wed Dec 08, 2021 3:23 am
by ESP_Alson
The speed of SPI will be faster than speed of UART in theory. You can increase the frequency of your SPI Master or use Dual mode or Quad mode .