As part of the process of building a VFD (vacuum fluorescent display) filament driver, I use an ATTINY to generate a square wave signal. I program these chips using an Arduino Uno used as a programmer through the “Arduino as ISP” sketch. This process is painfully slow. Every time you […]
ATTiny
3 posts
You might have seen a new section “Arduino” has popped up in the menu. This menu will host various resources and tutorial for Arduino and Arduino compatible hardware (such as the ATtiny series); but for now I would like to share with you a simple trick that will light up […]
When building arduino / avr chips projects, almost everyone starts with the Arduino Uno. It’s a proven design, and there’s a lot of community support for it. The problem I have with it is that this board is not realistic for the use makers and hobbyist make of it. The ATmega328 […]