Discussion Title | Created date |
---|---|
[TUT] ZigBee Radio Project / Collaborative Tutorial ZigBee is something I've been interested in for a long time. Atmel offers some nice chips for the RF part and these fit perfectly with the AVR processors we all know and love. So... |
Monday, 8 November 2010 - 01:23 |
[TUT] Debugging GCC/ASM Language Programs with AVR Studio Using AVR Studio to debug gcc / Assembly Language programs Introduction Over the last couple of months, I've been using AVR Studio to develop a program that creates interesting... |
Sunday, 4 October 2009 - 03:44 |
gas (gnu assembler) guru question: loading an address I need to load a table address into the Z register. Here's what worked in AVR Studio: ldi ZH,high(TABL<<1) ldi ZL,low(TABL<<1) That doesn't work in... |
Thursday, 17 September 2009 - 15:46 |
Combining AVR Studio 4 Assembler and GCC I've recently developed some handy interrupt routines using assembly language in AVR Studio 4. I now want to combine these routines with some GCC programs that I developed using... |
Sunday, 23 August 2009 - 04:32 |
Writing Fuse Bits on 861 made it a Brick I had my ATtiny861 working fine (simple blink program). Then I programmed the fuses to use a ceramic resonator. This is the same resonator I have used on an ATtiny2313 and had it... |
Tuesday, 4 August 2009 - 17:43 |
[TUT] [C] Using AVR PWM Modes Using AVR Timer/Counters: Pulse Width Modulation Modes OK Freaks, thanks for your responses and suggestions after my plea (below). I've reposted the whole enchilada as a pdf with... |
Wednesday, 18 March 2009 - 23:39 |
[TUT] I2C Bus for ATtiny and ATmega I've created a fairly extensive Instructable on the I2C Bus. It offers a complete set of drivers for the ATtiny2313 and the ATmega168 - probably pretty easy to adapt to others.... |
Wednesday, 7 January 2009 - 01:04 |