From 578162922e7e49adf84581b50ce6a4fe67f1cd13 Mon Sep 17 00:00:00 2001 From: Didier Donsez Date: Mon, 18 Mar 2024 10:22:00 +0100 Subject: [PATCH] add flipper zero --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da2823d..4b1c26e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ The IAQ sensors are listed [here](./sensors.md) ## Version 2024 (WIP) +### Flipper Zero with BME680 and PMS7003 +* Board: [Flipper Zero](https://github.com/CampusIoT/tutorial/blob/master/flipper_zero/README.md) +* Sensors: + * BME280: Temperature, Humidity, Pressure + * PMS7003: PM 1, 2.5, 10 + ### ESP32 DevKit with BME280 and Sensirion SPS30 * Board: ESP32 DevKit on [TinyGS_2G4](https://github.com/thingsat/tinygs_2g4station) * Sensors: @@ -22,11 +28,11 @@ The IAQ sensors are listed [here](./sensors.md) ![ESP32 DevKit + RN2483](https://raw.githubusercontent.com/thingsat/tinygs_2g4station/main/images/tinygs2G4_mikrobus_rn2483.jpg) -### RAK3172 with BME280 and Sensirion SPS30 +### RAK3172 with BME280 and PMS7003 * Board: [RAK3172](https://store.rakwireless.com/products/wisduo-lpwan-module-rak3172) * Sensors: * [BME280](https://www.mouser.fr/ProductDetail/Bosch-Sensortec/BME280) on Temperature, Humidity, Pressure - * Removable [Sensirion SPS30 PM Sensor](https://sensirion.com/products/catalog/SPS30/) on I2C connector: PM 1, 2.5, 10 + * PMS7003: PM 1, 2.5, 10 * Connectors: UART, GPIO, I2C, Tag-Connect * Connectivity: LoRaWAN, Kineis * Firmware : [RIOT OS](https://github.com/RIOT-OS/RIOT/tree/master/boards/nucleo-wl55jc), [STM32CubeIDE](https://docs.rakwireless.com/Product-Categories/WisDuo/RAK3172-Module/Low-Level-Development/#rak3172-on-stm32cubeide-with-stm32wl-sdk-v1-2-0)