Social Icons

Press ESC to close

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

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

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

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…

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

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…

1 Min Read

Remote Infrared

Remote infrared (IR) works by transmitting invisible infrared light signals from a remote control to a receiving device, such as a TV, air conditioner, or home theater system….

2 Min Read

Project – IR Sender

In the previous project, we learned how to capture signals from a remote controller. In this project, we’ll build our own remote controller to replicate the functionality of…

3 Min Read

Project – IR Receiver

the VS1838B is a common and widely-used infrared (IR) receiver module. It’s designed to receive and decode infrared signals from remote controls, making it ideal for projects involving…

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

/* */