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 vpshivakumar.77

  1. V

    Embedded Linux in Virtex4 Board with PPC

    Hi, As we have developed Virtex4 FPGA Board, with PowerPC, So, please some body help me with porting embedded linux into the PPC. Thanks for the help in advance.
  2. V

    Looking for books/websites with wireless infrared designs

    Re: wirless infrared design Hi, This site has some useful information of the modulator, decoder etc. **broken link removed** bye
  3. V

    C-code for this assembly one!!

    #include<stdio.h> #include<reg51.h> Sbit CLOCK = P3^0; sbit DAT = P3^1; sbit EN = P3^2; main() { //Initializing the variables; P3 = 0x00; long float r = 0x0000A0,n = 0x017AB1, f = 0x000092; unsigned int r3,r0,r2,r1,c; //Loop starts here ; while(r3 !=0){ r2 = 0x03; while(r2 !=0){...
  4. V

    [need help] digital clock using 89c51

    digital clock schematic Hi, I had worked in this project, I had the same problem as what u told, r u using shift registers, ok. Now the problem is with the refreshing time, use timer routine to solve this problem. every time u refresh the seven segment LED's:!: Shiva

Part and Inventory Search

Back
Top