Show Posts
|
|
Pages: 1 ... 8 9 [10] 11
|
|
137
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Simple RF
|
on: April 29, 2009, 03:44:49 pm
|
|
I've run into a few places where a line of code seems to stop everything working after it. In my case I had some stuff physically hooked up wrong, and at that certain line of code, I was shorting something out and the board was auto-resetting to save itself. See if the power light flickers at all, and maybe double check connections. You could put some other known code above the suspect line and see if that executes. It might be not enough power as you suggest, if you're using a Duemilanove it shuts down if you pull too much power I think.
|
|
|
|
|
139
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Battery Power for Arduino Pro Mini - 3v3 or 5v?
|
on: April 20, 2009, 10:28:29 am
|
|
I'm going to start a simple blinky LED project that will be embedded in a hat. All my current Arduino stuff is the larger 5v system. However I can't seem to find any common small batteries that give 6-7v, and a 9v is going to be way to big. All the small coin batteries are ~3v.
So I think my decision is, stack 2 coin batteries, or get the 3v3 version of the Arduino Pro Mini. All I'm going to be doing is fading 9 or 10 on and off LEDs, so I'm guessing the 3v3 version should do just fine. I'm assuming the PWM pins and everything works similar on the 3v3 even at 8MHz.
Any thoughts on which direction to go?
|
|
|
|
|
140
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: retentive memory
|
on: March 09, 2009, 02:52:00 pm
|
|
When the Arduino powers back on, how can you tell if there is a previous value stored or not? The very first time you run this, I'd want to setup a default value, and store that. How can you tell if you're running the first time, or if you can pull an old value out of memory?
|
|
|
|
|
146
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: iTunes + Arduino = problem?
|
on: January 22, 2009, 05:04:12 pm
|
|
Does it happen only when the Arduino is plugged in, or even if it is unplugged? It seems to me the virtual serial port only exists when the Arduino is actually connected. Worst case is to try and uninstall the FTDI driver (delete it from /System/Library/Extensions/FTDIUSBSerialDriver.kext) and see if that helps.
|
|
|
|
|
148
|
Forum 2005-2010 (read only) / Bar Sport / Re: TLC5940 pcb stencil
|
on: June 10, 2009, 05:57:04 pm
|
You could also use a generic 28 pin part as a place holder. In my eagle install there's a library called 'ic-package.lbr' that has a DIL28 part. The DIL28-3 looks like the right size as the 5940s that I've worked with. Obviously having a nicely labeled part is better. 
|
|
|
|
|
149
|
Forum 2005-2010 (read only) / Bar Sport / Re: logo for arduino?
|
on: April 27, 2009, 11:59:57 am
|
to get the outline of the pcb is pretty easy: -open the layout with eagle -print as pdf -open pdf in illustrator -use what you need I did this process to create my black outline. The resulting PDF is a mess of duplicate lines that took me quite a while to clean up. To save anyone else that pain, here is a cleaned up outline you can download. ArduinoOutline.eps
|
|
|
|
|