Electronics Manufacturing Guide for Founders

Building a hardware product is one of the most complex things a founder can take on. From PCB layout to FCC certification, every step involves trade-offs between cost, quality, and time. This guide covers the entire journey from prototype to mass production — with real cost data and practical advice from the trenches.

1. PCB Design & Assembly

The printed circuit board is the heart of any electronic product. Your PCB design determines manufacturing cost, reliability, and how easily you can iterate. Most founders use KiCad (free) or Altium Designer ($2,000-$7,000/year) for schematic capture and layout.

For assembly, you have two main options: surface mount technology (SMT) and through-hole. SMT dominates modern electronics — it's faster, cheaper at scale, and allows smaller form factors. Through-hole is used for components that need mechanical strength (connectors, large capacitors).

PCB Assembly Cost Ranges

StageQuantityCost per Board
Prototype (bare PCB)5-10 pcs$2 - $15 each
Prototype (assembled)5-20 pcs$50 - $300 each
Pilot run100-500 pcs$10 - $80 each
Mass production1,000+ pcs$3 - $40 each

Tip

Use JLCPCB or PCBWay for prototypes — you can get 5 bare PCBs for under $5 with 5-7 day delivery. For assembled prototypes, their SMT service starts at $8 per board plus component cost, with a $30 setup fee.

2. Component Sourcing & BOM Management

Your Bill of Materials (BOM) is the master list of every component in your product. Managing it well is the difference between a smooth production run and costly delays. A typical IoT device BOM has 80-200 unique line items.

Source components from authorized distributors (DigiKey, Mouser, Arrow) for prototyping. For production, your CM (contract manufacturer) will typically handle procurement, but you should always specify approved alternates for critical components to avoid single-source risk.

The global chip shortage of 2021-2023 taught a hard lesson: lead times for common microcontrollers went from 12 weeks to 52+ weeks. Always design with at least two footprint-compatible MCU options, and keep a buffer stock of long-lead-time parts.

Watch out

Never buy components from unauthorized brokers (Alibaba, eBay) for production. Counterfeit components are rampant — fake ICs can pass visual inspection but fail under load. One bad batch of counterfeit capacitors can fry your entire production run.

BOM cost typically represents 40-60% of your total COGS. Track it obsessively. Even saving $0.05 per component across 50 parts saves $2.50/unit — which at 10,000 units is $25,000 back in your pocket.

3. Enclosure Design

Your enclosure is what customers see and touch. It protects the electronics, defines the product's look and feel, and often represents the single largest NRE (non-recurring engineering) cost in your project.

Enclosure Manufacturing Methods

MethodTooling CostPer-Unit CostBest For
3D Printing (FDM)$0$5 - $50Prototypes (1-50 pcs)
3D Printing (SLA/SLS)$0$15 - $150High-detail prototypes
CNC Machining$0 - $500$30 - $300Metal parts, 10-500 pcs
Injection Molding$3,000 - $100,000$0.50 - $5Plastic parts, 1,000+ pcs
Die Casting$5,000 - $75,000$2 - $15Metal parts, 5,000+ pcs

For most consumer electronics startups, injection molding is the path to production. A simple two-part enclosure (top + bottom shell) with a single-cavity steel mold costs $3,000-$8,000 in China. Multi-cavity molds for high-volume production run $15,000-$100,000. Aluminum soft tooling (for runs under 5,000 units) costs $1,500-$4,000 and is a popular bridge option.

Design for Manufacturing (DFM) review with your mold maker is non-negotiable. Wall thickness should be uniform (1.5-3mm for ABS), draft angles need to be at least 1-2 degrees, and bosses/ribs should be 60-80% of the adjacent wall thickness to avoid sink marks.

4. Prototyping Process (EVT / DVT / PVT)

Hardware development follows a structured validation process. Skipping stages is the number one cause of costly recalls and delays. Budget 3-6 months and $15,000-$80,000 for the full EVT-DVT-PVT cycle, depending on product complexity.

Validation Stages

EVT — Engineering Validation Test

Does the product work? Build 20-50 units using prototype PCBs and 3D-printed enclosures. Test all core functions, power consumption, thermal performance, and wireless range. Expect a 60-80% yield at this stage. Timeline: 4-8 weeks. Cost: $5,000-$25,000.

DVT — Design Validation Test

Does it survive real-world conditions? Build 50-200 units with production-intent tooling (soft molds). Run drop tests, temperature cycling (-20C to 60C), humidity tests, and ESD testing. Submit for pre-compliance certification testing. Timeline: 6-10 weeks. Cost: $10,000-$40,000.

PVT — Production Validation Test

Can it be manufactured consistently? Build 200-500 units on the actual production line. Validate yield rates (target 95%+), cycle times, and quality processes. This is your dress rehearsal. Timeline: 4-6 weeks. Cost: $5,000-$20,000 (plus unit costs).

Tip

Many founders try to skip DVT to save time. This almost always backfires. A product that passes EVT but fails environmental testing will require board respins, new tooling, and 2-4 months of delays. The $15,000 you "saved" by skipping DVT turns into $50,000+ in fixes.

5. Cost Breakdown

Electronics manufacturing costs split into two categories: NRE (non-recurring engineering) costs that you pay once, and COGS (cost of goods sold) that you pay per unit. Understanding both is critical for pricing and fundraising.

Typical NRE Costs (One-Time)

ItemCost Range
Industrial design$5,000 - $50,000
Electrical engineering (schematic + layout)$5,000 - $30,000
Firmware development$10,000 - $60,000
Injection mold tooling$3,000 - $100,000
Certifications (FCC + CE + UL)$10,000 - $50,000
Total NRE (typical)$40,000 - $250,000

Typical Per-Unit COGS (at 1,000 units)

Component% of COGSExample (Smart Home Device)
PCB + assembly15-25%$4.50
Electronic components (BOM)30-50%$8.00
Enclosure + mechanical10-20%$3.00
Assembly labor5-15%$2.00
Packaging5-10%$1.50
Total COGS100%$19.00

Rule of thumb

Your retail price should be 4-5x your COGS to cover marketing, shipping, returns, support, and profit. A $19 COGS product should retail for $79-$99. If your COGS is too high for your target price, redesign before tooling — not after.

6. Certifications (FCC, CE, UL)

Selling electronic products in the US and EU requires mandatory certifications. Selling without them is illegal and can result in customs seizures, fines, and forced recalls. Budget 8-16 weeks and plan certification testing during or immediately after DVT.

Key Certifications

FCC (USA) — $5,000 - $15,000

Required for all electronic devices sold in the US. Part 15 covers unintentional radiators (anything with a clock signal). If your device has WiFi, Bluetooth, or cellular, you also need intentional radiator testing, which adds $3,000-$8,000. Timeline: 4-8 weeks.

CE Marking (EU) — $5,000 - $20,000

Required for the European market. Covers EMC (electromagnetic compatibility), LVD (low voltage directive for products over 50V AC or 75V DC), RED (radio equipment directive for wireless devices), and RoHS (restriction of hazardous substances). Most test labs can run FCC and CE testing in parallel.

UL / ETL (Safety) — $8,000 - $30,000

Not legally required in all cases, but practically mandatory if you want to sell through major retailers or if your product plugs into mains power. Amazon requires UL certification for many categories. Timeline: 8-16 weeks. UL listing also requires ongoing factory audits.

Tip

Run a pre-compliance scan ($500-$1,500) at an EMC lab before submitting for formal testing. This catches ~90% of issues and saves you from failing the $10,000+ formal test. Most failures are due to insufficient ground planes, missing ferrite beads, or poor cable shielding.

7. Top Manufacturing Countries

Where you manufacture depends on your product complexity, volume, budget, and IP sensitivity. Here's how the major electronics manufacturing hubs compare.

Country Comparison

CountryStrengthsMOQCost Level
Shenzhen, ChinaDeepest supply chain, fastest iteration, lowest MOQs100+$
TaiwanHigh-precision, semiconductors, better IP protection500+$$
MexicoNearshoring, USMCA tariff benefits, same timezone1,000+$$
VietnamLower labor costs than China, growing ecosystem1,000+$
USAIP protection, "Made in USA" label, fast shipping100+$$$

For most hardware startups doing their first production run of 500-5,000 units, Shenzhen remains the default choice. The component supply chain within the Huaqiangbei ecosystem is unmatched — your CM can source most components locally within 24 hours. Shenzhen CMs are also the most experienced with low-MOQ runs and rapid iteration.

Taiwan is excellent for precision electronics, medical devices, and semiconductor-adjacent products. Mexico is increasingly popular for companies selling primarily to the US market that want to avoid China tariffs (currently 25% on most electronics under Section 301).

8. Common Mistakes & Tips

Top mistakes hardware founders make

  • Skipping DFM review. Designing a beautiful enclosure that can't be injection-molded without $50,000 in tooling changes. Always get DFM feedback before finalizing your CAD.
  • Underestimating certification costs. FCC + CE + UL can easily cost $25,000-$50,000 and take 3-4 months. Budget for it from day one.
  • Single-source components. Using a chip that only one vendor makes. When it goes end-of-life or out of stock, your entire product line stops.
  • No test fixtures. Manufacturing without a functional test jig means relying on manual QC. At 1,000+ units, you need automated testing. Budget $2,000-$10,000 for a custom test fixture.
  • Starting with injection molds too early. Committing to $10,000+ in steel tooling before your design is validated. Use 3D printing or CNC until you're confident in the design, then cut steel.

Pro tips from experienced hardware founders

  • Visit your factory. A one-week trip to Shenzhen ($2,000-$3,000 all-in) will save you months of back-and-forth. See the line, meet the engineers, and catch problems early.
  • Get a golden sample. Before mass production, get one perfect unit signed off by both you and the factory. This is your quality reference standard.
  • Build firmware update capability from day one. OTA updates will save you from costly hardware recalls. Every connected device should have a bootloader and secure update mechanism.
  • Budget 20% contingency. Hardware always costs more than you think. Tooling modifications, certification re-tests, and component substitutions add up fast.

Ready to analyze your electronics product?

Get a complete manufacturing feasibility report with cost breakdowns, supplier recommendations, and certification roadmap — delivered in minutes, not weeks.

Analyze my product idea →