i’m working on my final year project. i want to use ubidots for my final year project but i’m facing a problem whenever i try to send values to ubidots it shows “error at cipsend”.
i’m using Esp8266-01 wifi module (0.9.5.2 9600 baud rate firmware)
Arduino UNO and Arduino IDE (latest version)
Ubidots official library (ubidotsesp8266)
My connection is
vcc ------- arduino uno 3.3v
ch-pd ------ arduino uno 3.3v
gnd ------ gnd
Rx ----- pin 3 (as mention in library header file where ubidots used softwareserial (2,3))
Tx ------ pin 2
previously i was stuck on Error at cipmode but i resolved that now i’m stuck on Error at cipsend whenever i want to send value to ubidots…
You’re following an old documentation for the ESP8266. Please reference to the new article below to be able to connect your ESP8266 as STAND-ALONE with the Ubidots Platform.
At the moment we doesn’t support the Arduino+ESP8266, we’re working on a new version of the library. So, please reference to the article attached. This guide will help you to send data to Ubidots without any issue.
i tried this method too but when i try to upload the sketch it shows: "espcomm upload mem failed error"
sketch doesn’t upload… i followed the exact instructions.
i have esp8266-01, i choosed generic esp8266 from board and i also tried it by selecting nodemcu 0.9.
could you please help me to resolve this error?
i have selected the right com port and i also selected the Generic esp8266 board (also tried with nodemcu 0.1 and 1.0).
GPIO0 is also connected to GND but the sketch doesn’t upload.
it finished with error: espcomm-sync failed espcomm-upload-mem failed
Hello, the error that you experience can come from some missing driver, a wrong configuration to upload the sketch via serial port or a hardware issue on your device, I advice you to learn how to upload the basic blink sketch from the arduino IDE to your device and once you get it try to use our library as I see that the error comes from your hardware and not from the library itself. This link may serve you as a guide to your first approach to your ESP8266: http://www.whatimade.today/esp8266-easiest-way-to-program-so-far/
i have connected the RESET to GND and GIPO0 to GND… now i’m getting this error:
Arduino: 1.8.1 (Windows 10), Board: “Generic ESP8266 Module, 80 MHz, 40MHz, DIO, 9600, 1M (512K SPIFFS), ck, Disabled, None”