Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Bluetooth HC-05 on a PIC 18F4580

Status
Not open for further replies.

emko123456789

Junior Member level 1
Joined
Jan 24, 2017
Messages
15
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
117
Hey,

Do someone have a code for Bluetooth HC-05 on a PIC 18F4580 via the UART protocole ?
One exemple and how did it work.

Thank you
 

hello,

HC05 has SSP protocole = behavior is like UART interface MAX232 .. except without wires.
Check level TX and RX 3,3V or 5V of your module ?

UART Speed .. 9600 bds by default (factory setting)
or send an AT sequence to change baud rate

PIC UART TX -> RX HC05
0V ---------------0V HC05
0V HC05 Power supply
Power supply HC05 +3.6 or 5V DC ?

in front you must have an android application
To discover and Assocate your HC05 module
Factory setting for PIN code is 1234

and receive or send dats like BlueTooth Terminal. or other Android Phone application


**broken link removed** ..
 

hello,

HC05 has SSP protocole = behavior is like UART interface MAX232 .. except without wires.
Check level TX and RX 3,3V or 5V of your module ?

UART Speed .. 9600 bds by default (factory setting)
or send an AT sequence to change baud rate

PIC UART TX -> RX HC05
0V ---------------0V HC05
0V HC05 Power supply
Power supply HC05 +3.6 or 5V DC ?

in front you must have an android application
To discover and Assocate your HC05 module
Factory setting for PIN code is 1234

and receive or send dats like BlueTooth Terminal. or other Android Phone application


**broken link removed** ..

UART speed is 9600
power supply is 5V

On what can i do the application for andorid and how ?
 

On what can i do the application for andorid and how ?

Android application *.APK can be used on Android Phone ( mine are Startrail7 , Staradict2) or tablette (Archos 43it)
you can write your own application using Appinventor2 or RFO-Basic

did you connect to the link given in post #2 ?
to see HOW to do that or find Android application as example.

There are also many (android) application program as disposal on Appinventor2 Gallery or Google Play.
**broken link removed** (connected to a PIC16F1847 through HC05)
and **broken link removed** in both version
Appinventor or RFObasic
 

hello,

HC05 has SSP protocole = behavior is like UART interface MAX232 .. except without wires.
Check level TX and RX 3,3V or 5V of your module ?

UART Speed .. 9600 bds by default (factory setting)
or send an AT sequence to change baud rate

PIC UART TX -> RX HC05
0V ---------------0V HC05
0V HC05 Power supply
Power supply HC05 +3.6 or 5V DC ?

in front you must have an android application
To discover and Assocate your HC05 module
Factory setting for PIN code is 1234

and receive or send dats like BlueTooth Terminal. or other Android Phone application


**broken link removed** ..

the given Link is not working
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top