Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rpidanny/lopy-pir

Log PIR Data to Adafruit.
https://github.com/rpidanny/lopy-pir

circuitpython iot lopy micropython pir-sensor python

Last synced: about 22 hours ago
JSON representation

Log PIR Data to Adafruit.

Awesome Lists containing this project

README

        

# LoPy PIR

Logs PIR data to [Adafruit.io](https://io.adafruit.com/).

## Usage

- Make a copy of `scripts/config_example.py` and rename it to `scripts/config.py`
- Fill in your `WiFi credentials`, `Adafruit Configs` and `PIR Configs`.
- Upload the code to LoPy.

## Wiring

| LoPy | PIR Sensor |
| :---------------------------------------- | :------------ |
| `G10` (or any pin specified in config.py) | `Data` |
| `Vin` | `VCC` |
| `GND` | `GND` |