速報APP / 教育 / Arduino Bluetooth Controller

Arduino Bluetooth Controller

價格:免費

更新日期:2016-03-02

檔案大小:2.0M

目前版本:2.0

版本需求:Android 4.0 以上版本

官方網站:http://robust-tech.blogspot.com/2016/02/arduino-remote-car-app.html

Email:shreen.apps@gmail.com

Arduino Bluetooth Controller(圖1)-速報App

The app is for users who have built the remote controlled bluetooth enabled Arduino toy car but need to control it over bluetooth from their mobile device. The controls and how-to are listed in here.

http://robust-tech.blogspot.com/2016/02/arduino-remote-car-app.html

In short below is the code snippet for arduino

if (receivedChar == '1') {

forward();

flag = 6;

}

the code mapping is as below

Arduino Bluetooth Controller(圖2)-速報App

Forward --> 1

Back --> 2

Right --> 3

Left --> 4

Stop --> 5

Auto Pilot --> 8

Fn1 --> 6

Fn2 --> 7

Fn3 --> 9