Android driver - application of Android device in RC vehicle development
July 18, 2025
32 min
Free
android
iot
embedded-systems
rc-vehicles
arduino
usb-host-mode
websockets
hardware-interface
prototyping
open-source
Description
This talk explores the application of an Android device in RC vehicle development, aiming to reduce cost and complexity by leveraging the smartphone's existing components. The presentation details how an Android device can act as the primary logic controller, communicating with an Arduino board to manage hardware functionalities for an RC vehicle. It covers the implementation details, including the use of USB host mode for wired communication and WebSockets for wireless control, along with essential fail-safe mechanisms.