Page 1 of 1

create esp32 udp client

Posted: Fri Dec 02, 2016 5:43 am
by roctwo
:) :) how to create a udp client with esp32?
I have create a udp client program, but the chip always reboot.
Is there some code of udp example for me to refer?? :P :P

Re: create esp32 udp client

Posted: Fri Dec 02, 2016 5:54 am
by kolban
Find a sample for creating a UDP client using sockets on Linux ... and it should "just work" on an ESP32 when compiled for the ESP32 using the ESP-IDF SDK.