Mi arduino MKR1000 deja de enviar datos a thingspeak
2 views (last 30 days)
Show older comments
Hola,
Tengo 2 arduinos MKR1000, el 1 y 2. El MKR1000 1 envía datos en un canal y 4 campos y me funciona bien. Entonces configuro el otro MKR1000 2 en el mismo canal pero en 4 campos diferentes y entonces éste último me deja de funcionar, sólo recibo 2 mensajes. Y cuando vuelvo a poner el MkR1000 1 ya sólo recibo también 2 mensajes.Thingspeak bloquea alguna MAC por algún motivo?
Muchas gracias.
Un saludo,
Sofía
0 Comments
Answers (2)
Christopher Stapels
on 17 Jan 2024
Moved: Christopher Stapels
on 17 Jan 2024
We recommend using one channel for each device. There is a 15 second minimum between posting to a channel for the free license, so the devices are likely colliding and causing your data to be lost. Both devices can simultaneously post to separate channels.
If you want both devices to be visible in the same channel, you can create a derived channel with custom visualizations that scrape both channels and show the data. Or you could add a visualization for channel A that reads from channel B and displays the data there.
0 Comments
JOSE JAVIER Anaya Velayos
on 18 Jan 2024
2 Comments
Christopher Stapels
on 18 Jan 2024
Do you mean you can only post or write two messages or you can only receive two messages from ThingSpeak when you try to read data?
My guess is that you are posting two fast. Can you share a code snippet so we can have a look at how you are writing or reading?
Communities
More Answers in the ThingSpeak Community
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!