In this tutorial, you’ll discover how to use the ESP32 NodeMCU board to send messages to your WhatsApp account. This…
There are a few potential causes for the “avrdude: stk500_recv(): programmer is not responding” error message when trying to upload…
There are a few different approaches you can take to unit test code for the Arduino platform. One option is…
This tutorial demonstrated to you how to interface a buzzer switch with Arduino nano. I will do a quick overview…
Esp8266 community created an add-on to help the maker program the esp8266 board using Arduino IDE and its programming language.…
Esp8266 is a microcontroller board with a built-in wifi module, it’s great for making IoT and Home automation projects. This…
This article on Esp32 pinout reference gives a complete idea about the pinout configuration, the function assigned to pins, what…
Microchip’s PIC12F508 is an 8-bit middle-range microcontroller. PIC is an abbreviation for Peripheral Interface Microcontroller. The PIC12F508 is a low-cost,…
In this tutorial, we will learn about the working of HC-SR04 ultrasonic sensor, how to use this with Arduino. This…
In this guide, we’ll introduce you to Thonny IDE. After completing this guide, you’ll have your first LED blinking using…