Show Posts
|
|
Pages: [1] 2 3 ... 42
|
|
5
|
Using Arduino / General Electronics / Re: arduino reseting
|
on: May 20, 2013, 02:56:32 pm
|
|
The only thing I seen that was wrong was you had Aref going to Vcc. It should be .1uF to ground. I cleaned up your schematic. If your still experiencing resets, it means there is too much current going through the Arduino. You can put a small value resistor in series with IN5 to see if that's the cause. You can keep going to a higher value. If a 1K resistor still makes it reset, then your problem is somewhere else. Recheck all of your wiring.
|
|
|
|
|
8
|
Using Arduino / Programming Questions / Re: Error Messages
|
on: May 19, 2013, 08:36:38 pm
|
|
Seems like your copy and paste is going crazy. Start a fresh page, copy your code from this post and paste it in the IDE.
When I copy your code and paste it in the IDE, I get NO Errors!
|
|
|
|
|
9
|
Using Arduino / General Electronics / Re: Land Pattern doesn't match chip?
|
on: May 18, 2013, 11:33:32 pm
|
If you look closely, you'll see it's just a plastic box with 4 AA cells and some blinkie lights, LOL. Without telling you specifically what it is, do a search at google images on "Blake's 7 computer". A classic from before time began. Servalan, Avon, and Soolin.
Oh, lol. Still looks pretty sweet though.
|
|
|
|
|
10
|
Development / Other Software Development / Re: [MOD] Arduino Enhanced Release 1.0.4 for Windows (installer, drivers, etc) +SRC
|
on: May 18, 2013, 09:40:07 pm
|
|
No reason really.. Just that's where I installed my first library when I was new. I also never had a problem with it overwriting 3rd party libraries. It will, of course, overwrite the default libraries. Which I would rather have it that way. If they ever update a library along with the release of a new IDE version, the library gets updated as well.
No, there were no duplicates between directories. But, I guess it's not a big deal. So, don't worry about it. Keep enhancing your IDE! I will have to get accustomed to using my documents folder..
|
|
|
|
|
12
|
Using Arduino / General Electronics / Re: Land Pattern doesn't match chip?
|
on: May 18, 2013, 03:56:45 pm
|
|
Page* 22 has the land pattern. Bottom, left figure says "This Land Pattern is not common to CSTCE_V." Page* 27 has another CSTCE_V land pattern and I agree, the pads are half the size of the leads stated on page* 25.
It may be an error on their part.. But, I agree with Oric, save yourself alot of work in the future and go with a Crystal + some 22pF caps.
*My page numbers are referring to Adobe Reader's page numbers.
@Oric, what is that pic of in your avatar? Looks interesting..
|
|
|
|
|
13
|
Development / Other Software Development / Re: [MOD] Arduino Enhanced Release 1.0.4 for Windows (installer, drivers, etc) +SRC
|
on: May 18, 2013, 03:35:12 pm
|
|
Nothing changed from the defaults. I got the error and tried most of the common troubleshooting techniques. Then, I completely uninstalled ERW and re-installed it with all default settings.
Path to libraries that is getting errors: F:\Applications\Arduino\Arduino ERW 1.0.4\libraries
I did some experimenting and When I move all of the libraries to my documents folder, the error goes away. If I put some in the documents folder and some in the install path, I get the error.
|
|
|
|
|