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

Sections: Archives

017 - ESP32 MicroPython: DHT Values Auto Updates using AJAX

George Bantique November 7, 2020 2 Comments

In the previous tutorials we learned to create web server both as station mode and access point mode using socket connection.  And in last video, we use a DHT sensor for displaying measurement readings in simple web server similar to a weather station. While displaying sensor values, we discovered the necessity of constantly updating the […]


Read more 017 - ESP32 MicroPython: DHT Values Auto Updates using AJAX

016 - ESP32 MicroPython: Web Server | ESP32 Access Point

George Bantique November 4, 2020 4 Comments

In this article you will learn to configure ESP32 wifi as Access Point. You will also learn to create a web server hosted on it.


Read more 016 - ESP32 MicroPython: Web Server | ESP32 Access Point

015 - ESP32 MicroPython: Web Server | ESP32 Station Mode in MicroPython

George Bantique October 28, 2020 3 Comments

In this article, we will learn how to create a web server hosted in ESP32 using MicroPython language for controlling the state of GPIO pin. This can be applied for controlling a relay which is popular in home automation projects.


Read more 015 - ESP32 MicroPython: Web Server | ESP32 Station Mode in MicroPython

How to Get Started with ATTiny85 in Arduino IDE

George Bantique October 22, 2020 No Comments

I have this little tiny microcontroller lying around for some time in my bins. I purchased this out of curiosity but not able find time to try. Yesterday, I saw it again and I decided to give it a try. So here it is. For the datasheet you may refer to: https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2586-AVR-8-bit-Microcontroller-ATtiny25-ATtiny45-ATtiny85_Datasheet.pdf For the schematic […]


Read more How to Get Started with ATTiny85 in Arduino IDE

014 - ESP32 MicroPython: SIM800L GSM Module in MicroPython

George Bantique October 11, 2020 11 Comments

In this tutorial, we will tackle on how to interface SIM800L GSM module to ESP32 in MicroPython. CIRCUIT DIAGRAM INSTRUCTION Connect SIM800L Rx pin to ESP32 GPIO 16 (Tx2). Connect SIM800L Tx pin to ESP32 GPIO 17 (Rx2). Connect the SIM800L VCC pin to external positive terminal. In this tutorial, I use external power supply […]


Read more 014 - ESP32 MicroPython: SIM800L GSM Module in MicroPython