Arduino bootloader

What is the arduino bootloader ?   It’s the thing that loads stuff when booting.   Done   Not funny you say ? … ok , ok I’ll try this again…   It’s a special program that on boot waits for a signal from the PC that is connected to …

ATmega power consumption (I)

A few days ago I received a special request. It was about a circuit running on an ATmega328 that was supposed to replace and improve upon an circuit based on the much older ATmega8. One of the requirements for the older circuit was an as low as possible power consumption. …

Arduino – IRLIb2

In my Arduino-based-car-radio-steering-wheel-interface-thing I talked a lot about infrared communications (IR communications) but without going into great detail about it. Infrared light is light transmitted at frequencies low enough that the human eye can’t see. This became especially useful to the mass consumer market when TV sets became widespread. The …

Project : Steering wheel audio controls

Project: Steering wheel car controls for SONY CDX-GT410U Objective: Connecting Astra G factory audio steering wheel controls to SONY CDX-GT410U car stereo unit Issue being solved: While the Opel Astra G (1998-2009) has the factory option of fitting audio controls under the steering wheel for quick access to the radio …

Arduino – switching loads

Hello again. We talked in the last posts about turning outputs on and off and how that enables the Arduino to interact with the environment by switching loads on and off. So, in this post I will address how exactly that interaction will happen and I hope I will clear …