Ask What the Product Must Do, Not What It Is Made Of

Founders often decide early that a product will be "smart" because smart sounds modern, or decide it will be purely mechanical because electronics sound expensive. Both are the wrong starting point. Write the functional requirements first, in plain language, one line per behavior. Then look at each line and ask whether it requires sensing something a human cannot, deciding something a spring cannot, or remembering something a mechanism cannot. Those three verbs are what electronics buy you. Everything else has a mechanical answer.

The stakes are real. Adding a circuit board to a product typically adds $60,000 to $200,000 of development, six to twelve months of schedule, regulatory testing, a firmware maintenance obligation, and a whole class of field failures that did not exist before. If two lines of your requirements document are driving that, it is worth checking whether those two lines are load-bearing.

Signs Your Product Is Mechanical Only

  • Every function happens as a direct consequence of the user's action, with no delay, decision, or memory in between.
  • There is nothing to display, log, or transmit. Nobody needs to see a number.
  • Force, motion, sealing, positioning, or containment describe most of what it does.
  • Timing, where it exists, is coarse and can be handled by a spring, an escapement, a dashpot, or a fluid restrictor.
  • The user is present throughout operation.

If that describes your idea, the value is in geometry, material selection, and tolerances, and the development path runs through turning a sketch into a 3D CAD model and straight into prototyping. That is a genuinely cheaper and faster product to bring to market.

Signs the Idea Genuinely Requires Electronics

  • It must measure. Temperature, weight, pressure, distance, heart rate, moisture, and anything where the customer needs a number rather than a feeling.
  • It must act on its own. Turn on at a threshold, run for a set period, stop when a condition is met, recover after a power loss.
  • It must remember. Usage history, calibration, dose counts, cycle counts for maintenance.
  • It must communicate. Send data to a phone or a cloud service, or receive commands.
  • It must be precise in a way a mechanism cannot repeat. Motor position control, dosing to a percent, closed-loop temperature.
  • The business model depends on data. Consumable tracking, service subscriptions, fleet visibility.

One caution: "it must connect to an app" is a marketing statement, not a requirement, until you can name what the app does that the product cannot. That question deserves its own honest answer, and it is examined in does your product really need a companion app.

What Joins the Project the Moment a PCB Appears

Electronics do not arrive alone. Budget and schedule for the full set:

  • Schematic, layout, and board spins. Two to four revisions is normal. Board fabrication and assembly for prototypes runs a few thousand dollars per spin, as detailed in PCB prototype cost.
  • A processor decision you live with for years. Availability, toolchain, and power all follow from it, per how to choose a microcontroller.
  • Firmware. Usually the most underestimated line item in the budget, with realistic figures in firmware development cost.
  • Power. A battery brings charging circuitry, a fuel gauge, thermal limits, shipping regulations, and a product lifespan tied to cell degradation.
  • Regulatory testing. Any intentional radiator needs authorization, and even non-radiating digital devices face emissions limits. The process and cost are in FCC certification for electronic products.
  • Enclosure consequences. Antenna keep-outs, heat paths, sealing that still lets a connector through, and a housing that has to open for service.
  • Component supply risk. A single obsolete part can force a redesign years after launch.

The Third Path: Smart Mechanics

Between a dumb part and a connected device sits a large and underused design space. Bistable springs give you two stable states with no power. Bimetallic strips and shape-memory alloys sense temperature and act on it. Constant-force springs and viscous dampers produce controlled timing. Ratchets and Geneva mechanisms convert continuous motion into indexed steps. Mechanical counters track dose or cycle count with no battery. Magnetic detents provide tactile feedback and position holding.

These solutions never need a firmware update, never run out of charge, cost cents at volume, and cannot be hacked. They also require more upfront engineering thought, which is why teams reach for a microcontroller instead. If a mechanism can deliver eighty percent of the value at ten percent of the cost, that is usually the right first version, and the pattern of stripping a concept back to its essential function is covered in simplifying a complex product idea. Where motion is involved, the honest test is whether a stored-energy element can supply it; if the force and duty cycle exceed what a spring or a hand crank can deliver, you are in motor territory and electronics follow.

How to Decide in Practice

Take your requirements list and split it into three columns: must have at launch, valuable later, and nice to imagine. Then ask what happens if you ship only the first column. If the first column is entirely mechanical, ship a mechanical product and let real customers tell you whether the electronic version is worth building. If the first column contains a measurement or an autonomous decision, accept the electronics and plan the project properly, using the cost drivers in IoT product development cost to build a budget you can defend.

The hybrid path also exists and is often the strongest: a mechanical core product that sells now, with a designed-in space and mounting for an electronics module added in a later generation once the market has proven itself.

Get a Straight Answer on Your Product

Projects House does mechanical, electronics, and firmware work under one roof, which means we have no incentive to talk you into a circuit board you do not need. Send your requirements through our contact form and we will tell you which parts genuinely need electronics.