With the Mit App inventor couple, BBC Micro: bit we create a parking barrier that opens / closes automatically using voice. The voice is detected by the smartphone's microphone, and transmitted to the Microbit card via a Bluetooth connection.
Sunday, September 20, 2020
Subscribe to:
Posts (Atom)
-
Code.gs function doGet ( request ) { return HtmlService . createTemplateFromFile ( 'Index' ). evaluate (); } function ...
-
ESP8266 is an integrated circuit with a microcontroller allowing connection in WiFi. In this video, we will study this WIFI module and learn...
-
Code JavaScript function isOnSnake (x: number , y: number ) { for ( let body of snake) { if (body.x() == x &&...