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 mike.11

  1. M

    interfacing 7segment 4-digit LED's

    Re: 7-segment 4 digit led **broken link removed** this link might be useful
  2. M

    interfacing AT89C51 microcontroller with keypad

    **broken link removed** this link might be useful for keypad interfacing with 8051 microcontroller
  3. M

    interfacing Keyboard Using 8051

    hey here is the nice guide for keypad interfacing with 8051 microcontroller with code in c and circuit diagram and components detail **broken link removed**
  4. M

    LCD and KEYPAD interfacing using 8051 c language..

    Re: keypad interfacing with 8051 use this code // Program to make alphabetical keypad similar to the one in mobiles #include<reg51.h> #define port P1 #define dataport P2 //Data port for LCD #define key P0 // Port for Keypad #define sec 100 sbit rs = port^1; sbit rw = port^2; sbit en = port^3...
  5. M

    How to interface microcontroller to PC using serial port?

    hello friends use this link for **broken link removed** enjoy ---------- Post added at 11:07 ---------- Previous post was at 11:00 ---------- hi friends **broken link removed** ---------- Post added at 11:10 ---------- Previous post was at 11:07 ---------- here is the nice tutorial on...
  6. M

    laser sensor OR infrared for distance measurement <50cm

    hi!!!!!!!! here is the nice tutorial for **broken link removed** hope this might be useful
  7. M

    keyboard and LCD interfacing with 89C51 microcontroller

    use this link for tutorial on **broken link removed** and use this one for **broken link removed**
  8. M

    Keypad and LCD interfacing for 8051

    check this link out for **broken link removed** hope this might be useful
  9. M

    adc output to lcd:interfacing microcontroller program

    I found a nice tutorial on**broken link removed**
  10. M

    8051 digital clock by 7-segment !! help

    hi! I would like to share a tutorial on **broken link removed** hope this might be useful
  11. M

    AT89C51 Digital Thermometer with LCD - help with code in C

    hi here is the code in for digital thermometer using microcontroller //Program to make a digital thermometer with display in centigrade scale #include<reg51.h> #define port P3 #define adc_input P1 #define dataport P0 #define sec 100 sbit rs = port^0; sbit rw = port^1; sbit e = port^2; sbit...
  12. M

    Digital thermometer using microcontroller

    here is the simple **broken link removed**
  13. M

    code for digital alarm clock

    this site may be useful to get the source code for digital alarm clock **broken link removed**
  14. M

    8051 digital clock. help needed urgntly. pls!!

    hi you can check this link out for source code engineersgarage.com/microcontroller/8051projects/digital-clock-with-digital-thermometer-AT89C51
  15. M

    8051 based make a circuit like cd4017/to blink led

    hi:-| it is quite easy to blink a led using microcontroller.you just need a simple circuit and code.there are a lot of sites offering you the complete guidance for it.you can also find it here. engineersgarage.com/microcontroller/8051projects/interface-leds-AT89C51 mike

Part and Inventory Search

Back
Top