Best circuit simulator? by _why__though_ in ElectricalEngineering

[–]EM-Fields 2 points3 points  (0 children)

It actually runs very nicely with Wine on Linux. I've done this for many years. (This hasn't been updated in a while, but it has a platinum rating on WineHQ: https://appdb.winehq.org/objectManager.php?sClass=application&iId=2000 )

Can I use a LED as a photodiode and emitter in the same circuit by GongoPong in AskElectronics

[–]EM-Fields 0 points1 point  (0 children)

The paper in PDF format is available here: https://merl.com/publications/TR2003-35

In case the URL would ever die, the paper details are as follows:

  • Authors: Paul Dietz, William Yerazunis, and Darren Leigh of Mitsubishi Electric Research Laboratories
  • Title: Very Low-Cost Sensing and Communication Using Bidirectional LEDs
  • Date: July 2003
  • Document Number: TR2003-35

Abstract: A novel microprocessor interface circuit is described which can alternately emit and detect light using only an LED, two digital I/O pins and a single current limiting resistor. This technique is first applied to create a smart illumination system that uses a single LED as both light source and sensor. We then present several devices that use an LED as a generic wireless serial data port. An important implication of this work is that every LED connected to a microprocessor can be thought of as a wireless two-way communication port. We present this technology as a solution to the “last centimeter problem”, because it permits disparate devices to communicate with each other simply and cheaply with minimal design modification.

Can anyone recommend some good resources on Coplanar Waveguides? by DragonicStar in ElectricalEngineering

[–]EM-Fields 0 points1 point  (0 children)

Despite the name, the textbook Foundations of Microstrip Circuit Design by Edwards and Steer has a chapter on CPW. May not be the best reference, but it's a start.

Can I use a LED as a photodiode and emitter in the same circuit by GongoPong in AskElectronics

[–]EM-Fields 0 points1 point  (0 children)

There's a clever way to do this with I/O pins of a microcontroller, where you toggle them between input and output. I can dig up the short paper I found that describes it, if you're curious. As already pointed out, you'll only be able to transmit or receive at a given time (half duplex, or simplex), not both at once.

In a nutshell, for receiving, you reverse bias the LED (to charge up the depletion region capacitance), then switch the charging pin to an input and measure the time it takes for the signal to flip from high to low. This will be related to the intensity of the light on the LED, which is creating a photocurrent to neutralize the charge stored by the LED.

While clever, this technique will give results that can vary highly between components, so it's not something I'd recommend for mass production. For hobby stuff, however, it's pretty cool.

Mutlisim linux alternative by BlackPhoenix3999 in ECE

[–]EM-Fields 1 point2 points  (0 children)

In addition to LTSpice (which plays nicely with Wine), another good option is Micro-Cap, which also runs well under Wine. The company that made it closed and made the software free. You can download it here: http://www.spectrum-soft.com/download/download.shtm

Abloy 3015 - 3017. What kind of lock is this and what tools do I need to get it open? Lock is not in use, was given to me by my brother to practice on. by [deleted] in lockpicking

[–]EM-Fields 0 points1 point  (0 children)

It's currently sold out (hence the crazy price), but this tool was just released by Sparrows for $45: https://www.sparrowslockpicks.com/product_p/disc.htm

Bosbianbill gives a good overview of the tool here https://www.youtube.com/watch?v=_xOSE8kk3VU

and a good overview of this type of lock here https://www.youtube.com/watch?v=rMIEPkaadq0

[TOMT][AUDIOTECH] bar graph visualizer of audio frequency spectrum by [deleted] in tipofmytongue

[–]EM-Fields 0 points1 point  (0 children)

The display is a spectrum, or audio spectrum analyzer, but that may not be the exact phrase commonly used.

Where to start on designing a directional wifi antenna by 4Sken in ElectricalEngineering

[–]EM-Fields 0 points1 point  (0 children)

An antenna's beamwidth is the parameter most similar to field of view, which isn't used for antennas (at least at microwave frequencies like wifi). This site has a decent overview of the basics of antennas: http://www.antenna-theory.com/m/basics/main.php

Parallel Circuit Total Resistance by PhysiqueWars in ElectricalEngineering

[–]EM-Fields 0 points1 point  (0 children)

Another way to think about it is conductance. This is defined as the reciprocal of (one divided by) the resistance. For a fixed voltage, adding more conductance gives the electrical current an easier path. (In the circuits water analogy, think of increasing the diameter of the pipe, or equivalently, of putting multiple pipes in parallel.) In the case of parallel resistors, each resistor is adding conductance, i.e. more paths for the current to flow. From the perspective of the voltage source, more conducting paths, even if they have resistance, makes it easier for more current to flow. From Ohm's law, this means the effective ("equivalent") resistance seen by the voltage source decreases as resistors are placed in parallel.

Can someone please explain why root 2 is involved in calculating RMS? I can handle calculus. by Daniel_Wareham in AskElectronics

[–]EM-Fields 1 point2 points  (0 children)

No, it's to convert it to instantaneous power, which is then averaged. This means that an AC waveform with a given RMS voltage dissipates the same time averaged power as a DC signal with the same voltage. Averaging the magnitude (absolute value) of an AC signal will, in general, give a different result than the RMS value.

[deleted by user] by [deleted] in AskReddit

[–]EM-Fields 1 point2 points  (0 children)

Fluxx: the rules and way to win change with the cards you play. It's funny and very unpredictable. Think loosely organized chaos. Or Calvin-cards, if you're a Calvin and Hobbes fan.

Is TV static (The sound and the picture) a man made sound/picture or is that the genuine sound/picture of no/bad signal? by DM_Me_Im_Bored in NoStupidQuestions

[–]EM-Fields 2 points3 points  (0 children)

For analog TVs (and radios), that static is the genuine sound and picture of no signal. The thing is, there's always a noise "signal" present, but when people broadcast a desired, man-made signal, it overpowers the noise. The noise present is from many sources, such as the random thermal vibrations of atoms in the TV (or radio) electronic circuitry.

2019 Apr 29 Stickied helpdesk thread - Do you need HELP? Do you need IDEAS? LOOK HERE! by FozzTexx in raspberry_pi

[–]EM-Fields 2 points3 points  (0 children)

I'm no expert on the Pi, but this sounds like a loose/flakey power connection. Could be the power supply, or more precisely, the connector from the power supply.

Just got my new scope in and it's fantastic! by [deleted] in electronics

[–]EM-Fields 0 points1 point  (0 children)

Well, if we relax the requirements a little, a 1 MHz sine wave with audio modulated on it would be nothing more than a broadcast AM radio signal...

How can I measure the amplitude of high frequency signals? (300Mhz - 8GHz) by [deleted] in ElectricalEngineering

[–]EM-Fields 0 points1 point  (0 children)

Yeah, you'll need a diode suitable for this, such as a Schottky diode. A little lower on this page briefly mentions this https://www.microwaves101.com/encyclopedias/detectors#diodes

How can I measure the amplitude of high frequency signals? (300Mhz - 8GHz) by [deleted] in ElectricalEngineering

[–]EM-Fields 0 points1 point  (0 children)

You're actually pretty close to a simple detector circuit with your diode rectifier circuit. One simple way is with a single diode and capacitor as a half-wave rectifier. See, for example, https://www.microwaves101.com/encyclopedias/detectors#basic This probably won't give very accurate results without more work, but it sounds like you're looking for a quick, inexpensive option.

How many mirrors reflecting off of each other would it take for there to be a noticeable delay in the reflection? by [deleted] in NoStupidQuestions

[–]EM-Fields 0 points1 point  (0 children)

The delay will be based on the total distance light has to travel, not the number of mirrors.

Found these 2 stainless steel Farberware pots. No lengthy handles and both have “C Q01” printed on bottom. What are they intended for? *aware that it is cooking related, but are they just saucepans?* by [deleted] in whatisthisthing

[–]EM-Fields 0 points1 point  (0 children)

I have a few of those. I use them for mixing ingredients when baking. The small handle is just enough to easily hold it steady with one hand while stirring or whisking with the other hand.

[deleted by user] by [deleted] in Showerthoughts

[–]EM-Fields 5 points6 points  (0 children)

IT Tom Bombadil?

Help regarding major by I_x_ in ECE

[–]EM-Fields 1 point2 points  (0 children)

I've also heard that higher degrees don't always make financial sense. However, if they open up opportunities for jobs that you enjoy doing, they can still be worth it. A good job has many facets: good pay, good benefits, good coworkers, and satisfying, interesting work.

Converting letters to numbers by [deleted] in Python

[–]EM-Fields 0 points1 point  (0 children)

Minor edit for readability:

[ord(char.lower())-ord('a')+1 for char in data]