Send message or command to BBC Micro Bit

6 visualizaciones (últimos 30 días)
Essa Alsolami
Essa Alsolami el 11 de Ag. de 2020
Respondida: Christopher Stapels el 7 de Sept. de 2021
plz i desprately need help.
I have created channels on Thingspeak received data like temprature and light sensor, the microbit connected to intenet via ESP266.
what i would like to know is that, could i send messages or commands to micrbit for controlling light ON and OFF? using thingspeak MQTT suscriber or TalkBack. if yes how could that be done ?
Thank you in advance.
  1 comentario
Jason Davies
Jason Davies el 2 de Sept. de 2021
I too would like some help as this is exactly what i am trying to do as well

Iniciar sesión para comentar.

Respuestas (1)

Christopher Stapels
Christopher Stapels el 7 de Sept. de 2021
I think MQTT is the best way to acheive this. I havent used a micro bit, but I found some examples showing how to connect to an MQTT broker in a quick search. USe the MQTT doc to find all the appropriate settings.
Use MQTT subscribe to have the device recieve updates sent to the channel, and change the state of the light accordingly.
Use MQTT publish to set the value of the channel to On or OFF.
You can also use the TalkBack API to achieve this functionality.

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Categorías

Más información sobre ThingSpeak en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by