Posts by Lundin
I'm curious about the market trend of certain kind of components (specifically, 0603 ceramic capacitors) and if I should start worrying about these getting phased out. I started to write a question...
Assuming you speak of UART, then the receiver must be told in advance the number of data bits, the number of parity bits and the number of stop bits. The start bit is a logic zero (low) and the sto...
I have a 30MHz TCXO circuit (TCXO datasheet) like this serving as local oscillator to a RFIC: The RFIC manufacturer recommends to "add filtering caps" for high RF output cases. That is >20d...
I'm looking for input from anyone with insight in the PLC world. How do PLCs usually measure 4-20mA current loops? I would assume it's one of these two alternatives: Through an external "shunt"...
The 45° routing makes it easier to route multiple parallel traces across the PCB - I would say that's the main reason why they are so popular. Whereas 90° turns of multiple parallel traces next to ...
I propose that we get rid of a lot of bad tags that should never have been created. I went through them all and this is what I think we should get rid of or rename. I'll leave this meta post here ...
Pitch is defined as the center-to-center measurement between two pins/legs of the component. Connectors in particular are always categorized by manufacturers/retailers based on pitch, so it is the...
The term absolute maximum ratings has a well-defined meaning in datasheets, meaning stress values that the part will endure for a short period of time without breaking. And the opposite: if you exc...
The reason I left that comment is because determining the quality of a coaxial cable involves electrical engineering more so than an electrician, let alone some DIY. The rule of thumb "would you a...
Draft for a tag creation/deletion criteria A tag must fulfill all of the below requirements or it may get renamed or deleted: A tag must be named appropriately, considering Tag naming guideline...
Additions: Do not use company names in tags. Questions should be about specific products, not about companies. Furthermore, silicon companies merge/split and purchase each other all the time, ...
Breakpoints are beyond the scope of the C language, so this is up to the specific debugger and CPU core. What you will probably have to do to block accidental breakpoints is to not provide any debu...
A while back someone suggested that we added a section for reviews to the site - How about a new section for code reviews? From that meta thread we gathered that: There seems to be community con...
Using a P FET for polarity protection like this means that in case you flip + and -, the gate will be inactive, meaning that GND which is now connected to drain will get disconnected - no current w...
Rasp PI is a PC in disguise - it is a single-board computer. As such it runs Linux and like any Linux PC, it doesn't allow real-time execution, direct access to physical addresses, deterministic ...
Step 1: Since 3V3_ISO would be LDO driven I would probably add a diode with the anode connected to the LDO output and a cathode connected with the LDO input to prevent the LDO to have output high...
A little check list of some basic things to ask yourself before asking such a question: Is this some manner of high/mains voltage device? Repairing such electronics is very dangerous if you don'...
The current applicable rule from https://electrical.codidact.com/help/topics would be: Off-topic ... High-level use of electrical devices. If your question treats a device like a black box and isn...
First of all, it depends on how much work the customer has done in advance. Do they have a proper spec? Do they at least have a bunch of key requirements? Or is it just "out there" and you must dra...
As I understand it, microwave oven magnetrons operate at 2.45GHz, which is an unlicensed band in most of the world. When 2.4GHz technologies such as WiFi (802.11), Bluetooth and Zigbee were launche...
I agree with everything said. I didn't really consider until now that Codidact (unlike Someplace Else) supports case-sensitive tagging. So in addition, perhaps add a note regarding the following: ...
How about this: I create a meta thread here where everyone is welcome to post contents, feedback and proposed changes. The question of the meta thread should contain a continuously updated draf...
We haven't really addressed what SE would call "requests for external resources" here. I think it's quite clear that we aren't taking shopping recommendations, as in "where do I buy this part". Ask...
When posting identification or general questions related to connectors, integrated circuits or other parts with pins/legs, engineers always speak about something called pitch. What is the meaning ...
The problem with refreshing the watchdog from an ISR is that in case the main program hangs for whatever the reason, the ISR will keep living and could keep the watchdog alive, effectively blocking...
- ← Previous
- 1
- 2
- 3
- 4
- Next →