Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Bluetooth - µC - LCD Interface icon

1.0 by Pranav Chaturvedi


Jun 11, 2018

About Bluetooth - µC - LCD Interface

Bluetooth - µC - LCD Interfacing

This Uncomplicated leisure time App strictly works as an interface between bluetooth module - microcontroller - LCD built merely for practice & learning purpose to display characters on LCD screen of the Developing Board (ARM based or otherwise) through an android app. For basic knowledge, one can also run other peripherals on the Developing Board via LCD commands (in the form of normal Characters) sent via App. Configure appropriate Pinsels when a particular character is displayed. It can also be used to pair/unpair BT devices.

The stream of characters can be received through UART which obviously needs to be coded. Check the baud rate for the same. Make sure the receiving loop for array of characters is terminated by '#'.

For KEIL, e.g.

do

{

//Run the loop to receive the characters saving in the receiving Register through UART

ch[i]=Receive();

}

while(ch[i++]!='#'); //terminated with '#', display characters on the LCD

i--;

ch[i]='\0';

//Display on LCD.

while(*stringChars!='\0')

DisplayonLCD(*stringChars++); //Pass Chars on 0x80

So, just an uncomplicated leisure time App to play around with ARM based Developing Board :)

Blogs: www.jpranavc.com / www.jpranavcblog.wordpress.com

What's New in the Latest Version 1.0

Last updated on Jun 11, 2018

Minor bug fixes and improvements. Install or update to the newest version to check it out!

Translation Loading...

Additional APP Information

Latest Version

Request Bluetooth - µC - LCD Interface Update 1.0

Uploaded by

Firman Syah

Requires Android

Android 2.2+

Show More

Bluetooth - µC - LCD Interface Screenshots

Comment Loading...
Languages
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Subscribed Successfully!
You're now subscribed to APKPure.
Subscribe to APKPure
Be the first to get access to the early release, news, and guides of the best Android games and apps.
No thanks
Sign Up
Success!
You're now subscribed to our newsletter.