Microcontroller › AVR › AVR ATmega16 interface with bluetooth › Hi Niraj,The coding required
July 5, 2012 at 8:53 pm
#8194
AJISH ALFRED
Participant
Hi Niraj,
The coding required to interface the bluetooth module is nothing more complex than the code for serial interfacing. Initialize the uart for the baud rate of your bluetooth module, enable reception and read the data from uart register. Try it, and update here if you face any problem.