Skip to content

Getting started

alifeee edited this page Jun 27, 2023 · 3 revisions

(how to set up the simple project - an active particular sensor)

This is a work-in-progress guide

  1. get ingredients (pi, sensor, wires, breadboard)
  2. solder them together
  3. install MicroPython library to use the sensor: https://github.com/pimoroni/pms5003-micropython/
  4. install MicroPython code
  5. download code
  6. edit WiFi name/password
  7. change sensor ID `<your_sensor_name>'
  8. push code to pi
  9. it works!?

Clone this wiki locally