add node 2 and 3 to arch diagram

This commit is contained in:
Travis Shears 2026-02-23 22:21:03 +01:00
parent 2525069deb
commit 20f86a2176
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
3 changed files with 60 additions and 24 deletions

View file

@ -23,6 +23,10 @@ I have since switch to using C for better performance and control.
## Hardware
### Arch
![arch](diagrams/arch.svg)
### Node1
Sensors:
@ -37,8 +41,6 @@ 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!_
![arch](diagrams/arch.svg)
## Helpful links
- [pico mqtt Example](https://github.com/raspberrypi/pico-examples/blob/master/pico_w/wifi/mqtt/README)