PIC32BLUE+ (Bluetooth control) 1.0



Publisher Description




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

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

PIC32BLUE Features:
★Send information to a microcontroller.
★Receive information from a microcontroller.
★Microcontroller can make your phone talk.

PIC32BLUE+ Features:
★Everything mentioned above.
★The plus version supports text message abilities.

You can setup the microcontroller to periodically send messages to your Android device through Bluetooth in a chat like form. The chat will be cleared after exiting and closing the application.

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.

Note:

There are two versions of this application. The only difference between them is that one supports text messaging functionality and one does not.

PIC32BLUE+ supports text messaging so that you can have the microcontroller text another phone number with a message if you would like by using a special command or another phone can text your phone to have your Microcontroller do a task, like displaying a new message on a LCD.

PIC32BLUE only supports Bluetooth communication only (no text message ability).

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

Example of command to that is sent to device with PIC32BLUE+ installed (this will forward your message to the microcontroller):

:PIC:Hello, Microcontroller

Or

:pic:LightOn


Example of the Microcontroller telling your phone to text another phone:

:PICSMS:XXXXXXXXXX:Hello, from Microcontroller

Or

:picsms:XXXXXXXXXX:The Light is on.

Where the XXX’s is the phone number you are having your phone text. You must include the “:” colon at the end of the phone number also. Note No spaces for phone number and colon.

This application will never send out a text message or forward a command to your microcontroller unless the specific command is included in the message, place at beginning of message.

For the microcontroller to send a text message from your device you must include:

:PICSMS:XXXXXXXXXX:

Or

:picsms:XXXXXXXXXX:


For the phone to forward the received text message to your microcontroller you must include:

:PIC:

Or

:pic:

This application will never send out a text message or forward a command to your microcontroller unless the specific command is at the beginning of the message as seen above.

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 ="";
int incoming = 0;
void setup ()
{
delay(15);
Serial1.begin(9600);
delay(50);
}
void loop ()
{

{

{
incoming = Serial1.read();
delay(1);
inputString += char(incoming);
}
delay(2);
//must be exact spelling
if(inputString == "Cool")
{
//add code here
}
if(inputString == "Respond")
{
Serial1.println("Okay.");
}
if(inputString == "Talk")
{
Serial1.println(":TALK:Hello, world.");
}
if(inputString == "TextOutgoing")
{
Serial1.println(":PICSMS:XXXXXXXXXX:Replace X's with phone #.");
}
}
inputString ="";
delay(50);
}

Visit my website to download more example code files



About PIC32BLUE+ (Bluetooth control)

PIC32BLUE+ (Bluetooth control) is a free app for Android published in the System Maintenance list of apps, part of System Utilities.

The company that develops PIC32BLUE+ (Bluetooth control) is D Gardner. The latest version released by its developer is 1.0.

To install PIC32BLUE+ (Bluetooth control) on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2014-07-16 and was downloaded 6 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the PIC32BLUE+ (Bluetooth control) as malware as malware if the download link to com.gardnertech.pic32blueplus is broken.

How to install PIC32BLUE+ (Bluetooth control) on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the PIC32BLUE+ (Bluetooth control) is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by PIC32BLUE+ (Bluetooth control) will be shown. Click on Accept to continue the process.
  • PIC32BLUE+ (Bluetooth control) will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  0.0/5     0
Downloads: 6
Updated At: 2024-04-03
Publisher: D Gardner
Operating System: Android
License Type: Free