Mi arduino MKR1000 deja de enviar datos a thingspeak
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
JOSE JAVIER Anaya Velayos
el 17 de En. de 2024
Comentada: JOSE JAVIER Anaya Velayos
el 18 de En. de 2024
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 comentarios
Respuestas (2)
Christopher Stapels
el 17 de En. de 2024
Movida: Christopher Stapels
el 17 de En. de 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 comentarios
JOSE JAVIER Anaya Velayos
el 18 de En. de 2024
2 comentarios
Christopher Stapels
el 18 de En. de 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?
Comunidades de usuarios
Más respuestas en ThingSpeak Community
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!