AVRisp2 on Linux and Fabduino with Atmega 328

April 21st, 2013

grump grump grump grump…

So lately the fab lab inventory has been shipping with atmega328-aus and not atmega328ps or atmega168s so when we say you can make arduinos in the fablab this is true, but it is kind of annoying because of some non-standard stuff. Here’s some notes:

Part 1: We make new usb rules so […]

Basic AVR programming with the Tiny45

June 8th, 2009

I’ve been doing some figuring out of different (cheaper, smaller, more customisable) platforms to work with than the arduino lately, and in the interest of staying small I’m working with the ATTiny45.

I’m programming in C, partially because of initial assembly fright and partially because of the lack of an assembly compiler for the mac. […]