Loading...
  Show Posts
Pages: 1 ... 1172 1173 [1174] 1175 1176 ... 1318
17596  Forum 2005-2010 (read only) / Troubleshooting / Re: Analog output fine until I turn on the car... on: May 27, 2010, 11:21:06 am

Hooking it to a car battery is one of the quietest ways of powering an arduino.
Just make sure the battery isn't connected to a car.
17597  Forum 2005-2010 (read only) / Troubleshooting / Re: Relays on: May 29, 2010, 07:06:19 am
Quote
DPTD

sp. "DPDT"  aka "double-pole, double-throw"

You need to get the manufacturer's code off the relay to get the contact rating (the sort of voltages and currents it will switch).
It will probably be OK with 12V up to maybe a couple of amps.
17598  Forum 2005-2010 (read only) / Troubleshooting / Re: help needed. Input/output states on: May 25, 2010, 02:28:32 pm
No, the pullups are built-in, but you're not using them.
http://arduino.cc/en/Reference/DigitalWrite
On the other hand, you don't say how the tiles are wired.
17599  Forum 2005-2010 (read only) / Troubleshooting / Re: help needed. Input/output states on: May 25, 2010, 01:35:12 pm
Could be pull-ups , or lack of.

Can I suggest you read about arrays?
17600  Forum 2005-2010 (read only) / Troubleshooting / Re: C: 429 error initialization on: May 24, 2010, 12:21:18 am
Did you really cut and paste?

Those should be underscores in the variable name, not dashes.
17601  Forum 2005-2010 (read only) / Troubleshooting / Re: [Error] Classic protocol error, PARTLY SOLVED !!! on: December 23, 2009, 04:10:58 pm
Quote
I unplugged the board from the power source (USB only).
On the unplugged board i pressed the reset-button and kept pressing it.
I compiled the sketch and hit CTRL-U, while still holding down the reset-button.
Once the RX-led blinks once (very fast) i let go of the reset-button, resulting in a completed and succesful upload. The sketch is performed without problems...
How does an LED flash on an unpowered board?
17602  Forum 2005-2010 (read only) / Troubleshooting / Re: Can I send and recieve data from serial? on: May 19, 2010, 03:24:48 pm
9600 is the speed, not a port number
17603  Forum 2005-2010 (read only) / Troubleshooting / Re: Can I send and recieve data from serial? on: May 19, 2010, 01:30:42 pm
Well, sending (from the Arduino) is blocking, so the function won't return until the last character has been sent.
Receiving is buffered, so up to 128 characters will be received before characters are lost.

Try some of the examples.
17604  Forum 2005-2010 (read only) / Troubleshooting / Re: Can I send and recieve data from serial? on: May 19, 2010, 01:02:01 pm
See "Communication" here.
http://arduino.cc/en/Tutorial/HomePage

Try some of the examples.
17605  Forum 2005-2010 (read only) / Troubleshooting / Re: arduino on: May 14, 2010, 03:28:24 pm
Quote
i need to work on my grammer
Oh, the irony.   ;D
17606  Forum 2005-2010 (read only) / Troubleshooting / Re: arduino on: May 14, 2010, 02:53:41 pm
So what you're saying is sparkies are not expected to communicate effectively with the rest of us?

Good luck with your future career.
17607  Forum 2005-2010 (read only) / Troubleshooting / Re: arduino on: May 14, 2010, 12:33:38 pm
Paragraph breaks.
I really like paragraph breaks.    ;D

And use of the "shift" key.
17608  Forum 2005-2010 (read only) / Troubleshooting / Re: retreve script on: May 10, 2010, 02:19:58 pm
Quote
it needs to be conveted to C/C++

i could do that

 :o

Good luck - it's been compiled into machine code, not ASCII source.
That you had to ask the question makes me suspect you won't succeed.
17609  Forum 2005-2010 (read only) / Troubleshooting / Re: retreve script on: May 10, 2010, 02:16:02 pm
The hex doesn't look anything like source C/C++.
17610  Forum 2005-2010 (read only) / Troubleshooting / Re: Can someone who knows arduino please help me? on: May 09, 2010, 12:49:05 pm
What do your tutors/lecturers/instructors think?
Pages: 1 ... 1172 1173 [1174] 1175 1176 ... 1318