haveing a propeller chip communicate to a basic stamp 2
sov
Posts: 17
hello, I am a student that learns and uses parallax equipment. I am now building a security robot for my class and I have just about tried everything in tring to have a basic stamp 2 communicate to a propeller chip. First of all I know that the propeller chip uses 3.3v and the basic stamp2 uses 5v. I tried using a transistor to communicate between the two but it killed my propeller chip. Can anyone help me on this matter, or even display a circuit diagram if possible... thank you in advance
Comments
The 3,3V should be enough to be recognized as logical 1 on stamp-side. So, you could directly connect the propeller TX with the stamp.
The 5V is not a problem on propeller side when you use a 10k resistor. Guess that's what's most times done when connecting the propeller to a keyboard which also has 5 V. So, connect the RX from the propeller to a 10k resistor.
But you should be sure that you don't have bugs in the serial interface code, otherwise the next prop might learn to smoke ;o)
I think the demo board schematic shows how to connect to a 5V keyboard. That's also a serial interface. It uses 4 resistors and seems to be a bit more bug-friendly.
Sorry, no useful input here,but i couldn't help myself...· We have all been there at one time or another.
Post Edited (kf4ixm) : 1/5/2010 11:29:48 PM GMT