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 ubuntu_amateur

  1. ubuntu_amateur

    How to read temperature from pic16f628 and css c compiler

    LM35 is a temperature sensor with analog output. You can connect it to 16F628's AN0 or AN1. void main(){ init(); //disable interrupts, select analog input in, set tri-status, ans so on while (1){ delay1ms(); convert(temperature); //convert the temperature at a certain...
  2. ubuntu_amateur

    What is a sbit and what is its function?

    Re: what is a sbit????? sbit? stop bit? could you explain what problem you encountered?
  3. ubuntu_amateur

    Need a USB microcontroller

    usb microcontroller a/d bump! this topic is what I encounter... would anyone provide new idea?
  4. ubuntu_amateur

    which ic i have to use with 6 USB ports

    which ic i have to use no available. was your pcb a USB device(or hub) with 6 USB port? without external power supply?
  5. ubuntu_amateur

    A circuit for detecting Power Supply, what's wrong?

    zirtapoz, appreciated! it is ok when rb1=4.7k, rb2=1k, rc1=11k.
  6. ubuntu_amateur

    A circuit for detecting Power Supply, what's wrong?

    if there is no voltage to input, read Parallel port will get 1's, I would like to get 0's when 5V is present. connect 5V straight to the port, will not detect if the power supply is absent. Because reading the parallel port will return 1's value when there is no any circuit. connect GND...
  7. ubuntu_amateur

    A circuit for detecting Power Supply, what's wrong?

    there is a circuit to detect a 5V power supply via parallel port, pls take a look at the attachment. [/img]
  8. ubuntu_amateur

    I2C implemented by GPIO

    using gpio as i2c driver a driver for I2C implementation has been completed. there is a new requirement: to implement an I2C slave with MCU. any suggestions?
  9. ubuntu_amateur

    How to write a PCI-Express driver?

    How to write a PCI-Express driver? Could anyone provide some guideline and source code?:cry:
  10. ubuntu_amateur

    How to probe the usb port whether it is connected by usb mass storage device or not?

    usb probe problem why does the USB mass storage device act as SCSI device?
  11. ubuntu_amateur

    How to write a driver for a device behind two bridges (PCI cards)?

    PCI expansion issues that means how to write a driver for a device behind 2 bridge.
  12. ubuntu_amateur

    how to write a PCMCIA device driver?

    hmmm... microcontroller can be regarded as Embedded cpu. :)
  13. ubuntu_amateur

    how to write a PCMCIA device driver?

    it seems that there is no sample code under pcmcia directory of Linux OS. they are all pcmcia host driver...while I need a skeleton source code of pcmcia driver. how to get start to write a pcmcia devide driver, could anyone help me?
  14. ubuntu_amateur

    How to write a driver for a device behind two bridges (PCI cards)?

    how to expand PCI bus? As shown as below, The intention is that Card A is plugged into the PCI slot of PC motherboard; and, Card B is plugged into the PCI slot of Card A. Card A is a bridge, also Card B is a bridge. that is for performing the expansion of PCI bus. PC-----PCI...

Part and Inventory Search

Back
Top