From 6f35a3b3c79fc1f7ca2b3a540004877e74d25675 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Wed, 30 Aug 2023 22:25:56 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6a9bc1f..9fe795b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Han Mqtt Adapter +### Install +1. Setup picoW with MicroPython [link](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html) +2. Copy main.py and config.py to picoW root +3. Edit config.py to correct SSID, Password and MQTT broker IP + ### Protocol [link to HAN protocol](https://hanporten.se/svenska/protokollet/)