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

Tag: internet of things

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

How To Play MP3 Files on Arduino from SD Card

George Bantique April 3, 2020 No Comments

After successfully accessing the SD Card with Arduino Uno the crude way (by soldering directly to SD card pins), I thought of making an mp3 player :). As a caveat, this design is not recommended for a daily mp3 player but it does play and I am happy with it. BILL OF MATERIALS So let’s […]


Read more How To Play MP3 Files on Arduino from SD Card