Social Icons

Press ESC to close

ESP32 FoundationA collection of 0 posts

1 Min Read

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…

2 Min Read

Station Mode

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…

1 Min Read

Code Refactoring

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…

1 Min Read

Access Point Mode

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…

1 Min Read

Dual-Mode

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…

1 Min Read

MultiWiFi

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…

1 Min Read

Useful Wifi Code

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…

1 Min Read

WiFi Manager

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…

1 Min Read

Getting Started

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…

Join to our community 👋

Unlock full access to TinkerBlock and see the entire library of paid-members only posts.

Subscribe to our Newsletter, cancel at anytime.

Join Now

/* */