Diena on ESP8266 comunicating to Thingspeak
Thank you very much for the cooperation. It was felt that this had almost happened, but some inaccuracies prevented understanding the problem. Cstapels, thanks to your attention, I discovered another...
View ArticleDiena on ESP8266 comunicating to Thingspeak
No problem, I share chanel with you. Serial output, data:&field1=0, next, data:&field1=1 ... I try with "&" and without, no positive change. my feeling that it's really something with a...
View Articlecstapels on ESP8266 comunicating to Thingspeak
You may also want to look at the chart options. Press the pencil on the upper right of your field 1 chart and make sure that you don't have any averaging or change in time scale settings on. Also...
View Articlecstapels on ESP8266 comunicating to Thingspeak
Can you show the serial output for this line? Serial.print("data:"); Perhaps that will show what is happening to the data. Your channel is private, so I cannot see the data. You can share it with...
View ArticleDiena on ESP8266 comunicating to Thingspeak
My channel ID 375555. I am correcting the word, but there are still no positive changes. By the way thingspeak account my entries, but nothing in graf.
View Articlecstapels on Bad request 400
Can you look at the output that is generated from "client.print(dataToThingSpeak);" You could add a Serial.println(dataToThingSpeak); and then copy and paste that line to the address bar in your...
View Articlecstapels on ESP8266 comunicating to Thingspeak
One thing I noticed is that you have a small error in one of your HTTP headers. You have the word Length spelled as "Lenght", I'm not sure if that would cause the problem. Is it possible for you to...
View ArticleDiena on ESP8266 comunicating to Thingspeak
I'm trying to via WiFi internet router update a ThingSpeak channel by posting a feed with HTTP POST. I just try ESP8266 to generate numbers a and load them into a graph. I get answer 200 OK, however,...
View Articlevalenciaa on Can I use two ESP8266 on one Arduino Uno+Xbee S2C to sending...
hi all, I use 4 XBee for temperature monitoring using cluster tree. Two XBee+Arduino as end devices so they send temperature data (I use LM35) to another XBee+Arduino as router, and then the router...
View ArticleBulldogbob on Bad request 400
Hello , i use a WeMos D1 mini with a BME280 on my channel . It has worked with this sketch , but now i get bad request 400 . What went wrong ?? #include <BME280_MOD-1022.h> #include...
View Articlerw950431 on Need some help regarding ESP8266 - Thingspeak
There is discussion about problems similar to yours at https://github.com/esp8266/Arduino/issues/1420
View Articledeep_kap on Need some help regarding ESP8266 - Thingspeak
rw950431 said If you post the code you are now using for the upload you may get more help in improving it. In my experience most of the wifi upload time is spent waiting for the network or the other...
View Articlecstapels on Extraer datos de thingspeak sin utilizar libreria
The soil monitor example shows how to send data without the library. You can see the correct syntax for the GET to retrieve data on Get a Channel Feed. It looks like you missed the text of the...
View Articlerw950431 on Need some help regarding ESP8266 - Thingspeak
If you post the code you are now using for the upload you may get more help in improving it. In my experience most of the wifi upload time is spent waiting for the network or the other end so it may...
View Articledeep_kap on Need some help regarding ESP8266 - Thingspeak
I'm using ESP8266 as WiFi cloud posting device for my sensor nodes. Taking data from a sensor node via UART (Software UART) -> Get Timestamp from RTC -> Store that data into SD card -> On...
View Articlecstapels on ESP32 library?
Check out the instructions on the ThingSpeak examples page for the ESP32 WIFi monitor. I've used those instructions to program my ESP32 dev board with Arduino.
View Articlebeekeeper on CAN'T ACCESS 192.168.4.1 IP
Are you using the same WIFI-Access, or are you using the mobile-data-function of your smartphone?
View Articlebeekeeper on can't connect with Thingspeak - ESP8266-01
Hi, please show us the whole code here and tell us something about your infrastructure. Did you include the necessary libraries? Try to understand the function of the libraries you use by trying the...
View Articlebeekeeper on ESP32 library?
Hi, is there any ARDUINO-library working fine with the ESP32 Development-board? I would like to change a Arduino MKR1000 (everything works fine) by using a ESP32. Now uploading the sketch aborts with...
View ArticleSergio_Tolosa on Extraer datos de thingspeak sin utilizar libreria
Buenas tardes, quisiera saber como hacer para extraer o bajar datos de un canal de thingspeak sin necesidad de utilizar su librería. Este es el código que llevo por ahora. Les agradezco su...
View Article