Loading...
  Show Posts
Pages: 1 ... 7 8 [9] 10 11 ... 42
121  Using Arduino / Microcontrollers / Re: Is there a writing limit to the chips in the uno board? on: April 28, 2013, 10:47:47 am
Page one of the datasheet.. http://www.atmel.com/Images/doc8161.pdf

Quote
High Endurance Non-volatile Memory Segments
...
– Write/Erase Cycles: 10,000 Flash/100,000 EEPROM
– Data retention: 20 years at 85°C/100 years at 25°C
....
122  Using Arduino / General Electronics / Re: How to solder components to a perf board? on: April 28, 2013, 12:25:45 am
The 1960s has called and wants it's thread back.

Seriously? So I guess that's why quite a few members on this forum use this method. 
123  Using Arduino / Project Guidance / Re: Project on: April 27, 2013, 11:20:37 pm
You can use an Uno..

Google for the code.  I think are around 152 different websites with the code you need.
124  Using Arduino / General Electronics / Re: How to solder components to a perf board? on: April 27, 2013, 10:59:19 pm
Most people use wire wrap.

http://en.wikipedia.org/wiki/Wire_wrap
125  Using Arduino / General Electronics / Re: Lighting 8-12v RGB led with arduino on: April 27, 2013, 10:55:03 pm
You can use a simple voltage divider made up of resistors.

You use this to get the values: http://www.raltron.com/cust/tools/voltage_divider.asp
126  Using Arduino / Microcontrollers / Re: Atmega2560-16au Stand-alone (breadboard)? on: April 27, 2013, 10:42:36 pm
Are you using an Arduino as ISP? Than yes. 

As long as you have a programmer, basically.
127  Community / Bar Sport / Re: joke on: April 27, 2013, 08:48:35 pm
It' was something I read while on one of my searches.  Hell, I don't even know if I wrote it right..
128  Community / Bar Sport / Re: joke on: April 27, 2013, 04:28:40 pm
Q: Why are C++ programmers so snobby to C programmers?

A: Well, frankly, the latter doesn't have much class.
129  Community / Bar Sport / Re: Datasheets and Cockroaches on: April 27, 2013, 04:19:40 pm
Care to share the link?  That is puzzling.  Might be a spell checker mistake.

But if a phototransistor can catch cockroaches, I know a few family members that could use them..
130  Development / Other Software Development / Re: sim900 mms upgrade problem with customer flash loader on: April 27, 2013, 04:11:57 pm
I would suggest you contact the company you bought it from.
131  Using Arduino / Programming Questions / Re: Help robot sketch filippo on: April 27, 2013, 04:09:44 pm
Is IRrecv related to a library?

Post your code with code tags.  Reply to this thread, paste your code, highlight your code, click on the # button in the editor.
132  Using Arduino / Microcontrollers / Re: Arduino Micro how to skip bootloader? on: April 27, 2013, 03:52:05 pm
I understand that the usb port will not work, but this is not a problem, because I will only use it for programming
the micro.

Than you need the bootloader.  If there is no bootloader, then you can't upload via USB.

Quote
After doing a lot of searches I still cannot find the source code of the arduino micro
bootloader. (I do have an ISP)

...\Arduino\arduino-1.0.4\hardware\arduino\bootloaders\caterina

If you still want to get rid of the bootloader, You will need an ICSP programmer like the AVRISP MKII.  All you need to do is program your board with it and it will delete the bootloader.
133  Using Arduino / General Electronics / Re: PC Gaming Steering wheel project on: April 27, 2013, 03:39:38 pm
Did you have a question?
134  Using Arduino / Project Guidance / Re: project involving a photocell sensor on: April 27, 2013, 03:29:47 pm
A photocell is pretty easy to connect to an arduino.

The next part would be GSM so you can send text.  This one looks easy to use, https://www.sparkfun.com/products/9607

135  Using Arduino / Installation & Troubleshooting / Re: Arduino Mega 2560 program upload timeout() on: April 27, 2013, 02:59:16 pm
Are you printing "!!!" anywhere in your code?
Pages: 1 ... 7 8 [9] 10 11 ... 42