Getting Started with ESP32 Wireless Networking in C | Wirelessly Enable Any Project with ESP32



Getting Started with ESP32 Wireless Networking in C | Wirelessly Enable Any Project with ESP32

Getting Started with ESP32 Wireless Networking in C  |  Wirelessly Enable Any Project with ESP32

The ESP32 by Espressif is an extremely powerful development board. You can use it to give the power of Wifi and Bluetooth to any IOT project you’re working on, with zero hassle.

In this video, we explore how to setup the Espressif IOT Development Framework, or IDF, and use it to write C code to connect the ESP32 to a Wireless Network. Once the device is connected, we are able to connect the ESP32 to a TCP server and retrieve data from that server.

The ESP32 IDF uses FreeRTOS, an open source real time operating system that is used on smaller embedded boards. FreeRTOS allows you to make tasks for different features on your board. Pairing this with the IDF allows you to write powerful Wifi programs to the ESP32.

Drop a like and subscribe to be alerted about new videos!

ESP32 IDF Setup: https://youtu.be/dOVjb2wXI84
Code: https://www.github.com/lowlevellearning/esp32-wifi

Follow me on Twitter: https://twitter.com/lowleveltweets
Follow me on Twitch: https://twitch.tv/lowlevellearning
Join me on Discord!: https://discord.gg/gZhRXDdBYY .

Comments are closed.