add diagram via beautiful-mermaid
This commit is contained in:
parent
c94f8df1cc
commit
603d42ad3f
8 changed files with 289 additions and 0 deletions
43
README.md
43
README.md
|
|
@ -37,6 +37,49 @@ Weatherproof Enclosure: [weatherproof-cover-for-outdoor-sensors](https://shop.pi
|
|||
|
||||
_Note: I would not recommend buying from pimoroni from EU as shipping tax is huge!_
|
||||
|
||||
```
|
||||
┌────────────────────────────────────────────┐
|
||||
│ Node1 │
|
||||
│ │
|
||||
│ │
|
||||
│ ┌────────────────────────┐ ┌─────────┐ │
|
||||
│ │ │ │ │ │
|
||||
│ │ bme280 │ │ pms5003 │ │
|
||||
│ │ │ │ │ │
|
||||
│ └────────────┬───────────┘ └────┬────┘ │
|
||||
│ │ │ │
|
||||
│ │ │ │
|
||||
│ i2c │ │
|
||||
│ │ uart │
|
||||
│ ▼ │ │
|
||||
│ ┌────────────────────────┐ │ │
|
||||
│ │ │ │ │
|
||||
│ │ rp2040 │◄─────────┘ │
|
||||
│ │ │ │
|
||||
│ └────────────┬───────────┘ │
|
||||
│ │ │
|
||||
└──────────────┼─────────────────────────────┘
|
||||
Custom TCP
|
||||
│
|
||||
▼
|
||||
┌────────────────────────┐
|
||||
│ │
|
||||
│ Event Proxy │
|
||||
│ │
|
||||
└────────────┬───────────┘
|
||||
│
|
||||
│
|
||||
mqtt
|
||||
│
|
||||
▼
|
||||
┌────────────────────────┐
|
||||
│ │
|
||||
│ Home Assistant Servier │
|
||||
│ │
|
||||
└────────────────────────┘
|
||||
```
|
||||
|
||||
|
||||
## Helpful links
|
||||
|
||||
- [pico mqtt Example](https://github.com/raspberrypi/pico-examples/blob/master/pico_w/wifi/mqtt/README)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue