Skip to content

Commit c3c0842

Browse files
author
linomp
committed
modify file structure, add mqtt version readme
1 parent fa07024 commit c3c0842

7 files changed

+2492
-0
lines changed
File renamed without changes.
File renamed without changes.

mqtt_version/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# MQTT Version
2+
3+
This version of the arduino code communicates through MQTT.
4+
5+
## Required Libraries:
6+
- [WiFiNINA](https://www.arduino.cc/reference/en/libraries/wifinina/)
7+
- [ArduinoMqttClient](https://www.arduino.cc/reference/en/libraries/arduinomqttclient/)
8+
- [STM32duino X-NUCLEO-IKS01A3](https://www.arduino.cc/reference/en/libraries/stm32duino-x-nucleo-iks01a3/3)
9+
10+
11+
## How to test:
12+
13+
1. Download the [Mosquitto CLI](https://mosquitto.org/download/) (available for Windows, Linux, etc.).
14+
15+
2. Launch an mqtt client and connect to the predefined broker & topic like this:
16+
17+
```
18+
mosquitto_sub -h "apps.xmp.systems" -t "iiot-project/test"
19+
```
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#define SECRET_SSID ""
2+
#define SECRET_PASS ""

0 commit comments

Comments
 (0)