juanreina on alguien español?? problema campos de canal
alguien que hable español??? tengo un problema con mi canal en thingspeak, tengo configurado 3 campos, 2 temperaturas y una humedad, pero sólo me muestra una sola temperatura. muchas gracias de...
View Articlepiajola on alguien español?? problema campos de canal
Hola juan, Nuevo en el barrio? o nuevo en este forum del barrio? Bienvenido ... pero debes describir mejor(mas completo) lo que pasa. thingspeak y matlab SI funcionan bien ... si usas arduino te puedo...
View ArticleMarcFinns on MQTT not working?
Hello, i have a device that has been posting data for a long time. It’s based on ESP8266 and uses pub sub as mqtt library. About a day ago data disappeared from the dashboard. I am traveling so I...
View Articlepedrin2 on M590 NEOWAY Y COMANDOS AT
Hola compañeros como veis soy nuevo en este foro espero poder estar a la altura Estoy intentando enviar información a un canal que funciona correctamente, el problema esta al usar el M590 neoway , se...
View Articlebubba198 on Something changed about a month ago and even the published...
Hi everyone, Something changed about a month ago and even the published example no longer works for ThingHTTP? Here's the example which no longer works straight out of the ThingHTTP setup window:...
View ArticleVinod on Something changed about a month ago and even the published example...
ThingHTTP as such has not changed. Google changed the google finance website. Change the URL field to https://finance.google.com/finance and everything else should work as is. It will be interesting...
View Articlebubba198 on Something changed about a month ago and even the published...
Thank you - confirming that the URL you suggested does work! Thanks. Maybe someone would update the example under ThingHTTP.. Thank you Vinod said ThingHTTP as such has not changed. Google changed the...
View ArticleAugustoEst on Arduino Zero with WiFi101 Shield Only Sends Two Updates
I solved this issue by disconnecting from the WiFi after updating my ThingSpeak channel: void loop() { WiFi.begin(ssid, pass); delay(10000); // Waits 10 seconds to confirm connection // Updates x...
View Articledecx on Data analysis and predictive analysis
I think i made a mistake in try to explain what im doing but i see you got the right idea. But i need a predictive graph for my project as well. As for my project, we are aiming to integrate Industry...
View ArticleVinod on MQTT not working?
There are no reported issues with the MQTT publish functionality at this time. The team confirmed this by testing from multiple networks.
View Articlebeekeeper on Arduino Zero with WiFi101 Shield Only Sends Two Updates
Hi there, I have the same toppic but using a MKR 1000 with a TMP36. For trying I took the example "write voltage" by Thingspeak-library in its newest version 1.3. My Arduino-IDE-version is 1.8.4 Here...
View ArticleJasonW on Arduino Zero with WiFi101 Shield Only Sends Two Updates
I am able to reproduce this behavior. I'm looking into it.
View ArticleJasonW on Arduino Zero with WiFi101 Shield Only Sends Two Updates
It looks like the latest version of the WiFi101 library has a bug in it. Until Arduino fixes the bug, a work-around is to downgrade the WiFi101 library to version 13.0.
View Articlecstapels on Something changed about a month ago and even the published...
Also, it looks like google changed the unique ID to #ref_626307_l from #ref_626307_c.
View ArticleJasonW on Note for WiFi101 and MKR1000 users
There appears to be a bug in the WiFi101 library that affects the ThingSpeak library and examples. After a few transactions, the library stops working. Until the bug gets fixed by Arduino, you can use...
View Articlebeekeeper on Note for WiFi101 and MKR1000 users
JasonW, you are my hero. And just thought I'm too stupid for this, thanks!!!
View ArticleMarcFinns on MQTT not working?
Vinod said There are no reported issues with the MQTT publish functionality at this time. The team confirmed this by testing from multiple networks. Hello Vinod, I also tested with IoT devices and...
View ArticleMarcFinns on MQTT not working?
Vinod said There are no reported issues with the MQTT publish functionality at this time. The team confirmed this by testing from multiple networks. Vinod, it does not even work anymore with your...
View ArticleJasonW on MQTT not working?
I just tried the example you linked to and I was able to get it to work. However, I did need to change the client ID in the code to something unique. Line 73, changed from: if...
View ArticleMarcFinns on MQTT not working?
Server bug confirmed Even changing the ID, after a few iteration it starts failing. The only way to have it somewhat working is to generate every time a random ClientID. Not sure if this is the way it...
View Article