medium

Using Arduino to communicate with embedded project using AVR ATMEGA microcontroller

Building a stand-alone AVR ATMEGA project sometimes leaves you with no easy to read output from your project. But you can use an Arduino to act as a communications bridge between your embedded project and your PC’s Serial Monitor program! I’m building an embedded multi-channel thermocouple reader/datalogger, which has a lot of connections and soldering,

Using Arduino to communicate with embedded project using AVR ATMEGA microcontroller Read More »

AVR mini board with additional boards using attiny2313 microcontroller

Somewhat similar to PIC 12f675 mini protoboard, but extended and with additional boards. Using attiny2313. Step 1 Scheme Let us first start with a scheme. The scheme is pretty obvious since it only connects attiny2313 with the pins and the only additional elements are resistors and capacitor for reseting the microcontroller. Step 2 Bottom view

AVR mini board with additional boards using attiny2313 microcontroller Read More »

How to add more Outputs to your Microcontroller using 74HC595 microcontroller

This Instructable will show you step-by-step how to add 8 extra digital outputs, using only 3 of your microcontroller’s digital outputs. Step 1 Which Microcontroller Should You Use? In order to do this Instructable with your microcontroller, you will need to make sure that it has the following:(3x)……Available Digital Outputs (Analog/PWM Outputs will work too) (1x)……Ground/GND Pin

How to add more Outputs to your Microcontroller using 74HC595 microcontroller Read More »

Guia para programar uC AVR – Dark Side Electronics using AVR microcontroller

La forma más sencilla y rápida de programar un micro-controlador (uC) de la familia AVR, usando el programador USBasp, es utilizado el programa eXtreme Burner – AVR de Extreme Electronics. En esta guía te detallaremos como programar tu propio uC. Para esto necesitarás lo siguiente: – Programador USBasp – Driver de fischl.de/usbasp (solo Windows) – eXtreme Burner

Guia para programar uC AVR – Dark Side Electronics using AVR microcontroller Read More »

Getting started with ubuntu and the AVR dragon using atmega8 microcontroller

Here’s what i did to get started using the AVR Dragon to program ATMEGA8 microcontrollers using ubuntu (This is aimed at beginners, I myself am also being a beginner, so any improvements from more experienced users are greatly appreciated). After finally switching my laptop and computer over to ubuntu permanently, i found no software that

Getting started with ubuntu and the AVR dragon using atmega8 microcontroller Read More »

Adding ICSP header to your Arduino/AVR board using ISP10PIN microcontroller

So you may have been playing with Arduino’s, or rather, Hackduino’s. If you made your own Hackduino or similar project, you may be wondering how to add the ICSP header. Basically, using the ICSP header will allow you to use an external programmer to ‘upload’ software to your MCU (microcontroller unit). This will work for

Adding ICSP header to your Arduino/AVR board using ISP10PIN microcontroller Read More »

LED matrix using shift registers

This instructable is meant to be a more complete explanation than others available online. Notably, this will provide more hardware explanation than is available in the LED Marquee instructable by led555. Goals This instructable presents the concepts involved with shift registers and high side drivers. By illustrating these concepts with an 8×8 LED matrix I

LED matrix using shift registers Read More »

Scroll to Top