[CART360] Arduino and FreqOut

Vincent Leclerc v at eskistudio.com
Fri Nov 16 09:04:56 EST 2007


> I have a Humidity sensor
> that sends out data in the form of FreqOut, which,
> based on the inputs from Serial.read I assume is essentially PWM.
> Is it possible for the Arduino to interpret this data?
> It does not read it through the Analog In.

I will NOT read through the analog IO pins. Use a digital pin along
with the pulseIn command.
http://www.arduino.cc/en/Reference/PulseIn

Vincent



More information about the CART360 mailing list