GP2Y1010AU0F - Zolertia/Resources GitHub Wiki
Sharp GP2Y1010AU0F compact dust sensor
Available at:
Technical details
- Compact thin package of 46mm × 30mm × 17.6mm
- Low consumption current of 20mA
- Presence of dust can be detected by the photometry of only one pulse
- Enable to distinguish smoke from house dust
Available documentation (manufacturer)
Libraries and examples
The Contiki sensor library can be found at platform/zoul/dev/pm10-sensor.c
, check out the most updated version in Contiki repository.
To test the TSL2563 sensor follow the next steps
-
Grab Contiki and prepare the development setup (skip if you already have it)
-
TO-DO: show how the connection is done
-
Compile the test example and program the RE-Mote:
cd examples/zolertia/zoul
make test-pm10-sensor.upload && make login