binu_ji

binu_ji

Member

Member since
Jul 12, 2007
Last active
Sep 15, 2014
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    Hello Friends please visit my website for Free microcontroller projects

    Hello Friends please visit my website for Free microcontroller projects with source code & Circuit. Connect Nokia 5110 with Microcontroller to control...

  2. #Threads

    c4689ac4-8ed6-4be2-81f6-04e894cd6adb

    Use this circuit diagram

  3. #Threads

    08857faf-5374-4743-8abb-7d4dedd2d84d

    Controlling home appliances through mobile is easy now with the serial bluetooth modules. Check here #-Link-Snipped-#

  4. #Threads

    84369567-79ea-4330-ad29-3e5e4cc9a7bd

    Its already done here #-Link-Snipped-#

  5. #Threads

    d505a62e-1f50-4cad-875d-1d25e68f4642

    You cant process voice through 8051 micros, there are separate voice processors. search in google with HM2007. Its a Speech recognition IC.

  6. #Threads

    c073a2d2-ba76-4cf1-a0e8-f78d7d6ddeb6

    You can use a voice recorder/playback IC at the receiver side. an APR9600 can be used. Connect the audio out to the...

  7. #Threads

    919e2825-0d3d-4716-b9e3-3ab38b753dcc

    yes its possible to control the Electrical devices through bluetooth from mobile. Check this thread. #-Link-Snipped-# #-Link-Snipped-#

  8. #Threads

    8ad0118c-54b8-4018-aaac-300df4e2f4ce

    ask google

  9. #Threads

    cb694629-2842-489a-968e-9b30aefb6911

    Use this subroutine to convert HEX to BCD Hex2BCD: MOV R1,#00H ; MSByte MOV R2,#0F0H ; LSByte MOV R3,#00D MOV R...

  10. #Threads

    cf1e29d7-f5df-4a10-9f09-5429a578c14e

    Use this circuit for interfacing stepper motor to PC parallel port. Connect it to the data lines of parallel port. Then you...

  11. #Threads

    e2c1e9dd-dce9-403f-bfa5-27f2fa9bacf3

    MVI A,30H OUT 0CEH Here 30H is the value which is stored in the control word of 8253. For control word operation...

  12. #Threads

    c5246000-33ae-4152-adb8-8febd8a6d950

    if it is line of sight then you can use IR, it can work for a maximum distance of 10m. If you...

  13. #Threads

    5c500aff-5b9d-4542-a48e-2cd158c2ba6b

    ASK google, <a href="https://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=8051+ir+rc5+code" target="_blank" rel="nofollow noopener norefe...

  14. #Threads

    72f418e4-918a-433c-bdac-77361b4400f8

    Also you can use Python to create applications for symbian OS mobiles.

  15. #Threads

    Device control through Bluetooth from Nokia Mobile Phones (Full Project)

    Use your Symbian OS mobiles to control devices through Bluetooth. The serial to Bluetooth converter from sparkfun.com is used in this project....

  16. #Threads

    66a6eb75-76cd-4306-8a32-350389a80a71

    Make some simulation projects on power scheduling, power sharing.

  17. #Threads

    9cb0c8bd-f05d-4cf7-b086-37b62075ef9a

    Use this circuit, if you want to control a single relay.

  18. #Threads

    4314385b-530f-40b6-8260-9125e7e4dbbc

    use Visual basic and use a microcontroller to control the display. sent the data from VB to microcontroller either through serial port...