Arduino

Programming ATMEGA32 (or Any Other AVR) Using Arduino IDE

The Arduino is a very cool development board where you could create hundreds of projects. But it doesn’t mean that for every project you create, you would need an Arduino board dedicated to that project alone. A hundred projects and a hundred Arduinos? That’s a waste of money! Depending upon the requirements of your project, […]

Programming ATMEGA32 (or Any Other AVR) Using Arduino IDE Read More »

How to make an Arduino Pro Mini bare bones with Real-time Clock

Recapitulation One thing I didn’t find clearly over the internet is how to make an Arduino Pro Mini bare bones, that is, from the scratch, and how to make one on the breadboard. This is really useful if you want to make a custom pcb/smd circuit, because you will be able to test your hardware

How to make an Arduino Pro Mini bare bones with Real-time Clock Read More »

How to establish UART communication between ATmega8 and Arduino Uno?

Here we are going to establish a communication between an ATmega8 microcontroller and Arduino Uno. The communication established here is UART (Universal Asynchronous Receiver Transmitter) type. It’s serial communication. By this serial communication data can be shared between two controllers, which is a required in various embedded system applications. In embedded systems we must have basic knowledge about

How to establish UART communication between ATmega8 and Arduino Uno? Read More »

Make Your Own Homemade Arduino Board with ATmega328 Chip

Arduino is an open-source development platform for engineers and hobbyists to develop electronics projects in an easy way. It consists of both a physical programmable development board (based on AVR series of microcontrollers) and a piece of software or IDE which runs on your computer and used to write and upload the code to the microcontroller board. Arduino uses a boot loader.

Make Your Own Homemade Arduino Board with ATmega328 Chip Read More »

Power Management Solutions: Battery Chargers

The huge increase of portable devices during the last 10-15 years has lead to numerous companies seeking (and succeeding) to make significant profits in this market. Many consumer applications are now powered by accumulators, ranging from the omnipresent cellular phones to media players, handheld gaming devices, and navigation systems (that is to name only a

Power Management Solutions: Battery Chargers Read More »

Scroll to Top