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 prabhakar06447

  1. P

    Interfacing of GPS and SIM300 with Atmega32 Both Modules are together in the project

    Look at this post. https://www.edaboard.com/threads/182242/
  2. P

    How to interface GSM modem with PIC16F877A and send sms from PIC16F877A to GSM MODEM

    Go through below threads... https://www.edaboard.com/threads/229491/ GSM Modem and PIC16F877A - CodeProject®
  3. P

    C++ coplier for 8051 free

    SDCC - Small Device C Compiler, Turbo51 are Free (Free Open Source Software) SDCC - Small Device C Compiler Turbo51 - Pascal compiler for 8051 microcontrollers Other Compilers like IAR Embedded Workbench for 8051, Ceibo, Keil...etc are some of commercial C++ compilers for 8051.
  4. P

    [SOLVED] Relay switching counter and Display on LCD using 8051

    Any one please find-out errors in my code.........
  5. P

    PCB design software for a student

    i used PCB Express, Eagle, and Tina. Tina has a good features for designing Multilayer PCB design from schematics.
  6. P

    [SOLVED] Relay switching counter and Display on LCD using 8051

    Hello, I am struck with my coding to store the data into the 24c02 and reading it. Using this code i am only able to read and store the first digit (i.e k= a[0]), and getting random numbers for other digits like l=a[1]....... I am using proteus and HI-Tech compiler for(i=0; i<4; i++) {...
  7. P

    [SOLVED] Relay switching counter and Display on LCD using 8051

    Hello, can we use Proteus ISIS to simulate and verify the function of AT24cxxx EEPROM with 8051 MUC.
  8. P

    [SOLVED] Relay switching counter and Display on LCD using 8051

    The link you shared is useful. I am going through... Can you share any content that explain 8051 with Hi-Tech C compilers
  9. P

    [SOLVED] Relay switching counter and Display on LCD using 8051

    battery backup is good solution but i want to use this with eeprom.. what are the command to store and retrieve the data from eeprom... any suggestions please..
  10. P

    [SOLVED] Relay switching counter and Display on LCD using 8051

    yes i am using only one power supply for muc. I would like to use EEPROM 24c02, how to interface it to microcontroller. please provide C code to read and write the data from EEPROM 24C02.
  11. P

    [SOLVED] Relay switching counter and Display on LCD using 8051

    I am designing a digital counter using 89c2051 or 89c51 and 16x2 LCD Display and relay for switching purpose. How to get the previous counter value of microcontroller when there is a sudden power-cutoff or power failure to the device. I want the count value present at the time of power...
  12. P

    C or assembly programming , which one is powerfull

    for beginners c language is the best to implement any system. Easy to write and analysis.

Part and Inventory Search

Back
Top