Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
1.2k posts
 
66%
+2 −0
Q&A Humming noise from a boost converter's inductor

A couple of problems stick out; one glaring and one a little subtler. Read this in the data sheet: - You have the enable pin connected to your 25 volt output. I'm not saying this is definitely cau...

posted 4y ago by Andy aka‭  ·  edited 4y ago by Andy aka‭

Answer
60%
+1 −0
Q&A Humming noise from a boost converter's inductor

My step-up converter makes audible noise both with and without a load.I am almost certain it is the inductor, because when I hold my finger on it I can feel vibration and it gets quieter. Unfortuna...

2 answers  ·  posted 4y ago by Kranulis‭  ·  last activity 4y ago by Olin Lathrop‭

Question power-supply
71%
+3 −0
Q&A What benefit has a differential amplifier when measuring a sensor signal?

General cause of noise/interference The interference can be distant (such as lightning) or much closer (such as cables connecting "other" equipment) but, whatever the source, interference can be re...

posted 4y ago by Andy aka‭  ·  edited 4y ago by Andy aka‭

Answer
75%
+4 −0
Q&A What benefit has a differential amplifier when measuring a sensor signal?

What benefit has a differential amplifier when measuring the signal from a sensor that is remotely located such as in this example: - Why can't I use an arrangement like this: -

1 answer  ·  posted 4y ago by Andy aka‭  ·  last activity 4y ago by Andy aka‭

71%
+3 −0
Q&A Op-amp output error voltage

Input offset voltage $V_{OS}$ Your problem might be input offset voltage or $V_{OS}$. This can be several milli-volts and manifests as this modification to your original circuit (in red): - So, fo...

posted 4y ago by Andy aka‭  ·  edited 4y ago by Andy aka‭

Answer
66%
+2 −0
Q&A Op-amp output error voltage

I've built a non-inverting op-amp amplifier with a gain of 101 using this circuit: - My input is 10 mV DC and I expected to measure 1.01 volts at the output but I measure 0.81 volts. What has happ...

1 answer  ·  posted 4y ago by Andy aka‭  ·  last activity 4y ago by Andy aka‭

Question errors output opamp
60%
+1 −0
Q&A Switch-off time of relay with flyback diode

It doesn't quite work that way. You are missing the fact that the current (which the magnetic field is proportional to) decays exponentially. You are also missing the resistance of the coil itsel...

posted 4y ago by Olin Lathrop‭  ·  edited 4y ago by Olin Lathrop‭

Answer
66%
+2 −0
Q&A Switch-off time of relay with flyback diode

When switching a relay there should be a flyback diode. It could be just a diode or diode with resistor in series. I understand there is a difference in the speed of relay switch-off. But what is t...

1 answer  ·  posted 4y ago by Chupacabras‭  ·  last activity 4y ago by Olin Lathrop‭

Question relay
60%
+1 −0
Q&A When to use RTOS?

RTOS A RTOS (Real Time Operating System) is much more than a bunch of interrupts. Most true dedicated microcontroller applications don't need any RTOS or any other kind of operating system. Genera...

posted 4y ago by Olin Lathrop‭  ·  edited 4y ago by Olin Lathrop‭

Answer
66%
+2 −0
Q&A How to avoid shoot-through in MOSFET bridge drivers

To avoid shoot-through you should ensure that the active-low P-channel MOSFET gate drive voltage never overlaps with the active-high N-channel MOSFET gate drive voltage. With an inverter driving th...

posted 4y ago by Andy aka‭  ·  edited 4y ago by Andy aka‭

Answer
66%
+2 −0
Q&A How to avoid shoot-through in MOSFET bridge drivers

I'm using a variable duty cycle square-wave oscillator to drive a half-bridge MOSFET pair like this. Upper MOSFET is P-channel type, lower MOSFET is N-channel type: - And, I think I'm getting shoo...

1 answer  ·  posted 4y ago by Andy aka‭  ·  last activity 4y ago by Andy aka‭

71%
+3 −0
Q&A When to use RTOS?

When should I consider using RTOS in my application? Every microcontroller has a good number of interrupts then what is the need of it?

1 answer  ·  posted 4y ago by aditya98‭  ·  last activity 4y ago by Olin Lathrop‭

86%
+11 −0
Q&A What is a bootloader, and how would I develop one?

Bootloader definition A bootloader is a program that runs in the microcontroller to be programmed. It receives new program information externally via some communication means, like a serial port, ...

posted 4y ago by Olin Lathrop‭

Answer
88%
+13 −0
Q&A What is a bootloader, and how would I develop one?

I've heard that a bootloader is code that runs on a microcontroller, and is used to get your application code onto the micro. How does that work? Is there anything special that needs to be done to...

1 answer  ·  posted 4y ago by Olin Lathrop‭  ·  edited 4y ago by Olin Lathrop‭

80%
+6 −0
Q&A Electrolytic capacitor lifetime rating

The lifetime rating is (usually) quoted as "so many" hours at a certain temperature and that is the crucial thing to be aware of. For instance, consider a capacitor like this one: - Some in the ...

posted 4y ago by Andy aka‭  ·  edited 10mo ago by Lorenzo Donati‭

Answer
81%
+7 −0
Q&A How to access a hardware register from firmware?

Using pointer types In C, an object pointer such as uint8_t* ptr is the equivalent concept to use for hardware addresses. A compiler makes this pointer type large enough to contain all addresses in...

posted 4y ago by Lundin‭

Answer
75%
+4 −0
Q&A Electrolytic capacitor lifetime rating

If you search through the electrolytic capacitor offerings from distributors like Farnell, RS, Digikey or Mouser, you find that the maximum life-time rating is commonly quoted as 5,000 or 10,000 ho...

1 answer  ·  posted 4y ago by Andy aka‭  ·  last activity 10mo ago by Lorenzo Donati‭

81%
+7 −0
Q&A How to access a hardware register from firmware?

When writing firmware in C for a microcontroller, how can I directly access a memory location such as a hardware peripheral register, given its absolute address? Is there a way to do this safely an...

1 answer  ·  posted 4y ago by Lundin‭  ·  edited 4y ago by Lundin‭

75%
+4 −0
Q&A Pi-Filter for EMC

What would be the main considerations to use Pi-filters for EMC? Using the filter correctly and understanding its limitations EMC or EMI (electromagnetic interference) is noted for its high frequ...

posted 4y ago by Andy aka‭  ·  edited 4y ago by Andy aka‭

Answer
50%
+0 −0
Q&A Low loss impedance matching without a transformer

As an alternative to doing the math, as detailed in Andy's answer, you can use a graphical aid called a Smith chart: These were used routinely before computers to match transmitters to antennas. ...

posted 4y ago by Olin Lathrop‭  ·  edited 4y ago by Olin Lathrop‭

Answer
66%
+2 −0
Q&A Low loss impedance matching without a transformer

Low-pass impedance transformation Theory Input Impedance: - $$Z_{IN} = j\omega L + \dfrac{\dfrac{R_L}{j\omega C}}{R_L + \dfrac{1}{j\omega C}} = j\omega L +\dfrac{R_L}{1 + j\omega R_L C} = \dfrac{j...

posted 4y ago by Andy aka‭  ·  edited 4y ago by Andy aka‭

Answer
66%
+2 −0
Q&A Low loss impedance matching without a transformer

I have a signal at 10 MHz produced from a 50 Ω source. How can I match that to a 300 Ω load with low losses without using an RF transformer (space constraints)? Are there any circuits and formulas ...

2 answers  ·  posted 4y ago by Andy aka‭  ·  last activity 4y ago by Andy aka‭

71%
+3 −0
Q&A Chokes, Beads and Inductors in Pi-filters

Pi filters are often used to block high frequencies between a device and the power line it draws power from. In such applications, the considerations specifying the inductor include: How much powe...

posted 4y ago by Olin Lathrop‭

Answer
71%
+3 −0
Q&A Pi-Filter for EMC

First let's define what a "Pi filter" is: The name comes from the inductor and two caps forming the shape of the Greek letter Π. These filters are used for EMC compliance because they attenuate hi...

posted 4y ago by Olin Lathrop‭

Answer
75%
+4 −0
Q&A Chokes, Beads and Inductors in Pi-filters

I have seen pi-filters using chokes, ferrite-beads, and plain inductors as the L-element What are the main differences between them? when use one or other?

1 answer  ·  posted 4y ago by zeke‭  ·  edited 9mo ago by Lorenzo Donati‭