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

Category: Arduino

Tutorial: How to use 0.96 OLED - a small and cute display

George Bantique August 18, 2020 No Comments

SPECIFICATIONS Description:       0.96 inch monochrome OLED display Resolution:        128×64 pixels Dimension:         WxHxT 27.3 mm x 27.8 mm x 4.3 mm Protocol:          I2C Operating Voltage: 3V to 5V Common variations of this OLED module Different monochrome color: white, blue, yellow Different resolution: 128×64 and 128×32 pixels Different communication protocol: […]


Read more Tutorial: How to use 0.96 OLED - a small and cute display

Tutorial: Getting Started with the NRF24L01 | How to use | Arduino

George Bantique August 17, 2020 No Comments

NRF24L01 is one of the cheapest wireless radio module available in the market. In here you will learn how to interface it to Arduino and use it for controlling something remotely. PIN ASSIGNMENT CIRCUIT DIAGRAM HARDWARE INSTRUCTION Connect the NRF GND pin 1 to Arduino Uno GND pin Connect the NRF VCC pin 2 to […]


Read more Tutorial: Getting Started with the NRF24L01 | How to use | Arduino

Tutorial: ESP32 Bluetooth Classic | How to get started with ESP32 | Arduino IDE

George Bantique August 13, 2020 No Comments

ESP32 features a builtin WiFi and Bluetooth capabilities. In this tutorial, we will focus to the Bluetooth classic because Bluetooth LE deserves a separate tutorial. CIRCUIT DIAGRAM VIDEO DEMONSTRATION CALL TO ACTION If you find this tutorial as helpful, please consider supporting me by Subscribing to my Youtube channel. Thank you and have a good […]


Read more Tutorial: ESP32 Bluetooth Classic | How to get started with ESP32 | Arduino IDE

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