Loading...
  Show Posts
Pages: 1 ... 112 113 [114] 115 116 ... 121
1696  Forum 2005-2010 (read only) / Troubleshooting / Re: Digital Output pin set LOW vs. GND pin? on: January 13, 2011, 07:40:42 am
First test: is controlling the pinout of the transistor
Second test: controlling it is correctly wired.

If you have wired as in your drawing, connecting the base of a NPN to ground had never made flowing current through the collector. So either the transistor is defective or it is uncorrectly wired.
1697  Forum 2005-2010 (read only) / Troubleshooting / Re: Can't upload to Mega 2560 under Windows 2000 on: January 13, 2011, 09:50:13 am
I think it is an issue with the driver and windows 2000. Windows 2000 is more restrictive on the way you access the hardware and the drivers should gain some privilege to execute.

Is there any windows 2000 guru here to confirm
1698  Forum 2005-2010 (read only) / Troubleshooting / Re: Doesnt work with netbooks? on: January 18, 2011, 07:43:21 am
wich eee is it?
Wich OS do you run?
1699  Forum 2005-2010 (read only) / Troubleshooting / Re: SPI with multiple slaves (why is pin 10 only ss) on: November 26, 2008, 03:50:01 pm
In ATmega datasheet it is said that SS pin is only used while the processor is in slave mode. In that case when SS is driven low by an external master it puts MISO and SCLK in high Z. When the ATmega acts as a master there is no automatic management of the SS pin and the software manages the SS pin itself or any other one used as a Slave Select
1700  Forum 2005-2010 (read only) / Troubleshooting / Re: Making My Arduino produce 1-2ms pulses on: September 15, 2010, 05:47:13 am
Quote
But my problem is how to brake the motor
The motor controller has no braking function. And when you put to neutral the motor is floatting.

Quote
placing it on reverse while going forward is not advisable for my motor controller.
Why? It is just EMF vs back-EMF. Of course you should not go from all forward to all backward. But if you slow down the motor and then put a little reverse I think this will brake the motor.
1701  Forum 2005-2010 (read only) / Troubleshooting / Re: Vin and arduino sleeping? on: September 07, 2010, 03:05:17 pm
If you use the led blinking circuit it will show you that there is power but not that the arduino is still alive.
To know if the arduino is alive you should blink the led with the arduino itself.
To do that you can put the atMega in sleep mode and program a timer to wake it up blink the led and return to sleep. If the ratio of the time it is alive versus the time it is sleeping is really short the consumption will be negligible.
1702  Forum 2005-2010 (read only) / Troubleshooting / Re: Not able to upload program on: September 07, 2010, 02:00:56 am
Quote
arduino duemilanove with [glow]atmega328[/glow]
I'm not sure this configuration was supported in arduino 13?
Why don't you use a more up to date version of the IDE?
1703  Forum 2005-2010 (read only) / Troubleshooting / Re: Electrical Question ... 220v power on 110v on: July 29, 2010, 05:35:17 am
Not only the voltage is of importance but the frequency too.
Double check what is specified on your power supply a bad frequency can lead to many smoke
1704  Forum 2005-2010 (read only) / Troubleshooting / Re: 74LS138 Mux with two potentiometers (AD5206) on: July 13, 2010, 05:39:15 pm
To switch between potentiometers that are analog pieces, you should use an analog multiplexer like 4051 for example.
Look here for an explanation http://www.arduino.cc/playground/Learning/4051
1705  Forum 2005-2010 (read only) / Troubleshooting / Re: 2 dead arduino? on: May 21, 2010, 04:24:32 pm
did you select the right serial port and the right board in the tools menu?
1706  Forum 2005-2010 (read only) / Troubleshooting / Re: Arduino Reading vs. Multimeter Inconsistency on: May 05, 2010, 03:13:37 pm
USB don't deliver an accurate 5V. It is 5 +/- 5%
1707  Forum 2005-2010 (read only) / Troubleshooting / Re: uploading first program on: May 04, 2010, 07:04:00 am
Are you using an FTDI cable to download?

- If yes is the driver installed

- If no, you are probably using a com port. So are you sure TX and RX of computer are connected to the right pins on Ardweeny. This is a common mistake with com ports.

Have you selected the right board on the Tools menu of the IDE?
1708  Forum 2005-2010 (read only) / Troubleshooting / Re: uploading first program on: May 04, 2010, 05:53:59 am
Which OS?
Which IDE version?
1709  Forum 2005-2010 (read only) / Troubleshooting / Re: Utilizing an Arduino in an audio circuit on: April 20, 2010, 06:13:33 am
we miss many information to help you

What kind of audio circuit?
What audio chip?
How do you plan to control them?

and so on ...
1710  Forum 2005-2010 (read only) / Troubleshooting / Re: What is the diff between these two Arduino boards? on: April 13, 2010, 02:26:03 pm
Both cards are the same.
The 20PU means
20 for 20MHz version
P plastic DIP package
U lead free
Pages: 1 ... 112 113 [114] 115 116 ... 121