Send message or command to BBC Micro Bit

6 次查看(过去 30 天)
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 个)

Christopher Stapels
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.

社区

更多回答在  ThingSpeak Community

类别

Help CenterFile Exchange 中查找有关 ThingSpeak 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by