Page 1 of 1

Example C code for Wifi Connection

Posted: Fri Aug 03, 2018 10:42 pm
by orbitcoms
Hi,
I am a newbie to ESP32. So far I have installed VisualGDB into Visual Studion 2017 on Windows OS and can run the example Blink code in my custom hardware using the Olimex Debugger OK.
My project is for a logger that is to receive packets of date via the UART and then forward them to a controller via a Wifi Access Point.

What would be very useful at this stage is any example "C" code showing how to send data over wifi to AP and also UART code example (receiving packets of data). The project will also access external SPI memory but I should be able to bitbash that ok.

Anyone know where I could find reevant code for getting started on my project?

Thanks

Re: Example C code for Wifi Connection

Posted: Sat Aug 04, 2018 5:16 am
by kolban
Howdy sir, welcome to the forum.

There are a goodly number of samples available here:

https://github.com/espressif/esp-idf/tr ... r/examples

Maybe have a look-see at these and see if one comes close to your needs?