Mi arduino MKR1000 deja de enviar datos a thingspeak
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
Christopher Stapels
il 17 Gen 2024
Spostato: Christopher Stapels
il 17 Gen 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 Commenti
JOSE JAVIER Anaya Velayos
il 18 Gen 2024
2 Commenti
Christopher Stapels
il 18 Gen 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?
Community
Più risposte nel ThingSpeak Community
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!