Search
A schematic is a visual representation of a circuit. As such, its purpose is to communicate a circuit to someone else. A schematic in a special computer program for that purpose is also a machi...
Welcome to the Codidact site for Electrical Engineering! We're glad you're here and we're excited to see what you will build. This community is starting "from scratch", without importing Q&A ...
Yes, damage due to ESD (electro-static discharge) is real. Just because you haven't seen it isn't much evidence of anything. Some obvious possibilities why you haven't observed the problem are: Y...
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...
To understand this issue, we have to look at how your circuit works and what the pullup does within it. You have a pushbutton you want to read with a microcontroller. The pushbutton is a momentary...
Another thing that would be helpful is to get the existing users to participate more. Upvote good questions when you see them! For example, the question "208VAC triple-phase to single-phase conve...
Codidact's communities have a lot of great content that is helping people on the Internet. Our communities are small, though, and sustainable communities depend on having lots of active, engaged p...
The question: Is there a way to convert from triple-phase 208VAC to single-phase 208VAC? Background: Hi everyone, I am stuck on a project I'm working on. I'd like to convert 208VAC (three phase,...
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, ...
Equivalent Circuit, 1:1 transformer Start by simplifying the circuit and change the transformer to a single inductor. This simplification ignores the benefits of isolation but, flyback converter t...
This site grew out of frustration with how SE was managing their sites, seemed to value clicks over quality, and lost appreciation for those providing the content that the clicks came to get. This ...
What value pullup resistor should I use for a pushbutton connected to a microcontroller input? I've seen values from 1 kΩ to over 100 kΩ. Some references just say to use 10 kΩ because it's a "goo...
We see schematics of varying quality and conventions. What is good and bad? What are the rules and conventions for drawing good schematics? What matters? What doesn't? This question is about sch...
Real life example. The machine shop of the company where I work has HAAS VF2 milling centers. At 3.5 tons, you'd figure a big enough to warrant some care and respect. The favored method of data tr...
Usual values used in doing electronics/power supplies are almost always round numbers: 5V 12V 28V 48V 60V I understand that in some cases ICs are built to accept the voltage directly comi...
I am looking at various DC/DC converter topologies for a power system I am designing. The most suitable topology for me is one that can perform both step-up and step-down functions, so I am looking...
I have no experience designing for Intrinsic Safety (IS), but need to do that now. I have read thru IEC 60079-11, which seems to be the relevant standard for my purposes. The board I need to desi...
Can a circuit board be waterproof enough to form a wall of a waterproof enclosure? Regular PCBs made of FR-4 with solder mask is what I have in mind. But I'm not barring less common PCB materials...
I have seen many engineers talk about ESD protection but I had never seen its effects myself. I made many small DIY projects and I have used bare hands to touch ICs and their pins,but nothing got d...
ESD is a very real concern on mass-produced goods with an expectation of quality and durability (i.e. those items for end-user consumption with warranty). So real in fact that there are numerous in...
There is no easy answer to time-estimation. Experience is essential, but even for experienced people it's never easy. For simple projects, like designing a DC-DC converter inside some larger produ...
This question here about the OSI model was closed as off-topic. How should we treat questions about data communication? What is definitely on-topic here: Embedded systems programming, including...
The premise In a recent video by the pop-sci channel Veritasium, the concept of the flow of electricity and energy transmission in a circuit was discussed. In that video a thought experiment is pr...