try svg arch diagram

This commit is contained in:
Travis Shears 2026-02-23 15:45:16 +01:00
parent 603d42ad3f
commit 0fa4d7824f
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
3 changed files with 58 additions and 45 deletions

View file

@ -37,48 +37,7 @@ 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 │
│ │
└────────────────────────┘
```
![arch](diagrams/arch.svg)
## Helpful links