I am trying to interface a IST Tsic506F temperature sensor to a microcontroller. I've been trying to interface it to my basic stamp, but the basic stamp is too slow to read the Manchester Code from the Tsic506F.
Can the Arduino read this type of code?
The bit rate for the manchester code is about 120 µSec. A logical 1 is 0 volts for about 112 µSec and then 5 volts for about 38 µSec. A logical 0 is 5 volts for about 38 µSec followed by 112 µSec at 0 volts.