# Resultado con la APP Serial Bluetooth Terminal

##### <span style="color: rgb(22, 145, 121);">**En Makecode**</span>

En la micro:bit hemos puesto [este programa en Makecode](https://makecode.microbit.org/S81438-35186-83551-05376) :

<div id="bkmrk-" style="position: relative; height: 0; padding-bottom: 70%; overflow: hidden;"><iframe frameborder="0" sandbox="allow-popups allow-forms allow-scripts allow-same-origin" src="https://makecode.microbit.org/#pub:S48588-28779-49040-07772" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>

</div>##### <span style="color: rgb(22, 145, 121);">**En la APP**</span>

[![2025-11-02 21_50_49-Greenshot.png](https://libros.catedu.es/uploads/images/gallery/2025-11/scaled-1680-/2025-11-02-21-50-49-greenshot.png)](https://libros.catedu.es/uploads/images/gallery/2025-11/2025-11-02-21-50-49-greenshot.png)

Podemos hacer:

- **Enviar** un mensaje, que como hemos definido anteriormente en [Makecode ](https://makecode.microbit.org/S81438-35186-83551-05376)tiene que ir entre # 
    - En nuestro caso enviaremos <span style="background-color: rgb(251, 238, 184);">\#ON#</span> o<span style="background-color: rgb(251, 238, 184);"> #OFF#</span> para encender / apagar el motor
- **Recibir** un mensaje, se visualizará lo que nos envíe la micro:bit [que en Makecode](https://makecode.microbit.org/S81438-35186-83551-05376) hemos definido que será 
    - la temperatura
    - si llueve, muestra la advertencia

##### <span style="color: rgb(22, 145, 121);">**Resultado**</span>

  
<iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="allowfullscreen" frameborder="0" height="874" src="https://www.youtube.com/embed/Nysl6CQhAOw" title="BLUETOOTH SMART HOME MICROBIT APP SERIAL BLUETOOTH TERMINAL" width="492"></iframe>

Agradecimientos al tutorial de [https://lopegonzalez.es/eso-y-bachillerato/proyectos-con-microbit/control-remoto-por-bluetooth/](https://lopegonzalez.es/eso-y-bachillerato/proyectos-con-microbit/control-remoto-por-bluetooth/)