https://github.com/invpe/looko2
GridShell connected LookO2 Sensor
https://github.com/invpe/looko2
airquality arduino esp32 gridshell iot looko2
Last synced: about 2 months ago
JSON representation
GridShell connected LookO2 Sensor
- Host: GitHub
- URL: https://github.com/invpe/looko2
- Owner: invpe
- License: mit
- Created: 2023-09-18T09:56:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T19:59:54.000Z (over 1 year ago)
- Last Synced: 2025-01-29T17:12:41.279Z (4 months ago)
- Topics: airquality, arduino, esp32, gridshell, iot, looko2
- Language: C++
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ✋ Welcome
This is a repository for the [LookO2 Personal Air Quality sensor](https://looko2.com/) customized for contribution and usage of the [GridShell](https://github.com/invpe/GridShell) network.

# 💻 Hardware
The device uses: `M5-STAMP-PICO` and `Default` partition table, ensure that you properly use these settings when flashing.
# 📜 Software
Using latest `V07` GridShell library here with `OTA` disabled so that our sketch is not wiped out when new version is released.
# 🏗️ Building
1. [Download](https://github.com/invpe/GridShell/tree/main/Sources/GridShell) GridShell lib to your sketch folder.
2. Set board to `M5-STAMP-PICO`
3. Choose `Default` partitioning
4. Hit Compile & Upload> **Important**
Keep an eye on the [GridShell](https://github.com/invpe/GridShell) releases and bump up library to the newest version if required.