Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabienbounoir/sensorsensei
- Owner: FabienBounoir
- Created: 2023-07-13T15:06:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-21T09:38:17.000Z (about 1 year ago)
- Last Synced: 2024-11-07T13:24:27.390Z (3 months ago)
- Topics: capteurs, esp32, iot, platformio, sensorcommunity
- Language: HTML
- Homepage:
- Size: 501 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 Clientparticipant 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
endGateway->>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)