【實用工具app】PIC32BTN (Bluetooth control)|最夯免費app

【實用工具app】PIC32BTN (Bluetooth control)|最夯免費app

分享好友

【免費工具App】PIC32BTN (Bluetooth control)-APP點子

This application allows you to connect to your microcontroller using a serial Bluetooth module to send messages or commands to your Android smartphone. See example below for microcontroller code.

Simply send a message to the microcontroller and you can program any reaction that you would like.

PIC32BTN Features:

★Send information to a microcontroller.

★20 available buttons to save custom messages.

★Microcontroller can make your phone talk out loud.

You can setup the microcontroller to react to any message that you choose with a simple tap of a button with this application.

Long press the button in order to set and save the message you would like to be sent over Bluetooth.

You can control a servo motor, LED matrix, RGB lights, LCD screen, or anything you would like using a phone or tablet.

You can have the application running in the background by tapping the home button on your device and the app will maintain a connection running in the background.

Tapping the back button within the application will close and disconnect from the Bluetooth device if it is connected.

This application was made to function with a HC-06 Bluetooth device and others may work but have not been tested.

You can also make your microcontroller have your phone talk out loud using the :TALK: or :talk: command.

For the microcontroller to have your Android phone talk out loud you must include:

:TALK:

Or

:talk:

// Microcontroller code example

//Change delay times if needed

String inputString ="";

char incoming = 0;

void setup ()

【免費工具App】PIC32BTN (Bluetooth control)-APP點子

{

delay(15);

Serial1.begin(9600);

delay(50);

}

void loop ()

{

if(Serial1.available()>0)

{

while(Serial1.available()>0)

{

【免費工具App】PIC32BTN (Bluetooth control)-APP點子

incoming = Serial1.read();

delay(1);

inputString += String(incoming);

}

delay(2);

//must be exact spelling

if(inputString == "Cool")

{

//add code here

}

if(inputString == "Respond")

【免費工具App】PIC32BTN (Bluetooth control)-APP點子

{

//add code here

}

if(inputString == "Talk")

{

Serial1.println(":TALK:Hello, world.");

}

}

inputString ="";

delay(50);

}

【免費工具App】PIC32BTN (Bluetooth control)-APP點子

Thank you for checking out my application.

【免費工具App】PIC32BTN (Bluetooth control)-APP點子

免費玩PIC32BTN (Bluetooth control) APP玩免費

免費玩PIC32BTN (Bluetooth control) App

PIC32BTN (Bluetooth control) APP LOGO

PIC32BTN (Bluetooth control) LOGO-APP點子

PIC32BTN (Bluetooth control) APP QRCode

PIC32BTN (Bluetooth control) QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
1.0
App下載
免費
1970-01-012015-03-12
分享app
上一個APP
下一個APP

高評價工具App推薦

Batterry Health

Ứng dụng pin rất nhỏ nhẹ, trang nhã và đẹp mắt giúp bạn theo dõi phần trăm pin hiện tại trên thiết bị Android và thậm chí còn đóng vai trò như bộ tiế …
3D Compass

3D Compass - Handy Pocket Tool for travelling免費玩3D Compass APP玩免費免費玩3D Compass App3D Compass APP LOGO3D Compass APP QRCode熱門國家系統支援版本費用APP評分上架日期更新日期未知A …
DScan

DScan is a port scanner which uses a SYN scan to find open ports within a user specified range. DScan is a simple port scanner designed for testing pe …
Torch Light

Simple easy Torch Light with more brightness.免費玩Torch Light APP玩免費免費玩Torch Light AppTorch Light APP LOGOTorch Light APP QRCode熱門國家系統支援版本費用APP評分上架日期更新日 …