Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by checkmate

  1. C

    Simple LED question (definately leading to more)

    Just some clarifications for you to get a clearer picture. LEDs are a type of diode, and diodes dont have resistances unlike resistors. The function of an ideal diode is very simple, it allows current to flow only in one direction. The key thing is that it allows ANY amount of current to flow...
  2. C

    has got anyone an idea how to make an SERIAL to USB convert

    Re: NO! I was reading from this quote. He was not very clear, but my interpretation is that he doesnt want to use an RS232 scanner because it's more expensive than a usb one. Another indication that the scanner is a usb one. These are just interpretation issues, but I just wanted to give...
  3. C

    has got anyone an idea how to make an SERIAL to USB convert

    If you are implying you want a PIC that is capable of communicating with a usb scanner (with no other IC required), then I can safely say that it's definitely impossible.
  4. C

    PCB traces

    After. This is to minimize the chances of a runaway drill bit. You'll get the idea when you start drilling.
  5. C

    Components keep falling off !!

    I do as others do, which is soldering from the lowest profile upwards. In addition, I find a sponge quite useful in such situations.
  6. C

    Linear Phase Response ?

    Fourier series states that all signals can be represented as sums of sinusoids. x(t) = A sin (wt + p) If phase p is linear, p=aw Then x(t) = A sin (w(t+a)) = A sin (wT) where T = t+a The importance is that no matter how many sinusoids your signals contain, all of them get...
  7. C

    any memory card reader schematic or circuit diagram

    Most memory card readers use specially designed ICs that handle all these in hardware logic. You can always use a PIC and implement the protocols in software. In that case, there is nothing much to include on the schematics other than the pic itself, and try to use a low-voltage version as most...
  8. C

    Faraday screen

    I once remembered this simple experiment that my prof did. He placed a transistor radio into a meshed cage and reception dropped to nothing almost immediately. Stick a metal rod through the mesh (not touching the radio or mesh) and reception returned. A simple yet interesting experiment on...
  9. C

    How do I make a -5v rail ?

    There are 2 main methods for getting negative regulated voltage. You either supply a negatve unregulated voltage (with additional negative voltage clearance for dropout), as others have mentioned, or you use dc-to-dc convertors, which are based on oscillators. The second method is mainly for low...
  10. C

    Why is it so? PCB question

    zevon8 has the closest answer. It's called impedence matching. Reactance is an increasing function of frequency. At high frequencies and denser layouts, pcb traces possess significant impedances and turn into circuit elements. (Recall that a capacitor is simply 2 conductors seperated by a...
  11. C

    how to use a txt-file in m-file?

    All you need is to read the documentation. They have a category for File I/O functions. **broken link removed**
  12. C

    inpout.dll and Visual C++

    dlls stand for Dynamically Linked Libraries. Library - Shared functions Dynamically-Linked - Loaded only at runtime. This reduces program file sizes, memory required, and allows programs to "share" a common library. Any changes required need to be made only to the library, instead of updating...
  13. C

    Handling multiple grounds in mixed signal PCB

    I've read numerous articles on how grounding in mixed signal PCBs should be handled, and I've observed the following 3 camps. 1. Solid ground with split power plane or power traces. 2. Split digital/analog ground plane, with star-point at power supply. 3. Split digital/analog ground plane...
  14. C

    PIC Labelling: My Way

    Those labels sure remind me of those I used for wire wrapping IC sockets.
  15. C

    Career Advice

    Just take a look at the modules offered by your university. Electrical/Electronic engineering is a much wider field than what you may expect. Over here, all of those you have mentioned above are covered in merely 2-3 modules. So in actual fact, your "edge" may not be a lot after all.

Latest threads

New Articles From Microcontroller Tips

Back
Top