• Home
  • Games
    Action Adventure Simulated Business Role Playing Sports Competition Casual Puzzle Card Strategy Music Rhythm Word Puzzle Flight Shooting Love Development
  • Apps
    Business Office Communication and Social Lifestyle and Entertainment Online Shopping Utility Tools Travel Travel Finance Education Learning Information Reading Sports and Health
  • Blogs

English 中文(简体) 中文(繁体) 한국어 日本語 Português Español Русский العربية Indonesia Deutsch Français ภาษาไทย
Home Apps Utility Tools PIC32BLUE (Bluetooth control)
PIC32BLUE (Bluetooth control)
PIC32BLUE (Bluetooth control)Download
1
2
3
4
5
8.3

Zombie Gunship Survival

  • Version 1.0
  • Category Utility Tools
  • Package Name com.gardnertech.pic32blue
  • Update Time June 12, 2025
  • Size 158.89KB
About this app

PIC32, Arduino, microcontroller bluetooth control. Easy wireless communication.

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 ()

{

if(Serial1.available()>0)

{

while(Serial1.available()>0)

{

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

Screenshots
PIC32BLUE (Bluetooth control)
PIC32BLUE (Bluetooth control)
PIC32BLUE (Bluetooth control)
Users also viewed
  • SigNote

    SigNoter

    1.2.1 January 22, 2026
    8.5
    1
    2
    3
    4
    5
  • Simple Root Swap

    Simple Root Swapr

    1.3 January 22, 2026
    8.2
    1
    2
    3
    4
    5
  • Homebridge Zooper Local Red

    Homebridge Zooper Local Redr

    1.02 January 22, 2026
    7.5
    1
    2
    3
    4
    5
  • Pop It!

    Pop It!r

    1.0 January 22, 2026
    8.2
    1
    2
    3
    4
    5
  • Pixel Art

    Pixel Artr

    1.0 January 22, 2026
    8.5
    1
    2
    3
    4
    5
  • Olimposoft

    Olimposoftr

    2021.1.1 January 22, 2026
    7.6
    1
    2
    3
    4
    5
  • Hourly weather forecast Pro .

    Hourly weather forecast Pro .r

    16.1.0.47180 January 22, 2026
    9.2
    1
    2
    3
    4
    5
  • Uruguay Weather

    Uruguay Weatherr

    1.6.9 January 22, 2026
    7.4
    1
    2
    3
    4
    5
  • ApkRenamer

    ApkRenamerr

    2.0.1 January 22, 2026
    8
    1
    2
    3
    4
    5
  • AC Remote Controller

    AC Remote Controllerr

    4 January 22, 2026
    9.1
    1
    2
    3
    4
    5
You may also be interested
  • Star Monster Girl Night Salon

    Star Monster Girl Night Salonr

    1.0.1 March 27, 2026
    8.7
    1
    2
    3
    4
    5
  • Shoot Your Nightmare Chapter 2

    Shoot Your Nightmare Chapter 2r

    2 March 27, 2026
    8.8
    1
    2
    3
    4
    5
  • Dead on Arrival 2

    Dead on Arrival 2r

    1.1.6 March 27, 2026
    8.9
    1
    2
    3
    4
    5
  • Boxing Punch Fighting

    Boxing Punch Fightingr

    1.0 March 27, 2026
    7.1
    1
    2
    3
    4
    5
  • Beach Swipe Blitz

    Beach Swipe Blitzr

    1.2 March 27, 2026
    8.6
    1
    2
    3
    4
    5
  • Gangster Case

    Gangster Caser

    2.0 March 27, 2026
    8.7
    1
    2
    3
    4
    5
  • Army Soldier Defense Offline

    Army Soldier Defense Offliner

    1.0.0 March 27, 2026
    9.3
    1
    2
    3
    4
    5
  • Brave Flap Bird vs Jumpy puppy

    Brave Flap Bird vs Jumpy puppyr

    1.26 March 27, 2026
    8
    1
    2
    3
    4
    5
  • The Chainsmokers Songs and Video

    The Chainsmokers Songs and Videor

    1.0 March 27, 2026
    8.5
    1
    2
    3
    4
    5
  • Amazing Magic Candle

    Amazing Magic Candler

    1.2.1 March 27, 2026
    8.8
    1
    2
    3
    4
    5
Categories Games
  • Action AdventureAction Adventure
  • Simulated BusinessSimulated Business
  • Role PlayingRole Playing
  • Sports CompetitionSports Competition
  • Casual PuzzleCasual Puzzle
  • Card StrategyCard Strategy
  • Music RhythmMusic Rhythm
  • Word PuzzleWord Puzzle
  • Flight ShootingFlight Shooting
  • Love DevelopmentLove Development
Categories Apps
  • Business OfficeBusiness Office
  • Communication and SocialCommunication and Social
  • Lifestyle and EntertainmentLifestyle and Entertainment
  • Online ShoppingOnline Shopping
  • Utility ToolsUtility Tools
  • Travel TravelTravel Travel
  • FinanceFinance
  • Education LearningEducation Learning
  • Information ReadingInformation Reading
  • Sports and HealthSports and Health
About Privacy Policy Terms of Service Cooking Policy

© Copyright 2017-2026 downtg.com