2
votes
1answer
106 views
Help finding a design house to build our MP3 player
We used an Asian design house to design, program and build our custom MP3 player. The chip we used (Sigmatel) is no longer avaialble and the DH does not do this type of work anymor …
5
votes
5answers
487 views
Firsthand experience with Linux AVR IDE
I am looking for some input into getting a good integrated development environment set up for AVR programming under Linux (Assembly and C).
My studies gave me some limited practic …
0
votes
2answers
92 views
ADC problem with ATMEGA32 using external clock more than 8MHz
My code is supposed to check a 50Hz signal with AVR ATMEGA32's ADC. It works at 6MHz with an external clock in both real and simulator. But when I use a 12MHz external clock the AD …
4
votes
4answers
88 views
Crystals and Load Capacitance
This feels like a dumb question, but I'm going to ask it anyway. If a crystal has a rated load capacitance of 6pF, is the right thing to do to put a 6pF capacitor to GND on either …
4
votes
1answer
87 views
AVR deprogramming itself
Has anyone else had instances where an AVR just mysteriously stopped working after several months, but reprogramming it would bring it back?
I'm running a bunch of atmega328's in …
2
votes
3answers
179 views
CharliePlexing on a breadboard
Hey,
I was making a breadboard demo for a Microcontroller class. Basically my project is to make a score keeping device. I want to drive 4 seven segment displays using an atmega8. …
2
votes
2answers
87 views
What is the state of XMEGA programming from Linux?
What are the hardware and software options for programming an XMEGA from Linux?
2
votes
2answers
148 views
Which AVR hardware for USB?
I wonder which hardware will be the best for playing with USB because its looks like a lot of projects only use atmega8 (or even attiny). But would it really be easier with an AT90 …
1
vote
4answers
110 views
what is the right clock chip for making a speedometer with an avr
Hello,
I am building a hot rod and i decided to make a speedometer myself with a 3 digit nixietube display. I am planning on using a atmel avr microtroller (atmega32 i beleive), …
12
votes
16answers
756 views
What did you wish you knew?
When working with AVR microcontrollers or Arduinos, what is something that if you had known sooner would have saved you a lot of time or frustration?
1
vote
1answer
76 views
Can the STK500 program an XMEGA?
Can the STK500 program the XMEGA as it arrives from Atmel?
1
vote
3answers
119 views
Which programmers work with the Atmel Raven boards?
This post answers the question of if it possible to program an Atmel AVR Raven board with avrdude or not. Yes, it is possible.
My question is which programmers will work with the …
3
votes
8answers
963 views
Ideal WiFi to Serial (or SPI) bridge?
What are some recommendations on an ideal WiFi to Serial bridge? My ideal qualities would be:
Simple connectivity, SPI or Serial
Reasonable fast speed, at least 1mbit/sec ideally …
3
votes
1answer
84 views
AVR debugwire in Linux
Hi all
So, I have hooked up a ATtiny88, and am programming it with the Dragon AVR using ISP. I have also set up the build toolchain, using avrdude, and the gnu avr tools. Everythi …
4
votes
5answers
256 views
AVR Random Number Generator
I've read an appnote from TI (SLA0338) that describes a technique for generating "for real" (as opposed to "pseudo") random numbers. It exploits the somewhat exotic clock subsystem …
