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
-
Notifications
You must be signed in to change notification settings - Fork 0
FabienBounoir/SensorSensei
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Project to retrieve information from various sensors and send it to SensorCommunity.