Skip to content

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

Notifications You must be signed in to change notification settings

FabienBounoir/SensorSensei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Loading

cabling scheme

Schema de cablage Image

About

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

Topics

Resources

Stars

Watchers

Forks