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 eYe

  1. eYe

    Fujitsu PalmSecure vascular biometric

    Have you succeed on it? I am starting work on PalmSecure with Linux on MID (ARM).
  2. eYe

    Where I can buy a cheap PICDEM.net board in the UK ?

    software ccs + picdem.net 2 what is the latest version? Thanks
  3. eYe

    virtual serial port between Proteus and Hyper Terminal

    proteus com port No need to do the NULL MODEM if you have a VIRTUAL COM PORT PROGRAM.. I am using the software from Eltima software "VSPD XP 5.0" https://www.eltima.com/
  4. eYe

    Automatic Traffic Light System

    You need to know the SCAT and SCOOT
  5. eYe

    Info about RS422 implementation

    RS422 implementation Actually, you may need RS485 instead. RS232, RS422 is peer-to-peer RS485 can do master-slave communication with 2-3 wires.
  6. eYe

    Whats the easiest way to convert Binary to BCD

    Back to basic digital design.... 31 bits to two 7 segments is making K-Map and do the boolean.
  7. eYe

    What is fuzzy logic and how does it differ from ordinary logic?

    What is fuzzy logic? refer to Sadeh, Father of Fuzzy Logic. The covnetional logis is 0 or 1. Just 2 states. The fuzzy logic is 0 to 1. It is infinite states. we also can add weight for any state as we want. It is a decision making routine for the other theory.
  8. eYe

    What is wavelet transformation?

    what is wave-let? I have a short explanation for EE who know Fourier Theory and want to know Wavelet. In Fourier, we know any signal is combined from infinite sum of sine and cosine at different amplitue and frequency. In waveletm instead of sine and cosine, It is something call mother...
  9. eYe

    circuit to sense if car is motion

    GPS doesn't work inside the building or no sky area.
  10. eYe

    CATALYTIC MCS: tool for synthesizing Matlab language into C

    matlab to c conversion The foucs on this software may be only work for DSP (yes, we are in DSP topic) actually, RTW is quite enough in general work. I have used Real Time OS QNX with OPAL-RT that take asdvantage of RTW to build C code on Linux from Simulink.
  11. eYe

    Displaying time on LCD

    ds1307 mikrobasic library For using ASM, You may need to learn how to operate LCD, You cound find the interface command easily. also flowchart how to write ASCII to LCD. Using HD44780 LCD type would be easily programming. check this link to learn how to use LCD **broken link removed**
  12. eYe

    Displaying time on LCD

    dcf avr hd44780 bascom You can seperate to 3 Parts. 1. MCU, The difference is what features do you want. ARM, PIC, AVR, 8051 etc. 2. RTC, Real Time Clock, the chip that keep you accurate time. 3. LCD, you can use Character LCD, Graphics LCD. but it effects the data/control pins on your MCU 0...
  13. eYe

    Using Matlab Coded in other applications

    m-file is supported by MATLAB you can build it to MEX or DLL. Using VB, VC or any Software that supported ACTIVEX to call your customed DLL....
  14. eYe

    How to adjust timer 0 to out data to virtual serial port?

    virtual serial port Look in BASCOM AVR book. It said how to use HW serial port and SW serial Port, HW serial port is for chip that already has TX RX pin, SW serial port is for general pin to use as serial interface. I believe I found the article at KEIL site for 8051 C library.
  15. eYe

    Protocol designing for power Line Communication.

    PLC is well known in European country. There are two catagory for Middle voltage and low voltage. Another patent is coming using skin-effect technique.

Part and Inventory Search

Back
Top