Learn electronics, coding, and projects — step by step.

Tag: ESP32

042 - MicroPython TechNotes: JDY-32 | Bluetooth Low Energy BLE

George Bantique August 6, 2021 No Comments

In this article, I will show you on how we can use a Bluetooth Low Energy module with ESP32 using MicroPython. Bluetooth modules are useful for controlling applications such as in robotics or for displaying sensor values in IOT projects. BLE stands for Bluetooth Low Energy. It provides low power consumption because it stays in sleep mode most of the time.


Read more 042 - MicroPython TechNotes: JDY-32 | Bluetooth Low Energy BLE

Tutorial: ESP32 Web Server | ESP32 WiFi in Access Point Mode

George Bantique August 12, 2020 4 Comments

Last time, I posted tutorial on how to use the ESP32 configured as WiFi Station. In order for us to control something in our web server, we need to connect to ESP32 and our device in the same Access Point or router. Now we will directly connect to our ESP32 Web Server by configuring it […]


Read more Tutorial: ESP32 Web Server | ESP32 WiFi in Access Point Mode

Tutorial: ESP32 Web Server | Control something through ESP32 WiFi in Station Mode

George Bantique August 10, 2020 1 Comment

ESP32 has a WIFI capability where we can take advantage for controlling anything remotely In this tutorial we will learn how to use ESP32 to host a website for controlling anything lets say turning ON or OFF of the light at home. In this video, we will just use LEDs for demonstration. If you decided […]


Read more Tutorial: ESP32 Web Server | Control something through ESP32 WiFi in Station Mode