Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabienbounoir/sensorsensei

Project to retrieve information from various sensors and send it to SensorCommunity.
https://github.com/fabienbounoir/sensorsensei

capteurs esp32 iot platformio sensorcommunity

Last synced: about 1 month ago
JSON representation

Project to retrieve information from various sensors and send it to SensorCommunity.

Awesome Lists containing this project

README

        

# T-IOT-902-MPL_1

mermaid.initialize({ sequence: { showSequenceNumbers: true } });

# Sequence diagram of the project

```mermaid
sequenceDiagram
autonumber


participant Client

participant Gateway

Note left of Client: Dust sensor
Note left of Client: BMP 280 sensor
Note left of Client: i2s mic sensor


participant Sensor community
actor User

loop Every 5 seconds
Client->>Client:readTemperature(), readPressure(), getDustDensity()
Client->>Gateway: LORA communication
end

Gateway->>Sensor community: WIFI communication

Sensor community->>User: Interface to display our datas to the users
```
----------------------------------------------------------------
# cabling scheme
![Schema de cablage Image](static/schema_cablage.png)