ESP32 WiFi
The ESP32 is well-known for its Wi-Fi capabilities, offering a wide range of features that make it ideal for a variety of wireless applications, from IoT (Internet of…
The ESP32 is well-known for its Wi-Fi capabilities, offering a wide range of features that make it ideal for a variety of wireless applications, from IoT (Internet of…
In Station mode (STA), the ESP32 connects to an existing Wi-Fi network, functioning as a client. It’s similar to how your phone or PC connects to a home…
To avoid repeating Wi-Fi connection code, we can abstract the connection process into a separate function and save it in a separate file. On the right side of…
In Access Point mode (AP), the ESP32 acts as a Wi-Fi access point, creating its own Wi-Fi network that other devices can join. This mode works similarly to…
Dual Mode on the ESP32 refers to the ability to operate simultaneously in both Station (STA) mode and Access Point (AP) mode. The dual mode enables the ESP32…
MultiWifi is a feature or technique used to allow the ESP32 to connect to multiple Wi-Fi networks. The idea is that the device can automatically switch between available…
Here’s an example of how to manually set up the ESP32 in STA (Station) mode, configure a static IP address, gateway, and DNS, and then print out all…
The WiFiManager library simplifies the process of connecting an ESP32 to Wi-Fi networks by creating a captive portal for the user to input the Wi-Fi credentials. This is…
Getting Started Have you ever wondered how everyday electronic devices work? Now you can learn to create your own! Programming on a computer is exciting, but programming microcontrollers…
Unlock full access to TinkerBlock and see the entire library of paid-members only posts.
Subscribe to our Newsletter, cancel at anytime.