Poll

How often does something you put together work first time (or the first few)?

100% of the time
4 (6.6%)
80% of the time
23 (37.7%)
60% of the time
15 (24.6%)
40% of the time
6 (9.8%)
20% of the time
13 (21.3%)
0% of the time
0 (0%)

Total Members Voted: 61

Author Topic: How often does something you put together work first time?  (Read 3795 times)

0 Members and 1 Guest are viewing this topic.

Offline 5321488Topic starter

  • Contributor
  • Posts: 27
  • Country: au
 :palm:
 

Offline srce

  • Regular Contributor
  • *
  • Posts: 175
  • Country: gb
Re: How often does something you put together work first time?
« Reply #1 on: May 23, 2018, 09:51:16 am »
No 0% option?  :palm:



Even your poll is a fail.  :P
« Last Edit: May 23, 2018, 09:53:23 am by srce »
 

Offline TheAmmoniacal

  • Supporter
  • ****
  • Posts: 1188
  • Country: no
Re: How often does something you put together work first time?
« Reply #2 on: May 23, 2018, 09:53:44 am »
Yeah, needs a 0% option.
 

Offline Miyuki

  • Frequent Contributor
  • **
  • Posts: 905
  • Country: cz
    • Me on youtube
Re: How often does something you put together work first time?
« Reply #3 on: May 23, 2018, 09:54:03 am »
How to count if it work like a firework  >:D
 

Offline IonizedGears

  • Regular Contributor
  • *
  • Posts: 248
  • Country: us
Re: How often does something you put together work first time?
« Reply #4 on: May 23, 2018, 09:55:57 am »
If something works on first go, it just means I haven't tested it enough.

Sent from my Pixel XL using Tapatalk

I am an EE with interests in Embedded, RF, Control Systems, and Nanotech.
 
The following users thanked this post: NiHaoMike, Miyuki, BrianHG

Offline Seekonk

  • Super Contributor
  • ***
  • Posts: 1938
  • Country: us
Re: How often does something you put together work first time?
« Reply #5 on: May 23, 2018, 01:27:59 pm »
I just built something and forgot to make one connection.  This lead to an interesting result.  It is now a selling feature of the product that can be switched in and out.  Just like code, the faster you can bang something out the better.  The sooner you get something put together and playing with it the better.   
 

Offline rmacintosh

  • Regular Contributor
  • *
  • Posts: 65
Re: How often does something you put together work first time?
« Reply #6 on: May 23, 2018, 01:43:53 pm »
Just built and tested an EEPROM I added to my project.
Absolutely did not work first time.

Or the second,  |O

Third time was a charm  :-+
 

Offline xani

  • Frequent Contributor
  • **
  • Posts: 400
Re: How often does something you put together work first time?
« Reply #7 on: May 23, 2018, 03:33:59 pm »
All the time, it just works. Just it doesn't work in a way I wanted to. Others call it bugs, I call it accidental features ^-^
 

Offline Ice-Tea

  • Super Contributor
  • ***
  • Posts: 3070
  • Country: be
    • Freelance Hardware Engineer
Re: How often does something you put together work first time?
« Reply #8 on: May 23, 2018, 05:08:05 pm »
My company's called FTR&F

First Time Right & First Things First

But yeah, 0% option required  :-DD

Offline Mr. Scram

  • Super Contributor
  • ***
  • Posts: 9810
  • Country: 00
  • Display aficionado
Re: How often does something you put together work first time?
« Reply #9 on: May 23, 2018, 05:35:28 pm »
Works as in gives signs of life, works as in doing kind of something that resembles the final goal or works as in doing exactly what it should do?
 
The following users thanked this post: NiHaoMike

Online ajb

  • Super Contributor
  • ***
  • Posts: 2604
  • Country: us
Re: How often does something you put together work first time?
« Reply #10 on: May 23, 2018, 06:23:03 pm »
Never, if there's software involved.

(These days, there's usually software involved)
 

Offline maginnovision

  • Super Contributor
  • ***
  • Posts: 1963
  • Country: us
Re: How often does something you put together work first time?
« Reply #11 on: May 23, 2018, 07:43:30 pm »
100%. After some testing I find things could be better though and do it again. That's about... 40% of the time. MCU works but oops footprint is wrong and the data line got connected to a ground. Video amp works but the SD lines are backwards. Everything works but had to run wires because the sram footprint was 50% the length it was supposed to be. I get 5 amps but the lack of a tvs diode causes the controller to be fried when connecting to supplies less than a few hundred USD.

💯
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16615
  • Country: us
  • DavidH
Re: How often does something you put together work first time?
« Reply #12 on: May 23, 2018, 09:22:05 pm »
Up until a certain point, every project required significant rework.  After that point, every project at least recognizably worked.
 

Online tszaboo

  • Super Contributor
  • ***
  • Posts: 7388
  • Country: nl
  • Current job: ATEX product design
Re: How often does something you put together work first time?
« Reply #13 on: May 23, 2018, 09:25:19 pm »
Last time I put something together it was a sandwich and it worked for me. Otherwise, I design stuff, not banging rocks together. The last mistake I made was swapping MOSI and MISO on an SPI bus on a prototype, and it had to be bit banged. Who cares, we correct it for the second prototype.
 

Offline Buriedcode

  • Super Contributor
  • ***
  • Posts: 1611
  • Country: gb
Re: How often does something you put together work first time?
« Reply #14 on: May 23, 2018, 10:26:33 pm »
Most of my career would be about 10% but in the past few years its shot up.  This is mostly because I'm doing simpler projects, and I have become better at testing/debugging on the fly (as I'm sure we all work in a modular way).  And of course, using MCU's, if one has built up their own software libraries that have the bugs ironed out over time leads to less traps.

But I agree with some of the comments - depends on what you mean by "work".  If you have a vague goal, such as "light this LED if I get a signal from something" then chances are it's going to be easier to achieve than "get 32 wireless devices on a mesh network in the field".

Aside from quite simple projects, does anyone just knock something up without simulations or tests and power it up without checking anything first?  I would have thought most of us would have done that perhaps when we were starting out, but quickly learned that breaking the problem down into smaller parts, that each can be tested is a more reliable and quicker way to achieve a goal.  This greatly increases the chances of things going well first "power on".

 

Offline jpanhalt

  • Super Contributor
  • ***
  • Posts: 3478
  • Country: us
Re: How often does something you put together work first time?
« Reply #15 on: May 23, 2018, 10:43:32 pm »
I don't give it the option of not working.  Simple.
 

Offline Mr. Scram

  • Super Contributor
  • ***
  • Posts: 9810
  • Country: 00
  • Display aficionado
Re: How often does something you put together work first time?
« Reply #16 on: May 23, 2018, 11:29:46 pm »
Last time I put something together it was a sandwich and it worked for me. Otherwise, I design stuff, not banging rocks together. The last mistake I made was swapping MOSI and MISO on an SPI bus on a prototype, and it had to be bit banged. Who cares, we correct it for the second prototype.
You're a braver man than I am, spitting in Murphy's face like that.
 

Offline rdl

  • Super Contributor
  • ***
  • Posts: 3667
  • Country: us
Re: How often does something you put together work first time?
« Reply #17 on: May 24, 2018, 12:28:49 am »
Almost never...
 

Offline ucanel

  • Regular Contributor
  • *
  • Posts: 134
  • Country: tr
Re: How often does something you put together work first time?
« Reply #18 on: May 24, 2018, 02:15:41 am »
%10 generally.
%50 If it is very simple circuit.

%0.1 magic smoke.
 

Offline Rerouter

  • Super Contributor
  • ***
  • Posts: 4694
  • Country: au
  • Question Everything... Except This Statement
Re: How often does something you put together work first time?
« Reply #19 on: May 24, 2018, 02:19:47 am »
Comes down to how long I sat down and went over all the stupid things that could go wrong before ordering the boards,

My last 5 big projects have all worked out of the box (40-280 components), with minor cosmetic issues, e.g. a screw hole not giving enough clearance, or no indicator for what way the programming header connects.

My last 5 hobby projects have had issues, but learnt enough about some weird reactions that now I have a new profitable project coming up.
 

Offline Cyberdragon

  • Super Contributor
  • ***
  • Posts: 2676
  • Country: us
Re: How often does something you put together work first time?
« Reply #20 on: May 24, 2018, 04:22:10 am »
I left a project working for months untill it started acting funny. I noticed it started and died when shaken. There's very few components (lots of wires though) so I though it was either the pot or a bad solder joint.

How about a missing solder joint. :palm: Good thing it was on the low voltage side not the mains side. ::) :-BROKE
*BZZZZZZAAAAAP*
Voltamort strikes again!
Explodingus - someone who frequently causes accidental explosions
 

Online IanB

  • Super Contributor
  • ***
  • Posts: 11891
  • Country: us
Re: How often does something you put together work first time?
« Reply #21 on: May 24, 2018, 04:35:34 am »
Generally when something doesn't work as designed it is because there is something you didn't properly understand about what you were doing.

As you get older and gain more experience the percentage of things that work first time grows ever closer to 100% as you learn more and more about how things work.

You have to distinguish between designs (that are supposed to work) and experiments (where you don't know what should happen and you are exploring). However, it is often said that failed experiments are just as valuable as successful ones. Every experimental result increases your knowledge.
 
The following users thanked this post: Atom

Offline cat87

  • Regular Contributor
  • *
  • Posts: 230
  • Country: nl
Re: How often does something you put together work first time?
« Reply #22 on: May 24, 2018, 06:31:57 am »
Almost never. Whenever I make a small circuit on perf board,  if I think it's going to take me 1 hour to put together and make it work, that means it usually takes half a day.  Murphy likes to get his nose into my business.

Offline Mr. Scram

  • Super Contributor
  • ***
  • Posts: 9810
  • Country: 00
  • Display aficionado
Re: How often does something you put together work first time?
« Reply #23 on: May 24, 2018, 07:18:13 am »
Generally when something doesn't work as designed it is because there is something you didn't properly understand about what you were doing.

As you get older and gain more experience the percentage of things that work first time grows ever closer to 100% as you learn more and more about how things work.

You have to distinguish between designs (that are supposed to work) and experiments (where you don't know what should happen and you are exploring). However, it is often said that failed experiments are just as valuable as successful ones. Every experimental result increases your knowledge.
"Things work first time when you have more experience" and other lies we tell ourselves. ;D
 

Offline TheUnnamedNewbie

  • Super Contributor
  • ***
  • Posts: 1208
  • Country: 00
  • mmwave RFIC/antenna designer
Re: How often does something you put together work first time?
« Reply #24 on: May 24, 2018, 08:40:47 am »
It depends on the type of project, and in what setting. At home, sure, I often have stuff that doesn't work first time. But when doing designs at Uni, many of our chips work first time, but that is because we spent months simulating them. The performance might deviate a bit for analog designs and such. Our RF amplifiers are a special case though, since there we often push past what the simulation tools can do and need to start mixing multiple tools (3D EM solvers and SPICE and ...) and can't simulate the entire design because it would be too complex.
The best part about magic is when it stops being magic and becomes science instead

"There was no road, but the people walked on it, and the road came to be, and the people followed it, for the road took the path of least resistance"
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf