• interfacing at89s52 with bluetooth
    I am new to microcontrollers and this is a program I wrote in order to interface AT89s52 to the hc05 Bluetooth module .The desired output is not obtained what is going wrong here? #include<stdio...
  • bluetooth
    I'm considering a BT module with my stm32f205. Was thinking maybe the 0c-05 will do the job. I was wondering if keil had a middle package for bt? Also is BT and USB code interchangeable in any way? We...
  • Bluetooth
    Hi I want to learn every thing about blue tooth but a practical approach. does any body know shareworthy information please do tell. i would also like to know some good books about blue tooth. Any help...
  • MCB2140 Bluetooth interfacing
    I am trying to interface the 8-pin bluetooth module Promi-ESD-02 with the Keil MCB2140 ARM7 board. The bluetooth module communicates with the MCU using UART (so I need to connect it to RxD0, TxD0 pins...
  • Interface Bluetooth HC-05 with 89S52
    Hi.. i am trying to interface bluetooth module HC-05 with my mobile phone and tryng to send some datas on my mobile phone using 89S52. #include<regx51.h> char num[4]={"000"}; void main() { TMOD...