You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino radar emulator using ultrasonic sensor and servo motor. Python uses the serial port to read data from Arduino board and plots it in real-time to emulate a radar by approximating the distance of objects along the 180° axis of the servo motor
Este proyecto utiliza un sensor de radar ultrasónico para detectar objetos en su camino y enviar datos a una aplicación móvil. El sistema está compuesto por un microcontrolador Arduino, dos servidores TCP y una aplicación de escritorio llamada Visual Radar, así como una app en android Kotlin.