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 suga

  1. S

    convert matlab code to hdl code

    hi I wants to know flow step of converting Matlab Code to VHDL Code
  2. S

    Regarding Altium design short circuit Error?

    Hi I am new to altium design In My Schematic I found short circuit error how can I rectify that?
  3. S

    altium design about image in schematic and pcb

    Hi any one know how to include image on schematic and pcb also.but am trying just text only included not an image
  4. S

    8051 projects by using 7 segment,lcd,led

    k.can you explain about 2-D animation.whether it needs extra components expect LCD,8051ic.
  5. S

    8051 projects by using 7 segment,lcd,led

    can you tell idea about digital waveform
  6. S

    multiplexing 7 segment

    ya...I had tried 7 segment 0 to 9.now output is coming from 0000 t0 0099.I have to get 0000 to 9999.and am using 8051 micro controller this is my code#include<reg51.H> #define p0 P0 #define p3 P3 unsigned char dig_disp=0; sbit dig_ctrl_4=P0^7; //Declaring control pins of the...
  7. S

    multiplexing 7 segment

    hi... I have to write program counter for four 7 segment.In that program 1st segment has to display 0 t0 9.after that 2 segment and 1 segment both has to display 0 to 9 after that 1st,2nd,3rd segments has to display 1 to 9.like that.....4 segemnts should display.0001 to 9999 has to display.
  8. S

    calculator program bt using micro controller

    I have to display on LCD.here am using 4x4 keypad.
  9. S

    calculator program bt using micro controller

    how to store the user input?? and this is pgm #include<reg51.h> #define p0 P0 #define p2 P2 unsigned int i,m0,m1,v1; sbit c1=P2^4; sbit c2=P2^5; sbit c3=P2^6; sbit c4=P2^7; sbit r1=P2^0; sbit r2=P2^1; sbit r3=P2^2; sbit r4=P2^3; sfr a=0x90; sbit rs=P3^7; sbit rw=P3^6; sbit en=P3^5; void...
  10. S

    calculator program bt using micro controller

    Hi calculator program by using micro controller.In that I need some ideas.I wrote upto press a keys in keypad means number will display on lcd.futher I have to write a coding for calculator plz help for that.
  11. S

    8051 projects by using 7 segment,lcd,led

    hi.... anyone tell 8051 projects by using 7 segment,lcd,led.counter program I already did
  12. S

    counter program on led

    thanks for reply.even though output is not coming I changed little bit the code.port 1 is connected to leds(output).in that any modification in coding part means u tell #include<reg51.H> #define p0 P0 #define p3 P3 #define p1 P1 #define pause 0 #define run 1 unsigned char mode,i; sbit...
  13. S

    counter program on led

    thanks .how to get current values from the loop
  14. S

    counter program on led

    hi... your concept I can understood little bit.your telling while loop concept for stop only.now I have to restart where I stopped .

Part and Inventory Search

Back
Top