Skip to content

Study-boy-dot/microcontroller_final_project.X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

final_project.X

microcontroller final project

Device used

  1. PIC18F4520
  2. bluetooth module HC-05 image 271793667_510540383629781_8235616375555372857_n

Bluetooth Init

Similar with uart init baund rate set as 9600Hz (Fosc = 8Mhz)

//  Setting baud rate
TXSTAbits.SYNC = 0;         // asynchronous mode           
BAUDCONbits.BRG16 = 0;          
TXSTAbits.BRGH = 0;

Use application below to connect with HC-05 271655495_467018465042736_315294439475738600_n

About

microcontroller final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published