Social Icons

Press ESC to close

Grid

ESP32A collection of 50 posts

2 Min Read

Resistor

Why Is a Resistor Necessary? Can we use a jumper wire connect to VCC or GND to setup the default state for button instead of using resistor? it…

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

Hello World

In the ESP32, hosting a web server is straightforward, allowing us to display data from the ESP32, such as sensor information, or even gather input from users. In…

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…

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

/* */