What is this Oscilloscope picture telling me?
Chuck Rice
Posts: 210
I am getting some results that I do not understand. I have my propeller connected to a parallax position controller. Using FullDuplexSerial, I transmit one byte to the position controller, and it responds with 2 bytes. As you can see from the picture, it is doing that, and if I turn the wheel, it increments and decrements. But I am expecting the signal from the position controller to be between 0 and 5 volts, or at least 0 to 3.3 volts. but from the scope, it looks like the high returned is 3.5v or so and the low is about 2.8 volts. I have also attached a picture of the interface circuit I built.
So what is the scope telling me that I am doing wrong?
So what is the scope telling me that I am doing wrong?
Comments
I don't know why you're seeing 2.8V for a logic low. It should be much lower, more like 0.3V. I suspect your actual circuit is not what you've drawn.
I think the position controller has its own pullup and series resistor. You might check the documentation for that.
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
'Just a few PropSTICK Kit bare PCBs left!
Thanks for your responses. If you do understand where am misunderstanding things, I would enjoy additional enlightenment. Simple serial does work now, so I am good for the moment. [noparse]:)[/noparse]
Post Edited (Chuck Rice) : 12/8/2008 12:08:03 AM GMT
If the Prop was an output, and was low, you would read a low if the device was outputting low. If the Prop was high, and the device was low, you would get some division between the several resistors, and get somewhere between 5 and GND depending on the actual equation in your case.