This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

interface between mobile and 8051

i want to connect my nokia n73 mobile with 8051. cau u help me how to design a cable for it, which can connect these two(microntroller and mobile phone).actually i am a beginner. i have a data cable with USB cable ,wiyh which i connect mobile with computers(pc suite).

at commands work properly with hyperterminals, but i want to connect it with mobile.

thanks

Parents
  • Buddy, I am trying to build a HACS system, in which user can control his household appliances just by using his phone and getting appliance updates from the other end by the microcontroller using an SMS through the mobile connected to microcontroller..
    .....
    So, in my model i have a microcontroller connected with a mobile, by which the appliances can be switched on and off. So, this describes the structure depicting my commanding section. The commanding section is done.
    ,.,.,.,.
    Now, for the updating section.. i want to connect the mobile with microcontroller so that microcontroller on getting info from the sensors connected to it, will initiate an SMS thourogh the mobile to us.
    Now, as u said that 8051 can't be interfaced directly with mobile modem(N73), so i included PC to Interface these two using hyperterminal. But again there lies a severe problem, that the microcontroller and mobile will be connected to two different com ports and using two different hyperterminal windows.

Reply
  • Buddy, I am trying to build a HACS system, in which user can control his household appliances just by using his phone and getting appliance updates from the other end by the microcontroller using an SMS through the mobile connected to microcontroller..
    .....
    So, in my model i have a microcontroller connected with a mobile, by which the appliances can be switched on and off. So, this describes the structure depicting my commanding section. The commanding section is done.
    ,.,.,.,.
    Now, for the updating section.. i want to connect the mobile with microcontroller so that microcontroller on getting info from the sensors connected to it, will initiate an SMS thourogh the mobile to us.
    Now, as u said that 8051 can't be interfaced directly with mobile modem(N73), so i included PC to Interface these two using hyperterminal. But again there lies a severe problem, that the microcontroller and mobile will be connected to two different com ports and using two different hyperterminal windows.

Children