Loading...
  Show Posts
Pages: 1 ... 1171 1172 [1173] 1174 1175 ... 1321
17581  Forum 2005-2010 (read only) / Troubleshooting / Re: Strange readings from analog pins using potmeter on: September 04, 2010, 05:49:31 am
What are those unconnected pins across the top of the board labelled "A0", "A1" etc?
17582  Forum 2005-2010 (read only) / Troubleshooting / Re: 3.5mm stereo jack causing shorting on: August 24, 2010, 11:13:05 am
That's the nature of a jack - almost guaranteed to short soemthing to something else.
17583  Forum 2005-2010 (read only) / Troubleshooting / Re: I am failing with basic servo commands on: August 29, 2010, 08:47:09 am
Quote
and with all 4 motors on, and the servo, the current is .05mA
I find that very hard to believe.

Quote
The current by itself is .04 mA according to my multimeter.
Time to look for a new meter
17584  Forum 2005-2010 (read only) / Troubleshooting / Re: tamiya engine on: August 27, 2010, 12:37:14 pm
Tamiya motors were mostly 540s IIRC.
3V through a current limiter isn't going to budge them.
17585  Forum 2005-2010 (read only) / Troubleshooting / Re: SoftSerial and Float on: August 23, 2010, 01:57:44 pm
Quote
Never heard of a negative address
Really?
You have lived a sheltered life.
The Inmos transputer had an address space that began at MOSTNEG INT.

Also one of the joys of C is that negative indices are allowed in array accesses - really useful for table lookups.
17586  Forum 2005-2010 (read only) / Troubleshooting / Re: SoftSerial and Float on: August 23, 2010, 01:38:31 pm
Who's talking about datatypes?
I'm talking about memory, as in "my Arduino has 1k bytes of SRAM".
17587  Forum 2005-2010 (read only) / Troubleshooting / Re: SoftSerial and Float on: August 23, 2010, 12:17:09 pm
Quote
Need a bigger hammer to get -50 into a byte.

I must have a really big hammer - my bytes store -128 to 127.    8-)
17588  Forum 2005-2010 (read only) / Troubleshooting / Re: What does it want from me – blood? on: August 18, 2010, 02:45:56 pm
sp  'analog[glow]W[/glow]rite'

http://arduino.cc/en/Reference/AnalogWrite
17589  Forum 2005-2010 (read only) / Troubleshooting / Re: High voltage on: August 16, 2010, 01:01:06 pm
Old CRT TVs will get you to around 25kV, but please, read all they said.
You're going to be hard-pressed to get up to 50kV from 5 or 9V - for just 1mA at 50kV, you'll have to start with in excess of 10A at 5V.
17590  Forum 2005-2010 (read only) / Troubleshooting / Re: Running before walking? on: August 15, 2010, 03:03:09 pm
Quote
I then replaced the pre-programmed ATmega 328 with a blank one
A really blank one?

You need to write the bootloader into it.
17591  Forum 2005-2010 (read only) / Troubleshooting / Re: Need Help with Servo.h on: August 03, 2010, 05:47:52 am
No problem with 0017 or 0018.
What are you using?
17592  Forum 2005-2010 (read only) / Troubleshooting / Re: Problem with 3*4 Keypad Again on: July 16, 2010, 01:30:26 pm
Quote
It's an accelerometer

What is?
A 3x4 keypad?
17593  Forum 2005-2010 (read only) / Troubleshooting / Re: noob to arduino, need help with simple code on: July 18, 2010, 03:04:24 pm
Quote
Don't I need the inByte option
You don't need to read it into a variable if you're not using it anywhere else, you could just put the "Serial.read" in the "switch".
(I was only slightly joking, hence the wink)

Quote
What do you mean by ex-servo?
I mean it used to be a servo, but it isn't anymore.
It is a geared DC motor with a convenient single wire direction and possible speed control.

Quote
I tried 255, still nothing.
Check your wiring.
Maybe add some debug prints to make sure your program is going where you think it is.
17594  Forum 2005-2010 (read only) / Troubleshooting / Re: noob to arduino, need help with simple code on: July 18, 2010, 02:39:05 pm
Quote
so I changed the value to be written to be like 1000 or so

1000 .. out of 255?
http://arduino.cc/en/Reference/AnalogWrite

[edit]Oops, re-read my own post - make the HIGH write just 0.4%

Also, if yours is an ex-servo, the "stop" point should be around the 90 "degree" mark, so to move one way or the other, you need to write, say, 80 or 100.[/edit]
17595  Forum 2005-2010 (read only) / Troubleshooting / Re: noob to arduino, need help with simple code on: July 18, 2010, 02:33:18 pm
Quote
Why is inByte in parentheses?

Why is it there at all?   smiley-wink
Pages: 1 ... 1171 1172 [1173] 1174 1175 ... 1321