In this tutorial, we are going to talk about fuses. Back when I was in college and learning about all the cool things in electronics, I heard the term fuse in AVR for the first time, my initial ...
We all know that, Atmega328 IC is used in Arduino UNO board. This IC is the brain of the Arduino board. Actually, Arduino designers wanted to make a handy prototyping board for the beginners so they ...
Before I start talking about this really cool thing called Arduino (Italian for "good friend"), let me say a few things about the fascinating subject of physical computing. Physical computing has been ...
This is an example/tutorial for using TinyGo to program Arduino boards. TinyGo is a Go compiler for small places, making it possible to use the Go programming language for microcontrollers and ...
The tutorial assumes you are at least familiar with C-lang-like language. It is not meant to teach anyone how to code in AVR/Arduino from scratch. It's more like a getting started for anyone who has ...