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 algilsan

  1. A

    Increasing outout current

    Could a buck converter increase input current to 50mA if input current is limited to 10mA? Added after 1 minutes: Could a buck converter increase output current to 50mA if input current is limited to 10mA?
  2. A

    Increasing outout current

    I need to make a converter for icrease output current: Imax = 10 mA Vin = 30V DC Iout = 50 mA Vout = 5V DC I think, but i'm not really sure, this can be done using transformers with a DC/AC converter, plus rectifing. I mean, DC/AC converter with an 5:1 turn ratio transformer made with HEXA...
  3. A

    intefacing analog video signals to LCD

    i'm involved in a new proyect based on TV signals (PAL/NTSC). For the project basically need to interface a TV signal to a small LCD (5" or similar, like a cell phone). I have datasheets for driver a graphic LCD, drivers etc. I also have TV chip encoders, i know how to display images in the...
  4. A

    How to create delay in Visual Basic?

    delay in visual basic Another way to do the same Public Sub Delay(tiempo As Integer) salir = False Timer1.Interval = tiempo Timer1.Enabled = True Do While (Not salir) DoEvents Loop Timer1.Enabled = False End Sub
  5. A

    Program output redirection

    i don't know how to do it without using a file. But if you want, there's an alternative, you can use TCP/IP comunication betwen two or more programs. You only have to open a TCP ip PORT in listeting mode or an UDP port and start trasmitting data you want to other programs. This is an easy form...
  6. A

    visual basic (MSComm)

    //You can define this Arrays Flujos = Array("Sin control de flujo", "XON/XOFF", "HardwareCTS/RTS", "RTS/CTS, XON/XOFF") Baudios = Array("110", "300", "600", "1200", "2400", "4800", "9600", "14400", "19200", "28800", "38400", "57600", "128000", "256000") Paridad = Array("Par", "Marca"...
  7. A

    Help me with working on 16F877A for temperature measuring

    Re: Help on PIC16F877A you sould be more specific, do you need help in conditioning for sensors, or need help for programming A/D of PIC or programming adquisition routines and programming staff?
  8. A

    EIB KONNEX Automation Bus proyect

    I want to develop some electronics circuits for the EIB KONNEX automation bus for homes. This bus is a well installed bus in Germany. So i need information or people to change information with. I know there some posibilities to start, like a BCU, TP-UART, etc., but i don't know how o where to...
  9. A

    store data in a dataflash

    hi all, My problem is not speed, the main problem i have is that i have to store a data structure of about 100 bytes. When an external event occurs i have to update the structure in RAM and then store a backup in flash due to have the chance to recover the original state of the event in case of...
  10. A

    store data in a dataflash

    hi, i would like to store some working structure in flash. The main reason is to recover it in case of power failure. having a dataflash in the system, i don´t now if this is reliable due to undurance of dataflash. i mean, can i store data in flash like the system RAM or not?, maybe i must wait...
  11. A

    SOMETHING ABOUT GYROSCOPES?

    i'm trying to make an stabilizated platform, and i have to use gyroscopes. So i need something usefull for my proyect. any help would be appreciated
  12. A

    How can I create an exact sinuswave with a frequency locked to the squarewave?

    sinus filter Hi, another method is to integrate twice, you will get a pseudo sin wave
  13. A

    SerialTest Async Custom Cable Set

    Hi Silvio, i made an FTS cable myself, but i've not check it yet, try yourself and tell me if it's correct

Part and Inventory Search

Back
Top