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 GetDeviceInfo

  1. G

    Control DPDT switch using LabView

    you could use Labview to control your printer port, then use a port line to signal your switch driver.
  2. G

    [SOLVED] How do I identify Live, Neutral and Earth?

    Green is bond, Red and Black are line hots, suppling 208vac. Neutrals are always white, which you don't have in this hookup.
  3. G

    PIR wiring - workin on motion detector

    Are you mounting the freznel lens along with it? It won't work without it.
  4. G

    help to interface digital camera with atmel mega 16

    consumer cameras typically save the image in jpeg format, and use USB as an interface. Adding USB to your project is not too complex, but handling an image file becomes more difficult because of it's size. I have no idea what the scope of your project is, but you might consider using a micro...
  5. G

    what is the UPS with redundancy ?

    UPS with dual inverter sections for critical loads is an example. Should one fail, then other is available.
  6. G

    Help me to improve my IR sensor

    reflective type devices are typically lensed to focus thier outputs/inputs
  7. G

    DC SERVO MOTOR CONTROL USING ATMEL 89C51

    "brushed dc motor with digital feedback". a common arrangement is a dc motor with an optical disk mounted on it's shaft. The optical disk has a pattern printed on it that is 'read' by an opto switch. Rip apart a couple of old printers and you should find one. As for 'C', you need to do some...
  8. G

    I2C / TWI slave device addressing

    I2C does use an address assignment based on the Philips protocol. Similar devices typically have low bits available for sequential addressing within the group. TWI as a protocol does not specify addressing.
  9. G

    DC vs. AC servo motor in a high acceleration application

    this sounds like a job for a dc brushless synchronous.
  10. G

    max3421E need any driver ?

    the Max3421 will handle the physical protocol, and it's up to your code to satisfy the logical end of things. I've had good success with the max3421 as host controller, running the still image protocol.
  11. G

    battery and connection to earth

    given your example, the circuit will be complete, however the earth return will be of very high resistance. Your bulb will not light as your current flow will be very small, if at all
  12. G

    Transformerless 110/220 Volt to 12 Volts 3 amps

    Not knowing your load characteristics, one can only generalize. Impedance voltage dropping would work if your current draws are consisitant, as voltage regulation would follow flow variation. Angle switching with filter would provide much tighter regulation over variable flow rates. Developing...
  13. G

    Help! On 3-phase current calculation.

    your 3phase formula is E x I x sqrt(3) = VA. With that you can find your line current. Your phase current is dependant on the arrangement of your coils, but at 480 your likely in Delta, so Iphase current is Iline / sqrt(3).
  14. G

    Do i understand correctly?

    USB is a packet type transmission. Once you set up your registers and your packet, you deliver it by writing to the appropiate register. Your packets must conform to the specific USB protocol being implemented, but generally you recieve commands/data from the host, then return data and/or...
  15. G

    Generation of 500ns pulse directly from 8051.

    Atmels 89L4502 offers PWM mode on timers, running at clock speed.

Part and Inventory Search

Back
Top