Questions tagged [design]

The process of creating electronic products, including components and end-user devices.

Electronic design is the application of electronic principals to create specifications, schematics and practical implementations of electronic systems and circuits.

1232 questions
31
votes
5 answers

Design Calculations for the Seasoned EE

Do seasoned designers tend to do a fair amount of calculations or are large parts of circuits designed intuitively? I'm asking because it seems like design engineers tend to have a sense of what value cap you want to have here, resistor there, for…
inbinder
  • 1,047
  • 1
  • 15
  • 24
25
votes
4 answers

After PCB layout

After you've designed your circuit and have the PCB layout completed, how do people in the EE industry go about designing the enclosure? What kind of considerations need to be made to accommodate the PCB in an enclosure?
inbinder
  • 1,047
  • 1
  • 15
  • 24
16
votes
4 answers

From C to Silicon: How to implement software/firmware solution as hardware?

In light of this question, I was wondering if there was a fairly standard process for turning a software solution into a hardware implemention. Forgive me and my imagination, but would there be a compiler that could take a C program and compile it…
Chad Harrison
  • 383
  • 1
  • 8
16
votes
5 answers

What is metastability?

From the Wikipedia article Metastability in electronics: Metastability in electronics is the ability of a digital electronic system to persist for an unbounded time in an unstable equilibrium or metastable state. In metastable states, the …
Rusty
  • 418
  • 1
  • 3
  • 8
11
votes
4 answers

Why do I suck at electronics so much?

I have always been interested in electronic circuits since 3rd grade when we lit a bulb up. I then always wanted to learn more and more. I'm a soft-more in high-school and  it seems like i've it a dead end now. Every thing I build seems to break…
skyler
  • 10,196
  • 28
  • 81
  • 132
9
votes
4 answers

Reasoning behind "neutral pin nearest the edge" rule of thumb?

I've been told that there's a design rule of thumb that whenever you have a "bus" providing power and ground (for example, in an array of PWM outputs) that the ground connection is placed nearest the edge. What is the reasoning behind this?
Mark Harrison
  • 10,651
  • 27
  • 70
  • 99
8
votes
4 answers

Useful mental models for low-frequency analog circuit design?

While learning circuit analysis and design (from Introduction to Circuit Analysis and Design by Tildon H. Glisson ), I caught myself with a thought that experienced circuit designers should have a much clearer mental model to come up with circuits…
Roman Susi
  • 985
  • 3
  • 13
  • 30
7
votes
4 answers

Power plug orientation and usability

I was wondering what advantage is gained by modeling a power plug after the lower design. These are American power plugs, and they both exist. Perhaps the only consumer-based effect gained by using the upper plug is that the plug can be put in…
Blue Ice
  • 507
  • 1
  • 8
  • 17
7
votes
3 answers

Electrical installation: how to label wires?

When installing it is of course useful to label the wires to avoid having to trace them when modifications become necessary. I was wondering what people are using for this. The following solutions I found unsatisfactory: isolation tape: the glue is…
ARF
  • 5,199
  • 9
  • 43
  • 71
3
votes
2 answers

Battery terminal better design

We are a Tier 1 automotive locks and key manufacturing company. We are in the process of designing a remote key system and are considering one of two design strategies. Production volume is expected to be about 120,000 units a year. Design 1:…
3
votes
3 answers

Embedded design flow

Sometimes I get unmotivated to finish my personal projects because of a lack of plan on what to do next--should I design a board first, hook up a test circuit, write test code or write design requirements? Are there any formal design flows maybe…
stbtra
  • 2,346
  • 3
  • 21
  • 28
3
votes
2 answers

Is this Moore Diagram designed to identify a sequence Correct?

I have to make a Moore Diagram in order to identify the following sequence: BABBAA Two conditions: It shouldn't stop and it should be able to detect overlapped sequences. I don't really know if it is correct and as you can see by the question mark…
MrPorch88
  • 33
  • 2
3
votes
3 answers

Moral Designs - Or - My Parts Match Your Parts?

So I was designing a front end for a 16bit ADC and had settled on a design and preliminary values. I decided to google around and see if any other designs could help me make things better when I stumbled upon a project that used the exact same parts…
uMinded
  • 427
  • 3
  • 10
3
votes
1 answer

Where do these values come from?

Looking at an ATMEL SAM4E and I'm looking at the schematic checklist published by Atmel for the SAM4E and the schematic for the SAM4E-EK developer board. SAM4E checklist SAM4E-EK Design files (including PDF) The checklist uses 10uH, 1R and 4.7uF…
efox29
  • 11,955
  • 10
  • 57
  • 104
2
votes
3 answers

How do I power a device with a 4-directional 4-pin connector? I have an idea and I would like you to point out what's wrong with it

Let's say I have a matrix of square 12.7 mm cells. Every cell is a connector to which an independent little piece ("little piece" is a building block) may be connected. Actually, it's a little puzzle/sandbox game (a hobby project) where you have to…
1
2 3 4