mathworks / thingspeak-arduino

ThingSpeak Communication Library for Arduino, ESP8266 and ESP32
https://thingspeak.com
431 stars 231 forks source link

DFrobot Wifi Bee #64

Closed GSATELITE closed 4 years ago

GSATELITE commented 4 years ago

Hi there, this ESP8266 module connects throught a shield on UNO using serrial 0 and 1 pins. Thingspeak library does not work with this module... coudl you check and advice? Thanks

v-c commented 4 years ago

The DFRobot Wifi Bee costs $5.90, which you need to add to an Arduino Uno. For that price you can buy an ESP32 that is more powerful and has on board WiFi.

Anyway, I suspect the issue here is likely a clash between the serial pins and the WiFi library. There is nothing in the ThingSpeak library for Arduino that should prevent the DFrobot WiFi Bee from working if you can use the WiFi library correctly.