Tag: AVR
Azzy Electronics Launches Breakout boards for the new AVR DA-series
AVR DA Product Family are known for real time control functionality and easy capacitive touch to the low power performance of AVR Microcontrollers. It pairs the latest Core Independent Peripherals (CIPs) with a robust Intelligent Analog portfolio to create a device that not only...
Continue ReadingUPDI programmer compatible with Arduino IDE
Antti Mäntyniemi designed this board, which is a UPDI programmer that utilizes Arduino IDE to program AVR microcontrollers. This kind of programmer is used to programm the new 0-series and 1-series ATtiny mcus using Arduino IDE. The project files are available on github.com so you can...
Continue ReadingAVR8js – Open Source Arduino Simulator Based on JavaScript
One of the things I love about JavaScritpt is the fact it keeps finding applications in different domains. One such use is in Arduino, with Espruino (open-source JavaScript interpreter for microcontrollers), and an interesting new one is the AVR8js. AVR8js is an open-source Arduino...
Continue ReadingGreat Cow BASIC Introduction – Programming tools for Microchip PIC and Atmel AVR microcontrollers
Great Cow BASIC is a robust and fully functional compiler and assembler for 8-bit microchip PIC and Atmel AVR microcontrollers. It was developed to cater for all class of embedded system solution developers from experts to beginners but with a great tool to help beginners. It was...
Continue ReadingMinimal I2C for the New AVR Microcontrollers
This article describes a set of minimal I2C routines for the new 0-series and 1-series ATtiny and ATmega microcontrollers. They allow any of these processors to act as an I2C Master and connect to I2C peripherals. As an example of their use I've designed a digital clock circuit based on...
Continue ReadingThe MPLAB® Snap In-Circuit Debugger/Programmer sells with 50% discount
The MPLAB® Snap In-Circuit Debugger/Programmer allows affordable, fast and easy debugging and programming of most PIC®, dsPIC®, AVR and SAM flash MCUs, using the powerful graphical user interface of MPLAB X Integrated Development Environment (IDE) version 5.05 or later. The MPLAB...
Continue ReadingHow to use the Atmel ATTINY10 Microcontroller
Here is a nice video from Ben Heck describing how to program and use the smallest AVR microcontroller, the ATTINY10. He covers, how to wire a small converter and an AVR High Voltage Programmer, how to get started with Atmel Studio 7 and basic I/O, how to blink a LED and view the signal...
Continue ReadingUsing a Raspberry Pi to program an ATTiny10/9/5/4
Using a Raspberry Pi to program an ATTiny4/5/9/10. But, mostly the $0.25 ATTiny10. And, not necessarily a Raspberry Pi, but anything with GPIOs! Yep. It works. At least tested pretty thoroughly with my ATTiny10. It can also read all the memories AND run timings against the AVR to do...
Continue Reading