tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
587 stars 182 forks source link

Arduino-Nano-33-Iot Mqtt error #524

Closed fangyygw closed 8 months ago

fangyygw commented 1 year ago

using

https://github.com/tinygo-org/drivers/tree/release/examples/wifinina/mqttclient https://github.com/tinygo-org/drivers/tree/release/examples/wifinina/mqttsub

Console the same error

Connecting to WIFI Connected. 192.168.0.107 Connecting to MQTT broker at tcp://192.168.0.106:1883 wifinina error: 0x01 wifinina error: 0x01 wifinina error: 0x01 wifinina error: 0x01 wifinina error: 0x01 wifinina error: 0x01

https://github.com/tinygo-org/drivers/tree/release/examples/wifinina/tcpclient. is OK

deadprogram commented 1 year ago

I think this is fixed by https://github.com/tinygo-org/drivers/commit/de2742f10cc878a3ec482feb8608e7623e3f9dfa

I am going to tag to close on next release.

deadprogram commented 8 months ago

This was already released so now closing. Thanks!