Search found 3 matches

by kiran57
Tue Jul 17, 2018 12:58 pm
Forum: General Discussion
Topic: ESP32 as TCP server sending Delayed ACK's
Replies: 0
Views: 2290

ESP32 as TCP server sending Delayed ACK's

I am using ESP-WROOM-32 DEV KIT in SOFTAP mode and linux PC in STA mode. ESP32 runs tcp-server and linux pc runs as tcp-client and i'm seeing ESP32 adding some delay before sending ACK, but when i do the same using two linux PC's for server and client i didn't see any such delays.How to reduce this ...
by kiran57
Fri Jul 06, 2018 11:14 am
Forum: General Discussion
Topic: ESP32 as WIFI device in spi slave mode
Replies: 2
Views: 6830

Re: ESP32 as WIFI device in spi slave mode

Hi, we need your support on ESP32 WiFi module. We have successfully established SPI communication between ESP32 DevKit and Atmel Micro-controller. But facing issues in receiving "ready" data from ESP32 kit. We have an example HSPI code where its using different communication format like "Sending "su...
by kiran57
Tue Jun 26, 2018 6:49 am
Forum: General Discussion
Topic: ESP32 as WIFI device in spi slave mode
Replies: 2
Views: 6830

ESP32 as WIFI device in spi slave mode

Hi All, I have bought ESP-WROOM-32 module recently and i wanted to use it for wi-fi operations. I am trying to use Atmel microcontroller as SPI master and ESP32 as SPI slave mode, Atmel should take care of switching ESP32 from AP mode to STA mode, Establishing wifi connection creating TCP/UDP connec...