Best way to connect Arduino uno to Cayenne

Hello, What is the best way to connect an Arduino Uno to Cayenne? I have a Adafruit WiFi shield CC3000. I see most of the stuff is ESP8266 based. Thanks

Personally I would use an ethernet shield like the W5100. You can use an ESP wifi shield but it’s not currently officially supported and it’s a bit of a hack to get it working. WifiShield with arduino uno compiling error - #11 by kreggly

Let us know if you get it working :slight_smile:

There are a few officially supported wireless shields for Cayenne if you still want wireless but don’t want to go the ESP8266 route. That link lists the supported Ethernet shields as well.

We also support the Arduino Yun (which has built in WiFi) and the Yun Shield using the Yun sketch in our Arduino library.