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 xirix

  1. X

    Interfacing Bluetooth USB Dongle with Microcontroller

    microcontroller usb bluetooth What about ISP1* chips from NXP? Especially ISP1160.
  2. X

    where can i find the circuit to drive the antenna at 125khz?

    antenna drive circuit You can use also the U2270B from Atmel: cheap and reliable.
  3. X

    Design for converting RS-485 to Ethernet

    Re: RS-485 to Ethernet You'll need a micro with UART and a RS485 driver for the RS485 bus. The ethernet interface can be built with a special driver (like Microchip's ENC28J60) and a RJ45 (with magnetics ) connector. You have to write some software for the micro to interface the ethernet...
  4. X

    Migration Hi-Tech code to C18

    There is a straitforward conversion, but you have to take care at least for followings: 1. Interrupt routines for high/low priority synthax (check code examples on microchip forum) 2. pin identifiing (for example RAx is changed into PORTAbits.RAx)
  5. X

    Help using a GSM module and 82S8252 to connect to a TCP port

    ucip versions I have a similar problem: I have to build a connection between two Nokia32(30) GSM modems to send/receive small data: a server will request data from an embedded client, the client will reply with 1-2kbytes of data. Few questions: 1. It is possible to implement this through GPRS...
  6. X

    Building An Alarm Phone

    Watch RAT ring on yahoo: you'll find a easy to build interface.
  7. X

    Different results in Hspice and Spectre

    Re: hspice vs spectre HSpice - good for analog simulations Spectre - good enough; used for big digital circuits (very fast vs. HSpice)
  8. X

    8 channels voice processor

    Could someone suggest a 8 channels single chip voice processor? Input: 8 channles telephony lines; output: compressed audio (G.729 or something similar). Thanks
  9. X

    use labview with excel

    It's possible if you use proper toolbox (reports)
  10. X

    Orcad error: No PSpiceTemplate for U1A

    Re: Orcad question For every component used in simulations you have to be sure that related PSpice template exist; that's easy to see in component's properties.
  11. X

    USB driver for PIC 18F4550

    18f4550 driver Check this one: **broken link removed**
  12. X

    How to reuse an OrCAD project ?

    Re: To Reuse a OrCAD project For reuse facility in Orcad you need to re-annotate your schematic for 'design reuse'. If this doesn't change your reference designators in MAX, you can import new netlist over old MAX file.
  13. X

    3-Phase AC motor- blocking rotor

    Did anyone know (as principle) how to block the ax of a 3-phase motor using the PWM signals? It is needed by a emergency stop of rotor movement. Thanks
  14. X

    Astro or SOC Encounter?

    soc encounter price Try, declare in LEF N routing metals, run placer; next add a routing blockage on desired metal that cover all chip. Command is like: "createRouteBlk x1 y1 x2 y2 -layer x -name Metalx"
  15. X

    Optocouplers for audio applications

    Does anybody experimented usual optocouplers in audio applications? I'm considering direct transfer of audio signal through optocouplers, not special techniques (modulations). I don't want to use special linear optocouplers. Any suggestion will be wellcomed. Thanks

Part and Inventory Search

Back
Top