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 Roma_te

  1. R

    8051 StopWatch / Timer

    8051 timer If you will take MC with 4 ports (AT89C51 for example) it will be enoght IO lines for static indication and simple working program.
  2. R

    7 segment LED's application using 8051

    how to connect bc327 You can design and test software and hardware using emulators (Proteus for example). And use programmer only for prototyping.
  3. R

    7 segment LED's application using 8051

    how to connect 7 segment led to microcontroller Yiu should put resistors with resistance aproximatelly 6R7 between outputs A...G and pins of microcontroller.
  4. R

    7 segment LED's application using 8051

    seven segment display 8051 There are several ways of solutions this problem: 1. If the light of your LEDs are large enough you can decrease current thru them. It is possible by increasing resistance of resistors or by periodic power off all indicators for some time. In the second case if the...
  5. R

    CP2200 + FTP (Silicon Labs)

    cp2200 silicon labs My FTP server for C8051F340+CP2200 generated by TCP-IP Configuration Wizard work correctly ONLY for first connection. Next disconnection/connection does not provide access to FTP server (FTP client begin connection and wait). MCU stops after executing function...
  6. R

    7 segment LED's application using 8051

    7 segment connect to pnp transistor Yes For switch off all indicators you should output on P2 XXXX0000 (X-any bit, 0 or 1); For switch on 1-st indicator - P2=XXXX0001; For switch on 2-nd indicator - P2=XXXX0010; For switch on 3-rd indicator - P2=XXXX0100; For switch on 4-th indicator -...
  7. R

    7 segment LED's application using 8051

    leds application The triangle on this diagram - 5VDC
  8. R

    7 segment LED's application using 8051

    avr with 7 segment indicator led schematic I prefer attached circuit based on bipolar transistors. You will nead 8 switches with NPN transistors for current ~1A and 7 switches with PNP transistors for current ~150 mA.
  9. R

    7 segment LED's application using 8051

    application of 8051 For connecting several indicators together you should connect all the same name segments together (A to A, B to B, e.t.c.) and connect them (via current switch) to one port of MC (for example A to P1.0, B - P1.1, ... G - P1.6). Each pins DIG1 and DIG 2 should be connected...
  10. R

    AVR programmer using LPT cord

    Re: AVR programmer What driver do you use for this (COM) programmator?
  11. R

    Need help on setting TCP-IP Configuration Wizard from Silabs

    How it is possible to define pins of MC, which provide connection to CP220X in TCP-IP Configuration Wizard from Silabs (or in which source file generated by this wizard)
  12. R

    AVR460: Embedded Web Server (Source code request)

    avr460 I develop microcontroller-based web server and my Internet review show that the best documented solution is reference design "AVR460: Embedded Web Server". Unfortunately the source code of this reference design is not allowable on-line. Can anybody send me these source codes or put it...
  13. R

    problem with keil software

    Google will help you. If you search for example: ñrack keil.
  14. R

    problem with keil software

    This one of the limitation of evaluation version of Kail compiler and it is impossible to solve it vithout its cracking :D
  15. R

    Simple DC motor driving with one transistor and PIC

    simple dc motor controller ...but what about the resistors? Resistors depends of shut-off voltage of your transistor. In the most cases it is possible to find recomended cirquits for selected transistor and put the same resistors.

Part and Inventory Search

Back
Top