Programming

Fuse Bits in ATmega328P AVR Microcontroller Understanding Fuse Bits in ATmega328P to Enhance Arduino Programming Efficiency

In this tutorial, we are going to talk about fuses. Back when I was in college and learning about all the cool things in…

Programming ATtiny85 with Arduino Uno Programming ATtiny85 Microcontroller IC with Arduino Uno

ATtiny85 Microcontroller Chip is an affordable and powerful alternative to other Arduino microcontrollers, especially when…

Programming ATtiny85 IC directly through USB without Arduino using Digispark Bootloader Programming ATtiny85 IC directly through USB using Digispark Bootloader

The ATtiny family is a series of one of the smallest microcontrollers in the AVR market. These microcontrollers are capable of…

ESP32 Audio Player using LM386 IC DIY ESP32 Based Audio Player

DIY Music players are fun to build, and we previously built a few music players using Arduino and a dedicated MP3…

Li-Fi based Text Communication between Multiple Arduino Li-Fi based Text Communication between Two Arduino

Li-Fi (Light Fidelity) is an advanced technology that allows transferring data using optical communication, such as visible…

Program an ESP8266 with MicroPython How to Program ESP8266 for DHT22 using MicroPython

For a beginner who is interested in programming Wi-Fi enabled microcontrollers like the ESP8266, understanding the…

Program Arduino Wirelessly over Bluetooth How to Program Arduino Wirelessly over Bluetooth

Arduino Uno, the most popular microcontroller among electronics hobbyists and students and its pretty easy to get started with…

Programming ESP32 Over-the-air (OTA) using Arduino IDE Programming ESP32 Over-the-air (OTA) using Arduino IDE

OTA (Over the Air) Programming is a feature of any WiFi-enabled microcontroller like ESP32 and ESP8266 that allows these…

Programming STM8S Microcontroller using Arduino IDE Programming STM8S Microcontrollers using Arduino IDE

Arduino has undoubtedly grown into a user friendly and quick prototyping tool, thanks to its supportive user community. Today,…

STM8S103F GPIO Functions using Cosmic C and SPL GPIO Functions on STM8S using Cosmic C and SPL – Blinking and Controlling LED with Push Button

For microcontrollers, an LED blinking program is equivalent to the “hello world” program. In our previous tutorial, we learned…