App Inventor y Microbit

Quiero conectar app inventor por bluetooth con microbit.
Tengo microbit con una placa de extensión, en la que voy a conectar varios leds y un servo.
En app inventor ya he conectado por bluetooth la aplicación con el móvil.
Lo que no consigo es programar o App Inventor o MIcrobit para que funcionen los leds desde app inventor.
Alguien lo ha hecho?
Gracias.

Try a search in the community

https://community.appinventor.mit.edu/search?context=topic&context_id=135592&q=Microbit&skip_context=true

Taifun

Just curious, which board are you using with the micro:bit?

This is the board https://tienda.bricogeek.com/microbit/1239-microbit-motor-expansion.html

The best way to program a a micro:bit from app inventor is to use UART. Think of some commands that you can send, and interpret these commands on the micro:bit. There are some good examples in the tutorial/iOT sections.

Puedes enseñarmen algún ejemplo de programación con UART? No sé cómo tendría que configurarlo.
Gracias.

Try this:
https://appinventor.mit.edu/explore/ai2/IoT_unit
It is all about appinventor and micro:bits

Muchas gracias. Me ha servido bastante.
Ahora lo que necesito es que un servo funcione, pero no lo consigo.
¿Sabrías cómo hacerlo funcionar desde App Inventor?
Lo he intentado como viene en el manual. Enviando una palabra a microbit y microbit recibe esa palabra y entonces hace mover el servo, pero no funciona.

Gracias por todo y un saludo.

It is a bit hard to guess what is going wrong from your description only. Could you upload your .aia and .hex files?

Proyecto_Base_Domo_v1.aia (419.0 KB)
microbit-Prueba-Leds-y-Servos-con-APP-2 (10).hex (1.3 MB)
Ahí están mis archivos, a ver qué te parecen.
Soy novata en todo esto.
Muchas gracias por tu atención.

Hi Roman,
It is always a good idea to develop things in steps, gradually.
What you could do here is two things:
First of all is the micro:bit really recieving what you think it does? You can check that by sending something back from the micro:bit, for example the message it recieved. Set a textbox with the text you receive, it may not be what you think.
The second thing is that you could make a little stand alone app for your micro:bit: take two of the messages, for example GaraOn and GaraOff and use the two buttons on the micro:bit to see if these commands really work.

What also puzzles me is that you have a , in front and at the end of a message. I think that the , in front should not be there. In anycase something you can try. It is just something you can experiment with in the Companion.

Buena idea esa de probar que cuando reciba microbit un texto indique algo.
Lo he hecho y se recibe bien y me indica en la pantalla que al pulsar el boton servoOn sale unos leds encendidos y lo mismo con el ServoOFF. Ahora creo que tengo un problema del servo también.
He pedido uno nuevo a ver si me funciona.
Si no funciona habrá que seguir investigando.
Muchas gracias por tu ayuda.
Te seguiré informando.