Skip to content

GP2Y1010AU0F

Antonio Lignan edited this page Jan 29, 2016 · 2 revisions

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

  1. Grab Contiki and prepare the development setup (skip if you already have it)

  2. TO-DO: show how the connection is done

  3. Compile the test example and program the RE-Mote:

cd examples/zolertia/zoul
make test-pm10-sensor.upload && make login
Clone this wiki locally