Wifi connectivity issue

Hello all

am trying to connect a Fishino (Arduino uno with RTC and wifi onboard) to Cayenne without success. I would like to skip the Cayenne code handling the wifi setup (am doing it manually in the sketch) and just open the connectivity but failed.

I have commented some checks in file CayenneMQTTWifiClient.h but getting this error

“Network connect failed”

any hints?

thanks and regards

You can use a standard MQTT library like pubsubclient and follow this data format Cayenne Features - Developer | myDevices.com

1 Like

Have you try to connect your Fishino to Wifi network , with simple Example code like scanNetwork (without Cayenne ) ?

without Cayenne it works properly