Continued from
Releases v1.2.0
- Add support to
Nano_RP2040_Connect,Nano_33_IoT, usingMQTT,Secured MQTT,MQTT-over-WebSocketsorSecured MQTT-over-WebSocketswith WiFiNINA_Generic library library - Add WiFiNINA examples
Releases v1.1.0
- Add support to
RP2040WusingMQTT,Secured MQTTorMQTT-over-WebSocketswith arduino-pico core - Add RP2040W examples
- Update
Packages' Patches
Releases v1.0.1
- Use new Ethernet_Generic library as default for W5x00.
- Add support to SPI1 for RP2040 using arduino-pico core
- Rewrite all the examples to support new features
- Use new
waitForLink()function of QNEthernet - Update
Packages' Patches
Debug Terminal Samples
1. WiFiMQTTSecure on RASPBERRY_PI_PICO_W
This is terminal debug output when running WiFiMQTTSecure on RASPBERRY_PI_PICO_W connecting to public.cloud.shiftr.io MQTT server.
Start WiFiMQTTSecure on RASPBERRY_PI_PICO_W
MQTTPubSubClient_Generic v1.2.0
Connecting to SSID: HueNet1
You're connected to the network, IP = 192.168.2.77
SSID: HueNet1, Signal strength (RSSI):0 dBm
Connecting to secured-host:port = public.cloud.shiftr.io:8883
Connected!
Connecting to mqtt broker... connected!
MQTT received: /mqttPubSub - Hello from WiFiMQTTSecure on RASPBERRY_PI_PICO_W
Subcribed to /mqttPubSub => Hello from WiFiMQTTSecure on RASPBERRY_PI_PICO_W
2. WiFiMQTToverWebSocket on RASPBERRY_PI_PICO_W
This is terminal debug output when running WiFiMQTToverWebSocket on RASPBERRY_PI_PICO_W connecting to test.mosquitto.org MQTT server.
Start WiFiMQTToverWebSocket on RASPBERRY_PI_PICO_W
MQTTPubSubClient_Generic v1.2.0
Connecting to SSID: HueNet1
You're connected to the network, IP = 192.168.2.77
SSID: HueNet1, Signal strength (RSSI):0 dBm
Connecting to WebSockets Server @ test.mosquitto.org, port 8080
Connecting to mqtt broker.... connected!
MQTT received: /mqttPubSub - Hello from RASPBERRY_PI_PICO_W
Subcribed to /mqttPubSub => Hello from RASPBERRY_PI_PICO_W
3. WiFiNINA_MQTToverWebSocket on Nano_RP2040_Connect
This is terminal debug output when running WiFiNINA_MQTToverWebSocket on NANO_RP2040_CONNECT, with WiFiNINA using WiFiNINA_Generic Library and arduino-pico core, connecting to test.mosquitto.org MQTT server.
Start WiFiNINA_MQTToverWebSocket on NANO_RP2040_CONNECT with WiFiNINA using WiFiNINA_Generic Library
WiFiNINA_Generic v1.8.14-6
WiFiWebServer v1.9.5
WebSockets_Generic v2.16.0
MQTTPubSubClient_Generic v1.2.0
Connecting to SSID: HueNet1
You're connected to the network, IP = 192.168.2.105
SSID: HueNet1, Signal strength (RSSI):-27 dBm
Connecting to WebSockets Server @ test.mosquitto.org, port 8080
Connecting to mqtt broker.... connected!
MQTT received: /mqttPubSub - Hello from NANO_RP2040_CONNECT with WiFiNINA using WiFiNINA_Generic Library
Subcribed to /mqttPubSub => Hello from NANO_RP2040_CONNECT with WiFiNINA using WiFiNINA_Generic Library
4. WiFiNINA_MQTToverWebSocketSecure on Nano_RP2040_Connect
This is terminal debug output when running WiFiNINA_MQTToverWebSocketSecure on NANO_RP2040_CONNECT, with WiFiNINA using WiFiNINA_Generic Library and Arduino mbed_nano core, connecting to public.cloud.shiftr.io Secured MQTT server.
Start WiFiNINA_MQTToverWebSocketSecure on Nano RP2040 Connect
WiFiNINA_Generic v1.8.14-6
WebSockets_Generic v2.16.0
MQTTPubSubClient_Generic v1.2.0
Connecting to SSID: HueNet1
You're connected to the network, IP = 192.168.2.105
SSID: HueNet1, Signal strength (RSSI):-30 dBm
Connecting to secured-host:port = public.cloud.shiftr.io:443
Connecting to mqtt broker.... connected!
MQTT received: /mqttPubSub - Hello from WiFiMQTToverWebSocketSecure on Nano RP2040 Connect
Subcribed to /mqttPubSub => Hello from WiFiMQTToverWebSocketSecure on Nano RP2040 Connect