Microcontroller › AVR › AVR ATmega16 interface with bluetooth
- This topic has 10 replies, 7 voices, and was last updated 9 years, 7 months ago by Aman Yadav.
-
AuthorPosts
-
March 10, 2011 at 7:44 pm #789Siddh26lParticipant
hi friends,
I want to interface bluetooth module to atmega 16..
please help me if anyone has used any bluetooth module ..
March 11, 2011 at 5:30 am #5708dagakshayParticipantcan you send the specification of your bluetooth module.. any link or data sheet…
i never used it but tilll where i know it uses a serial string formateMarch 11, 2011 at 8:09 am #5710Siddh26lParticipanthi dagakshay,
i m still studying bout bluetooth working..have no idea bout which BT module wil suit best for atmega16..
have found following BT ic datasheet links..http://www.atmel.com/dyn/resources/prod_documents/doc4549.pdf
http://www.atmel.com/dyn/resources/prod_documents/doc4533.pdf
March 11, 2011 at 9:27 am #5711dagakshayParticipantyou told you want to use bluetooth module… what exactly is your project????
see i never worked on bluetooth yet so must give me some idea so that i can search how to do that…. from where you got the bluetooth module and the links you have given to me:
i went through the i went through the national semiconductor one LM9838 blue tooth serial port module
http://www.national.com/ds/LM/LMX9838.pdf
you can use that i just required a serial interfacing to exchange the data which will be very easy….
i don’t know about the rest two…my advice (if you havn’t got them yet)… please go through every details of that part, see the compatiblity, see weather you can easily interface it collect all the materials and then order it….. do complete all the home work first before you order it…..
March 11, 2011 at 2:12 pm #5713Siddh26lParticipantthanks, wil definately look into details u suggested..
not finalized my project yet..
m planning to make a robo car which wil be interfaced with AVR n controlled via cel phone BT ..
its just tht i want to try some thing different..do suggest if got some better idea..
i got this link for BT based smart home..
All i knw bout BT is how it works..
http://www.avrprojects.info/avr-projects/bluetooth-based-smart-home/March 12, 2011 at 12:12 pm #5723dagakshayParticipanthey even i was just on to do that but just because of my schedule not able to do so… all d bst for the project.. let tell me know if i can do some thing….
July 5, 2012 at 6:13 pm #8193niraj shivaji kaleParticipanthey ,
im working on same kind of project . im using aubtm-20 bluetooth module to interface with atmega16..
im gonna use android app to send strings to module.
can you help me with code for microcontroller ?
July 5, 2012 at 8:53 pm #8194AJISH ALFREDParticipantHi 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.
October 29, 2012 at 10:07 pm #8702Marek KrzyzowskiParticipantDoes this uart-bluetooth connection work both way?
April 11, 2013 at 6:28 pm #9467Siddharth BoobnaParticipantHi,
I am using AUBTM-20 bluetooth module with atmega16 microcontroller…however, the data that is being sent on the module through phone is not received by the microcontroller..When i connect the module to the PC via terminal, i receive the data..i think the module is not forwarding the data it receives, to the microcontroller..for the microcontroller code, i have initialised the uart and reading data from the uart pin..but it does not receive any data there…what might be the problem? can some1 help? i have to finish this project in another week
June 19, 2015 at 7:49 pm #13000Aman YadavParticipantPlz send me a code generation procedure if you have.
at
[email protected]
Thank You. -
AuthorPosts
- You must be logged in to reply to this topic.