gioblu / Reflectometer

Reflectometer Arduino library - Wire and use in a simple way photodiode / LED based reflectometers / range finders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reflectometer Arduino library

Play in a simple way with photodiode / LED based reflectometers / range finders / light sensors

===== Reflectometer mySensor(Emitter pin, Sensor pin, Readings, Filter);

Emitter pin: Arduino pin where you connected the positive of the IR/visible light emitter
Sensor pin: Arduino analog pin where you connected the positive of the photodiode/LED
Readings: Number of analog readings you want to perform in one measurement
Filter: Insert a number from 0 to 1 to filter the output value

mysensor.distance();

Returns distance measurement using ISL (Inverse Square Law), obviously its impossible to determine a correct distance value without knowing the reflectivity of the object in front (could be a mirror 10m away or a black paper sheet at 1m), so in this case is only an estimated value.

mysensor.ambient();

Returns ambient light value that is the sum of all readings done with the LED emitter off

mysensor.reflex();

Returns light measurement value that is the sum of all readings done with the LED emitter on

About

Reflectometer Arduino library - Wire and use in a simple way photodiode / LED based reflectometers / range finders


Languages

Language:C++ 100.0%