doc: added some configuration instructions in README

This commit is contained in:
SylvanArnold
2025-05-06 13:07:01 +00:00
committed by Sylvan Arnold
parent 7b1b986d2e
commit 244e516bd8
+21 -1
View File
@@ -1,5 +1,25 @@
# TSM_PicoW_Sensor # TSM_PicoW_Sensor
Project using the PicoW board with VS Code, implementing a sensor application. Project using the PicoW board. It publish sensors values (humidity, temperature) to an MQTT broker.
## Configuration
You have to use the serial terminal to configure the board by sending commands.
### Wifi
```shell
McuMinINI write settings.ini WiFi ssid "YOUR_SSID"
McuMinINI write settings.ini WiFi pass "YOUR_PASSWORD"
```
### MQTT
```shell
McuMinINI write settings.ini MQTT broker "BROKER_NAME"
McuMinINI write settings.ini MQTT user "USERNAME"
McuMinINI write settings.ini MQTT pass "PASSWORD"
```
## Build ## Build
Project has `Debug`, `Release` and `Test` targets, using CMake Presets. Project has `Debug`, `Release` and `Test` targets, using CMake Presets.