FabienBounoir / SensorSensei

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T-IOT-902-MPL_1

<script> mermaid.initialize({ sequence: { showSequenceNumbers: true } }); </script>

Sequence diagram of the project

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

About

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


Languages

Language:HTML 42.9%Language:TeX 38.0%Language:JavaScript 10.7%Language:CSS 7.3%Language:C++ 1.0%Language:Makefile 0.1%