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 ajay_bhargav

  1. ajay_bhargav

    EDA Translation Bar - how is it made? need hints

    Re: EDA Translation Bar well i know that.. but if you see the links when you hover on flag you hover your mouse then you see something like this. so there is something to be done on server side to handle this.. As far as i can make out, this link is sent to the translation module of website...
  2. ajay_bhargav

    EDA Translation Bar - how is it made? need hints

    eda transtrater Hi webmaster, I want to know how you've built this language bar in that topic area. I want to create one like that too. I have browsed and found that google server side API can be used for this but i am not sure how. can you please help me? or just give me hints, i will find...
  3. ajay_bhargav

    How to interface keyboard to dot matrix LEDs through 8051?

    Re: Interface keyboard! maybe this one can please you... hehe PC Keyboard+LCD Example
  4. ajay_bhargav

    Where can find the Programming Algorithm for P89C51X2BN

    there you go... http://www.datasheetcatalog.com/datasheets_pdf/P/8/9/C/P89C51X2BN.shtml
  5. ajay_bhargav

    need help in....mobile phone based voice interactive system.

    you need dtmf decoder IC 8870... you can make auto answering of phone.. also you can store preprogrammed voice in your controller using Roman Black's BTc Algorithm. ---- www.8051projects.net
  6. ajay_bhargav

    Where can find the Programming Algorithm for P89C51X2BN

    see the datasheet :) its there..
  7. ajay_bhargav

    Problem with LCD Program

    Here is my program.. can be used with any compiler i think :P this one is for keil... lcd.H #include <REG2051.H> #define lcd_port P3 //LCD Registers addresses #define LCD_EN 0x80 #define LCD_RS 0x20 //LCD Commands #define LCD_CLS 0x01 #define...
  8. ajay_bhargav

    Code for'Miniature digital pin number lock' usin PIC16f877A

    digital pin-number lock i think this might help you a bit :) its an 8051 based code lock.. but the coding is in C.. so with little modification you can work out.. Digital Code lock with LCD and Keypad using AT89C2051 clever coding ;)
  9. ajay_bhargav

    Need .Hex to .C converter

    how to convert hex file to c code i have disassemblers :P can convert from .hex to .src maybe that helps https://www.8051projects.net/download12.html well yes .hex to .c i don't think its easy...
  10. ajay_bhargav

    advanatages of at89c2051

    best for small needs.. and fits good in most of the projects :)
  11. ajay_bhargav

    Cool mcirocontroller project

    Re: Hot mcirocontroller project do you have any idea regarding what you want to make? or what you want to use for your project.. if your choice is 8051 you can check here.. many projects to select from :) 8051 projects
  12. ajay_bhargav

    How does the Asim Khan ISP programmer 3.0a work?

    isp working ? No Asim Khan Programmer is only for Atmel 8051 series programmer. Its not AVR Programmer.
  13. ajay_bhargav

    a good simulator for 8051, please?

    well you can get debuggers, disassemblers, simulators, assemblers and other freebies from here i have a good collection of them :D https://rickeyworld.info/download12.html hope you'll like it...
  14. ajay_bhargav

    LCD and keyboard interfacing example

    Re: Interface Keyboard ! well.. try this code.. https://rickeyworld.info/downloads63.html its LCD + keyboard interfacing example. Hope this will help you. you can make logic to use LED display instead of LCD.
  15. ajay_bhargav

    Some tutorials on embedded C programming

    Re: embedded C tutorial You can download the same book and many other books related to PIC, AVR, ARM and 8051 from www.rickeyworld.info. and there are many code examples, libraries and projects. Hope this will help you all needy ppl :D

Part and Inventory Search

Back
Top