Connecting with Cayenne

Hello everyone

For my last year project, a friend and me decided to begin programming with Arduino. We want to connect to Cayenne, but for some reason, I can’t. Cayenne should connect to my Arduino, but it doesnt’t. Since i just started programming with Arduino, I was hoping you guys could help me out. If you need more information, I would happily give it to you!

Thanks in advance!

Juha Van Herewegen

Hi
What code are you using?

I’m using the code given by Cayenne when you click on Arduino Uno → Wifi Shield. I also tried Wifi 101, but then my Arduino gave me an error message. But I have to say, we are using an Arduino MKR1000, but my partner said it’s just an Adruino Uno with a wifi shield attached. I don’t know if it’s true since I kind of got pushed into the front end of the project, so I don’t know that much about it.

Documents for connecting MKR1000.
For MKR1000 a good connection via MQTT.

https://github.com/myDevicesIoT/Cayenne-MQTT-Arduino/commit/dad053607084b80c78dcd89adb44fca6cf57ded3

Normal connections.

https://github.com/myDevicesIoT/Cayenne-Arduino-Library/tree/feature/mkr1000-support/examples/InternetConnections/MKR1000

2 Likes