fj604
December 11, 2010, 5:26pm
1
Hi all,
I would like to use the Parallax Propeller Demo Board as an video controller for Arduino. The Propeller chip uses 3.3V logic - what is the safe way to interface it with 5V Arduino? Is it just a matter of adding a 1K resistor between Arduino output and Propeller input?
fj604
December 11, 2010, 5:41pm
2
Hi Richard,
Thanks for your reply - this will stop me from looking for cheap solutions for this
fj604
December 11, 2010, 6:59pm
3
Richard,
Thank you for pointing me to the right direction:
In electronics, a voltage divider (also known as a potential divider) is a passive linear circuit that produces an output voltage (Vout) that is a fraction of its input voltage (Vin). Voltage division is the result of distributing the input voltage among the components of the divider. A simple example of a voltage divider is two resistors connected in series, with the input voltage applied across the resistor pair and the output voltage emerging from the connection between them.
Resistor voltag...
Is it safe to connect Arduino ground to Propeller ground if they are powered by different sources?
fj604
December 13, 2010, 11:45am
5
I checked - 3.3V to 5V direction works without any additional components such as BSS138 - Arduino properly sees 3.3V as HIGH.
For the 5V to 3.3 direction I will add a voltage divider with two 10K resistors.
system
December 13, 2010, 1:20pm
6
For the 5V to 3.3 direction I will add a voltage divider with two 10K resistors.
Check whether this is really necessary. Many 3.3V devices are 5V tolerant of input signals.
fj604
December 13, 2010, 10:59pm
7
I have tested it with two a voltage divider (2 x 11k resistors) on 5V input to Propeller - and it works
The Propeller chip does not like 5V input at higher currents - it can get warm:
http://forums.parallaxinc.com/forums/default.aspx?f=25&m=124837
Thanks to everyone for suggestions.