[TUT] [C] Newbie's Guide to the AVR ADC Microcontroller: ATmega32
Goal: Want to multiplex through each ADC pin (ADC0-ADC7)
Issue: Not sure how to modify the code.
Programmer: AVRisp MkII
Compiler: GCC/Win-AVR
IDE: AVR...
Monday, 2 March 2009 - 00:59
Voice Storage & Play Back Not really all that related...but, I think you meant 26 buttons, not 24 (for A-Z).
Sunday, 1 March 2009 - 20:04
[TUT] [C] Newbie's Guide to the AVR ADC Compiler: AVR-GCC
IDE: AVR Studio, Version 15.4
Problem: Code compiles with errors
Great tutorial! I'm trying to run this code on my ATmega32. What conversions do I need to do (...
ATTINY12 - FLOATING OUTPUTS (noob question)?!?!?!? Visiovian: one of my settings was incorrect in AVR Studo 4. Apparently you have to declare that the chip is an Attiny12 in two different places within AVR Studio to make it work...
Monday, 9 February 2009 - 23:17
Issue programming attiny45 I had trouble programming my Attiny12, but then I realized that it required a pull-up resistor on the reset pin.
I'm really interested in this. Does anyone know of a good tutorial that covers the watchdog functions?
Thanks Nedward!!! I'll give that a shot.
So, what do I do about it? I take it that you're telling me I have to use Boolean expressions.
Hey thanks a bunch clawson and koshchi! I got the code to work perfectly.
Microcontroller: ATmega32 Goal: Want to multiplex through each ADC pin (ADC0-ADC7) Issue: Not sure how to modify the code. Programmer: AVRisp MkII Compiler: GCC/Win-AVR IDE: AVR...
Not really all that related...but, I think you meant 26 buttons, not 24 (for A-Z).
Compiler: AVR-GCC IDE: AVR Studio, Version 15.4 Problem: Code compiles with errors Great tutorial! I'm trying to run this code on my ATmega32. What conversions do I need to do (...
Thanks for the great feedback! I'm going to practice some assembly coding this weekend with the links supplied by Visovian.
Visiovian: one of my settings was incorrect in AVR Studo 4. Apparently you have to declare that the chip is an Attiny12 in two different places within AVR Studio to make it work...
I had trouble programming my Attiny12, but then I realized that it required a pull-up resistor on the reset pin.
Any ideas?