Control Arduino BT Car icon

Control Arduino BT Car

1.0 for Android
3.0 | 10,000+ การติดตั้ง

Hv Apps

คำอธิบายของ Car Control

Remote control via Bluetooth for Arduino based projects: Truck Robot or any system requiring a remote control.
The characters sent by the app into the arduino controller:
(The buttons function as button)
Above: w
Below: s
Left
Right: d
stop: T (In arduino programming motionless state for placing all states in "low")
example:
if (state == 'T')
{
digitalWrite (Motor1A, 0);
digitalWrite (Motor1B, 0);
digitalWrite (Motor2A, 0);
digitalWrite (Motor2B, 0);
}
Button for LED lights
lights on: x
X: off lights

ข้อมูล

  • ประเภท:
    others
  • เวอร์ชันปัจจุบัน:
    1.0
  • อัปเดตเมื่อ:
    2016-07-31
  • ขนาด:
    3.7MB
  • เวอร์ชัน Android ที่กำหนด:
    Android 4 or later
  • นักพัฒนาซอฟต์แวร์:
    Hv Apps
  • ID:
    appinventor.ai_hefa_25.App_Control_Car_v1