File tree 3 files changed +7
-11
lines changed
3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ The objective is to develop a motion classification application on an arduino bo
12
12
### Required hardware:
13
13
- [ Arduino Nano RP2040 connect] ( https://docs.arduino.cc/hardware/nano-rp2040-connect )
14
14
15
+ ### Required Libraries:
16
+ - [ WiFiNINA] ( https://www.arduino.cc/reference/en/libraries/wifinina/ )
17
+ - [ STM32duino X-NUCLEO-IKS01A3] ( https://www.arduino.cc/reference/en/libraries/stm32duino-x-nucleo-iks01a3/3 )
18
+ - [ ArduinoMqttClient] ( https://www.arduino.cc/reference/en/libraries/arduinomqttclient/ )
19
+ - [ CoAP-simple-library] ( https://www.arduino.cc/reference/en/libraries/coap-simple-library/ )
20
+
21
+
15
22
### Milestones:
16
23
17
24
- [X] Sending the current motion status through an MQTT topic to a broker running on my personal DigitalOcean cloud server
Original file line number Diff line number Diff line change 2
2
3
3
This version of the arduino code communicates with the CoAP protocol.
4
4
5
- ## Required Libraries:
6
- - [ WiFiNINA] ( https://www.arduino.cc/reference/en/libraries/wifinina/ )
7
- - [ CoAP-simple-library] ( https://www.arduino.cc/reference/en/libraries/coap-simple-library/ )
8
-
9
-
10
5
## How to test:
11
6
12
7
Start a CoAP test server inside a Docker container, exposing port 5863:
Original file line number Diff line number Diff line change 2
2
3
3
This version of the arduino code communicates through MQTT.
4
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
5
## How to test:
12
6
13
7
1 . Download the [ Mosquitto CLI] ( https://mosquitto.org/download/ ) (available for Windows, Linux, etc.).
You can’t perform that action at this time.
0 commit comments