Search found 3 matches
- Sun Mar 15, 2020 9:31 pm
- Forum: ESP32 Arduino
- Topic: ArduinoOTA and WIFI_AP_STA mode -- upload only works on one interface
- Replies: 0
- Views: 4345
ArduinoOTA and WIFI_AP_STA mode -- upload only works on one interface
I have an ESP32 operating in AP-STA mode, with ArduinoOTA working. However, the upload only succeeds if my development machine (Windows) is connected to the ESP32's AP. It fails if the dev machine is connected to the same AP that the ESP is connected to as a STA. I would like to understand why, and ...
- Mon Sep 16, 2019 8:56 pm
- Forum: ESP32 Arduino
- Topic: UDP dropping frames
- Replies: 2
- Views: 6975
Re: UDP dropping frames
I experience a similar problem: sending a UDP packet with 164 data bytes every 20 msec. The loop calls udp.beginPacket(broadcastIp, udpPort); udp.write(buffer, sizeof(buffer)); udp.endPacket(); every 20 msec, but randomly about one packet in 10 is apparently not transmitted. The worse problem: the s...
- Sat Jul 06, 2019 4:33 pm
- Forum: General Discussion
- Topic: Schematic for AZ-Delivery ESP32 Dev Board?
- Replies: 1
- Views: 9850
Schematic for AZ-Delivery ESP32 Dev Board?
Has anyone found the schematic for the ESP32 Dev Board sold by AZ-Delivery here: https://www.az-delivery.de/collections/bestseller/products/esp32-developmentboard?ls=en It is called "ESP-32 Dev Kit C" on their website, but it is not the same as the Espressif Dev Kit C. I know this because the Espres...