UART / Bluetooth with PIC18F4620

Thread Starter

symphony888

Joined May 5, 2014
13
I've been struggling for days about figuring out how to initialize the UART and linked it with a Bluetooth module. I got some notes with me but I can't seem to understand what they are trying to convey.

I'm using PIC18F4620 for my Microcontroller.

Anyone care to explain the basic concept of UART + BT ?

Thanks.
 

paulfjujo

Joined Mar 6, 2014
23
hello,


if your Blue tooth module is SSP compliant (like UART) , nothing special to do:
use this module as an equivalent MAX322 connected to UART PIC
and on other side ,PC computer as Master yo will have
to valide ID number 1234 to attach (paired) this module
and a virtuel com port to get all data like a direct link with a terminal.

be carefull with level TTL 5V or 3,3V on PIC side
 
Top