• interfacing at89s52 with bluetooth
    I am new to embedded c programing ,and have come up with this code to interface my hc05 with my AT89s52 . After programming this and burning it to my AT89s52 it is not doing anything irrespective of...
  • interfacing at89s52 with bluetooth
    I am new to embedded c programing ,and have come up with this code to interface my hc05 with my AT89s52 . After programming this and burning it to my AT89s52 it is not doing anything irrespective of...
  • 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...
  • 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...
  • 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...