Tagged Questions

3
votes
2answers
101 views

Arduino how to get more Power

Hi, I have an arduino project that is almost finished. Now it controls a series of ShiftBrites(ShiftBrties being 10bit RGB LED's) now they use a simple 4 wire configuration(Data, …
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
69 views

Is Arduino suitable to be a Humanoid Robot controller?

I am not a Arduino developer here. However I would like to ask if any developer out there who have experience on the capability of Arduino, is Arduino suitable to develop a humanoi …
6
votes
5answers
301 views

Arduino for time lapse photography

How would i set up an Arduino to do time lapse photography?
2
votes
1answer
143 views

Tapping into unused Arduino pins with a shield in place

I am just getting started with Arduino...I figure this is kind of a newbie question but here goes. I have a Duemilanove and the Sparkfun Speakjet shield. I've got some breakaway …
1
vote
3answers
182 views

Arduino Libelium Hilo Shield Problems

Hi guys. I have the Hilo module running ok on standalone mode through XP hyper terminal. Can send SMS and calls ok. Hilo baud rate is set at 9600. I was reading on a forum that t …
3
votes
2answers
85 views

Problem with XBee Arduino Shield

Hi, As requested by Marcus, here is a short post about a piece of hardware I bought recently from Little Bird Electronics. I recently bought an XBee Arduino Shield, and was a bit …
3
votes
1answer
158 views

Arduino Battery Shield

I'm looking for a battery shield for my Arduino Duemilanove. I would be asking "what's the best" but everything I find is out of stock except for this: https://www.liquidware.com/s …
2
votes
2answers
684 views

Making an Ethernet Shield work with an Arduino Mega

customer question: I have had no success with the Ethernet & saw some fine print “Please note that the current design of the ethernet shield is not compatible with the Arduino …
2
votes
1answer
168 views

arduino serial library

I have very simple loop to read serial port and write to client // telnet defaults to port 23 Server server(23); void setup() { Serial.begin(9600);// opens serial port, sets …
6
votes
5answers
444 views

Inductive Charging

Hey, I've build a small three wheel robot with an Arduino Mega to drive the thing. I'm looking to keep this bot mobile as much as I can without needing to interact with it for cha …
0
votes
4answers
151 views

Arduino and Windows 7

Hello, I have problems with Arduino Mega drivers on Windows 7. I've downloaded newest driver from http://www.ftdichip.com/FTDrivers.htm, but i cant install driver. I've install …
1
vote
2answers
70 views

5V Arduino and 12 led’s power options.

I have 12 of these LEDs and a 5v Arduino Pro Mini - like this one. This is going to be a very small project I need the smallest power source possible for this. Would I be able to r …
1
vote
1answer
474 views

How do I Drive an Ultrasonic Transducer with an Arduino?

Hi all! I am quite new to hardware hacking, and have chosen to use the Arduino for my first project. I am attempting to build a cat deterrent, something akin to this. I have fi …
3
votes
3answers
826 views

How to Sleep Arduino

How do you program a sleep mode for your Arduino? Cheers, Marcus

1 2 3 4 5 13 next
15 30 50 per page