chip

Arduino Serial Data Logger

Under $8 Arduino Serial Data Logger – Record to SD Card

Disclosure: This project operates the ATmega328-P-PU outside the published ATmel specifications: According to ATmel, the 328P requires slightly over 3.3V to reliably start the oscillator at 16MHz and to otherwise perform acceptably.  Lab testing here at SofKinetics has shown that the ‘board-duino’ 328P-PU can withstand below freezing and above 130F temperatures and that the 16MHz crystal …

Under $8 Arduino Serial Data Logger – Record to SD Card Read More »

Arduino Bootload an ATmega Microcontroller part 1

Build Your Own Arduino & Bootload an ATmega Microcontroller – part 1

There are many reasons to build your own Arduino circuit on a protoboard or a custom-designed printed circuit board. At the heart of the Arduino platform is an AVR microcontroller, in usual way you need a special hardware programmer and suitable hex files to program the Atmel AVR chip. Fortunately, Arduino is a beginner-friendly platform …

Build Your Own Arduino & Bootload an ATmega Microcontroller – part 1 Read More »

registers with AVR hardware SPI

How to drive 595 shift registers with AVR hardware SPI using atmega

Driving a shift register using an AVR chip’s built-in hardware is really quite easy. Most of their offerings have an SPI module, or Serial Peripheral Interface. A shift register is exactly that, a peripheral device that communicates via a serial line. All we need to do is hook up our connections and use a few …

How to drive 595 shift registers with AVR hardware SPI using atmega Read More »