In this video tutorial for absolute beginners, I show how to connect ESP32 to the WiFi network in the simplest way using Visual Studio Code with PlatformIO. Watch this guide to learn about two methods you can try to establish the connection and how you can use the built-in diode as a status indicator.
00:00 Intro 00:22 Requirements 01:17 Creating a new project with VS Code and PlatformIO 02:45 Quick project and program structure overview 03:25 Initial setup (Serial, LED Diode, and WiFi Credentials) 05:28 Blocking method: coding part 10:43 Blocking method: deployment and test of the solution 12:24 Non-blocking method: coding part 20:05 Non-blocking method: deployment and test of the solution 21:18 The End