Manage Pins from Microbit

Dear Mr. Jongboom,
I’m from Germany and I’m working with the Microbit for my school project. I woud like to control the Pines with the voice control. Do you know any possibilty how i can do that.
Sincerely,
Simon Wens

Hi @Simon_Dinum if you start with https://github.com/edgeimpulse/voice-activated-microbit you get the word the microbit hears here: https://github.com/edgeimpulse/voice-activated-microbit/blob/56e0158b675ef71cd9de847d78d0de0de1a11045/source/MicrophoneInferenceTest.cpp - from there you can toggle pins, e.g. see source/GPIOTest.cpp for some examples on working with the GPIOs.

Oh thank you so very much! We are very glad, that it works. You have save our school Project!

1 Like