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 navaneeth29

  1. N

    Hi all!!!

    Hello !! hi to all members.. I am new to Power electronics .. but i know somwthing like scr,triac,diac... anyone have idea why ceeling fan and table fan rotate in different directions..
  2. N

    RTC-DS1307 with 8051+embedded issues

    #include<reg51.h> #include<ds1307.h> #include<string.h> sbit rs=P2^2; sbit en=P2^3; sfr ldata=0xA0; sfr KEYPRT = 0X80; sbit ROW0 = P0^4; sbit ROW1 = P0^5; sbit ROW2 = P0^6; sbit ROW3 = P0^7; sbit COL0 = P0^0; sbit COL1 = P0^1; sbit COL2 = P0^2; sbit COL3 = P0^3; unsigned char KEYGET(void)...
  3. N

    RTC-DS1307 with 8051+embedded issues

    Hello Sir . I am new to programming. If i post the program can you help me.. i am doing a project wireless notice board with rtc.. RTC - DS1307 uC-89v51 LCD - 4-bit mode..
  4. N

    Interfacing LCD JHD162A with P89v51RD2

    Jhd 162A : Pin 1- Gnd Pin 2- Vcc Pin 3- Vee Pin 4- RS Pin 5- R/W Pin 6- En Pin 7-14- DB0-DB7 Pin 15-LED+ Pin 16-LED- Led+ and Led- is for Back light . Pin 7-14 is Data pins. Pin 6-Enable . it should be a Pulse . pin 5-R/W - To write or Read from LCD Memory. pin 4-RS- Register select - 1 for...

Part and Inventory Search

Back
Top