In file included from D:\users\ota.lunak.kostka\Documents\libraries\Cayenne-Arduino-Library-master/CayenneWiFi.h:27:0,
from ChytraZahrada.001.cayenne.ino.ino:2:
D:\users\ota.lunak.kostka\Documents\libraries\Cayenne-Arduino-Library-master/BlynkSimpleWiFi.h:22:18: fatal error: WiFi.h: No such file or directory #include <WiFi.h>
^
compilation terminated.
So we only officially support a set amount of shields right now on the Arduino. Check it out here
Wemos D1 mini is based on ESP module and we havenāt āofficiallyā released support for Cayenne and ESP8266 modules. Although I can tell you Iāve gotten stand alone (not being used as a WiFi shield for Arduino) ESP8266 working in Cayenne just fine.
If you follow @kreggly guide to how he set it up you should be good to go:
Iāve not tested Wemos D1 yet, so maybe you can provide some valuable feedback Keep us updated.
Trying to find time to add send and sleep functionality with a DHT11 sensor. This would allow battery or buffered solar operation.
Also want to research if there is wake up on change or similar functionality. Otherwise Iāll need external circuitry to trigger a reset or EN pulse.
Iāve worked on a similar cloud based IoT project for a large multinational, and as I advised before, the key to adoption is to have solutions that donāt rely on $1000 hardware packages. With Arduino and RPi integration, MyDevices has that. The second part of a winning strategy, IMHO, is to have a store with solutions. An open marketplace with some rudimentary QA would be even better, justify a bigger cut for hosting it, and maintain a quality standard.
Whats the verdict on WeMos D1 Mini support with MyDevices as I am planning to do a prototype with multiple boards so that I can do device management for OTA & some delegated control to Users.
Thanks for responding. I tried connecting with my WeMos D1 Mini (https://www.wemos.cc/product/d1-mini-pro.html) as Arduino Uno with WIFI Shield but could not connect it to Cayenne. I changed port & baud rate in sketch along with my WIFI details and selected WeMos as board in Arudino IDE but still donāt see board connected. It is still saying āWaiting for board to connectā¦ā. Any advice on how to connect ?