Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by binu_ji

  1. binu_ji

    Interfacing GSM using AT89S52

    Did your modem registered to network successfully? Confirm it by calling to the modem from other mobile. Did you send <cr><lf> after the AT command? CR an LF are control characters, respectively coded 0x0D (13 decimal) and 0x0A (10 decimal).
  2. binu_ji

    Unable to read sms from GSM which is interfaced to 8051

    Hey check out this tutorials for GSM modem interfacing with 8051 microcontroller https://www.8051projects.info/resources/categories/gsm-modem.8/
  3. binu_ji

    How to check SIM currency balance from sim300 using AT commands.

    Just dial the number and you will get the balance message. use ATD *123#
  4. binu_ji

    Digital IC Tester with hex code (89S52)

    You can download the Vb source code from my site https://www.8051projects.info/proj.asp?ID=82 So that you can add more ports.
  5. binu_ji

    Micro-controller wioth RF module:

    Use the serial port of the microcontroller with the TX/RX module, but make sure the baud rate is below 500. Baud rate with 300 works fine for me. Check out this project https://www.8051projects.info/proj.asp?ID=49 **broken link removed**
  6. binu_ji

    scrolling dot matrix display

    Check out here **broken link removed**
  7. binu_ji

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? With the changed firmware, you can burn AT89s52 through AVRDUDE. Add this lines in the text file into the avrdude.conf(\winavr\bin\) #------------------------------------------------------------ # AT89S52...
  8. binu_ji

    Can 89S be programmed using USBasp?

    Can 89S programmed using USBasp? Check here for the changed firmware for atmega8 which can support 89S series micros. **broken link removed**
  9. binu_ji

    how to receive data in vb through 89c51 through rs232

    excel comevreceive code Check out here for microcontroller with VB. **broken link removed**
  10. binu_ji

    Interfacing bluetooth to microcontroller and Bluetooth to PC

    bluetooth microchip 1) you have to pair the PC and the Bluetooth module. The Bluetooth module will have a default PIN. If every things go ok, then you dont need to do that again & again. The PC will automatically create a Virtual Serial port and you can use that port number to access the...
  11. binu_ji

    interfacing Seimens C55 mobile and 8051 with AT commands

    I have worked on C35. They obey AT commands, Mostly C55 also obey AT Commands.
  12. binu_ji

    Read thi project and give idea for coding..

    Use Ds1820 sensor, which have inbuilt temp sensor and A/D converter. Also it works on 1 wire interface.
  13. binu_ji

    How to send data wirelessly using 89C51 and blue tooth

    89c51 interfaced to zigbee Check out this site for the project with Bluetooth which can control 8 devices from symbian os mobile phones by 8051 Microcontroller. **broken link removed** **broken link removed** **broken link removed** **broken link removed** **broken link removed**...
  14. binu_ji

    Infra Red Remote control project

    More information from here **broken link removed**

Part and Inventory Search

Back
Top