News

The ATmega328P is a microcontroller chip that is at the heart of the popular Arduino Uno board. This chip is responsible for controlling the input and output functions of the board, which makes it an ...
This project showcases a custom-designed PCB that acts as an attachment board (shield) for the Arduino Uno. The board simplifies the process of bootloading ATmega328P microcontrollers by providing an ...
Arduino is probably the first thing that comes to mind for most hobbyists and students when they think about embedded systems. It has certainly gained its name among the electronics community, and in ...
Many of you are familiar with the Arduino. Many of you hate it…* This post isn’t about the Arduino. It is about the processor that is at the heart of many Arduino boards. If you are in the camp of ...
I’ve been using the Arduino Uno board for quite some time, and I’ve always wondered what it would take to get the ATmega328P (the original chip used on the older Uno boards) working completely on its ...
Released over 10 years ago, Arduino UNO is still the best-selling Arduino board, but lacking WiFi in the IoT era is not ideal, so Gianluca Martino, Arduino co-founder and working with the company ...
Planning another Arduino build? If you’re just doing something simple like switching a relay or powering a LED, you might want to think about the Digispark. It’s a very small ATtiny-based Arduino ...
This project demonstrates how to handle the analog-to-digital converter (ADC) in an ATmega328P microcontroller, used in embedded systems. The implementation in C directly accesses registers, without ...