Wearable Device Design: How a Standalone GPS Bracelet Was Built
Everything in a wearable competes for the same cubic centimetre. Here is how a GPS bracelet that works without a phone was designed, from antenna placement to a silicone-encapsulated build.
August 22, 202610 min read

Written by Konstantin Dolgan, Ph.D., NPDP
Founder & CEO, Product Development Engineer
Published August 22, 2026
Wearable device design is the practice of fitting electronics, power, antennas and a human-friendly enclosure into a volume that a person will willingly wear all day. Every requirement competes for the same few cubic centimetres, so the design is a sequence of explicit trade-offs between battery life, size, comfort and function. This is one build where those trade-offs are easy to see: a GPS bracelet that reports its location without a phone anywhere near it.

The brief: a tracker for people who do not carry phones
Most consumer trackers cheat. They pair to a phone over Bluetooth and let the phone do the locating and reporting. That is useless for the two groups this client cared about - young children and elderly relatives - because neither reliably carries a phone.
So the bracelet had to be self-contained: its own GPS receiver, its own connectivity to report position, its own power, and a form small and comfortable enough that a child would keep it on. It also had to detect falls and unusual motion, and survive being worn in the rain and the bath.
Why wearables are a squeeze, not a layout
Competing demand | What it wants | What it costs everything else |
|---|---|---|
Battery life | The largest cell that will fit | Directly drives thickness and weight |
GPS and radio performance | Antenna clearance, away from metal and the body | Dictates board layout and where the battery cannot go |
Size and comfort | Thin, light, soft, rounded | Removes volume from the battery and the board |
Waterproofing | Sealed or encapsulated construction | Complicates assembly, service and charging |
Sensors | Board area and power budget | Shortens run time between charges |
Cost | Fewer custom parts | Pushes back on custom PCBs and custom enclosures |
There is no arrangement that satisfies all six. The design work is deciding, deliberately and early, which ones win.
The core problem: everything in under an inch
The hardest constraint was width. A wrist product for a child cannot be much more than an inch across and still be worn, and into that envelope we had to place a GPS module, the radio hardware needed to report position, the antennas both of them require, a battery large enough for a useful day, the sensors, and charging contacts.
Antennas are the unforgiving part. They need clearance and they hate being surrounded by metal or pressed against the body, both of which are guaranteed on a wrist. Battery placement, board outline and antenna keep-out zones all had to be resolved together, which is why a stock development board was never going to work.

How it was solved
- Designed a custom PCB shaped to the bracelet rather than fitting the bracelet around a rectangular module, which recovered the space the design needed.
- Placed antennas first and treated their clearance as fixed geometry, then arranged the battery and components around them.
- Integrated motion and gyro sensing on the same board so fall detection did not require a second module.
- Encapsulated the electronics in silicone, which waterproofs and shock-protects the assembly in one operation and lets the band and the housing be one soft, comfortable body.
- Built working prototypes and tested them as worn products - location fix in real conditions, run time under real usage, and comfort over a full day.

The trade-offs we would flag on any wearable
Decision | Buy the easy option | Pay for the hard option |
|---|---|---|
Board | Off-the-shelf module: fast, cheap, bulky | Custom PCB: smaller and shaped to the product, but adds engineering and test time |
Enclosure | Moulded housing with seals: serviceable | Silicone encapsulation: waterproof, soft, tough, but not repairable |
Battery | Bigger cell: fewer complaints about run time | Smaller cell: wearable, but power management becomes an engineering task |
Connectivity | Phone-paired: cheap, low power | Standalone cellular: works for the user who carries nothing, but costs size, power and a data plan |
The power budget decides the product
On a standalone wearable, battery life is not a specification you choose at the end - it is the constraint everything else is designed around. A cellular radio transmitting a fix draws orders of magnitude more current than the device does at rest, so runtime is set by how often you report, not by how efficient the enclosure is. Decide the reporting interval first; the cell size, the thickness and the strap all follow from it.
Reporting behaviour | What it suits | Effect on battery | Effect on form |
|---|---|---|---|
Continuous live tracking | Short, supervised sessions | Hours | Thick device or external pack |
Fix every few minutes | Active safety use for children | Roughly a day | Largest cell that fits a wrist |
Fix every 15 - 60 minutes | Day-to-day location awareness | Several days | Comfortable wrist-width device |
On-demand and alert only | Fall or SOS monitoring | A week or more | Slimmest option |
Antennas are a mechanical problem
Two radios in a wrist-sized enclosure means two antennas that must not detune each other, must not be shadowed by the battery, and must survive being pressed against a body of salt water - which is what a wrist is, electrically. Placement is decided with the mechanical layout, not after it.
Moving a battery two millimetres late in the project can cost more than the battery did, because the antenna has to be re-tuned and the housing re-cut. This is why we run enclosure and electronic design as one activity rather than two handoffs.
Checklist: before committing a wearable to tooling
- Reporting interval and target runtime are written down and agreed.
- Antenna performance is measured on a body, not on a bench.
- Charging method is decided - contacts, wireless or sealed - and tested wet.
- The strap and closure are sized for the actual wearer, including small wrists.
- Thermal behaviour during charging and transmission is measured, not assumed.
- Certification path for the radio is scoped, with a budget and a lab booked.
- Encapsulated designs have an accepted answer for what happens on a failure.
Certification is a schedule item, not paperwork
Anything with a radio has to be tested and approved before it can be sold, and lab slots are booked weeks ahead. Teams routinely finish a device and then discover that the market they planned to launch in needs three months of testing they did not budget. Scope this in the first month: which markets, which marks, which lab, and what a re-test costs if the first attempt fails.
Item | Scope | Typical cost | Typical time |
|---|---|---|---|
Radio compliance | Intentional radiator testing for each market | $8k - $25k | 4 - 10 weeks |
Carrier acceptance | Required by some cellular networks | $5k - $30k | 6 - 16 weeks |
Safety and battery | Cell and pack transport and safety testing | $3k - $10k | 3 - 6 weeks |
Materials and skin contact | Biocompatibility for a worn device | $2k - $8k | 3 - 6 weeks |
Children's product rules | Applies if marketed for children | $2k - $10k | 3 - 8 weeks |
Designing for the second version while building the first
Wearables age quickly: cells lose capacity, modules go end-of-life, and networks retire the bands you designed around. The cheapest insurance is to keep the board outline and mounting scheme stable so a module swap does not become a new enclosure, to choose a cell with a second qualified source, and to make firmware updatable in the field. Otherwise the second version is a second full development programme.
- A second source qualified for the battery and the radio module.
- Firmware updates deliverable over the air, tested before launch.
- Board outline and mount points frozen independently of component choice.
- A documented end-of-life watch on every long-lead component.
- Serviceable strap and closure, the parts that wear out first.
The recurring costs a hardware team forgets
A connected device is not a one-off sale; it carries a monthly cost per unit in the field for as long as it works. Products in this category have died with good hardware and no viable operating model, because the connectivity and backend bill was never priced into the retail figure.
Item | Typical monthly cost | Notes |
|---|---|---|
Cellular data | $0.50 - $3 | Depends on reporting frequency and plan |
Backend hosting and storage | $0.05 - $0.40 | Location history is the main driver |
Maps and geocoding | $0.02 - $0.30 | Priced per request - cache aggressively |
Push and messaging | Low but non-zero | Scales with alerting behaviour |
Support | $0.20 - $1 | Wearables generate more tickets than expected |
What to prototype first on a wearable
The instinct is to make something that looks like the product. The better first build is ugly and answers the risky question: does it get a fix indoors, does the radio hold a connection on a moving body, and how long does the cell actually last at your reporting interval. A shoebox-sized breadboard version on a strap tells you more in a week than a beautiful non-working model tells you in a month.
- Functional bench build - radios, GNSS and firmware talking to each other.
- Wearable rig - the same electronics strapped to a body, logging real fixes.
- Battery characterisation - measured runtime at the actual duty cycle.
- Form model - correct size and mass, no electronics, for fit and comfort.
- Integrated prototype - production-intent layout, used to validate antennas.
- Pre-production units - built on tooling, used for certification.
Privacy is a product requirement
A device that reports a person's location, often a child's, carries obligations that shape the architecture. Retention periods, who can see a track, how an account is recovered and what happens when a device is resold are all decisions to make before the backend is written, because retrofitting them means migrating data you should not have kept. Treating this as a launch-time legal review is how products end up rebuilding.
- Define how long location history is kept, and delete on that schedule automatically.
- Scope who can view a device, and how access is revoked.
- Encrypt location data at rest and in transit, without exception.
- Plan account recovery so it cannot be used to take over a device.
- Provide a hard factory reset that unbinds the device from an account.
- Publish plainly what is collected - it is also a sales argument in this category.
Support load, and designing to reduce it
Connected wearables generate more support contacts per unit than almost any other consumer product, and support cost can quietly exceed hardware margin. Most tickets cluster in a few areas that are fixable in design rather than in staffing.
Common ticket | Root cause | Design fix |
|---|---|---|
Device will not charge | Ambiguous contact alignment | Magnetic or keyed charger, clear charge indication |
Battery dies too fast | Reporting interval misunderstood | Show expected runtime in the app when settings change |
No location shown | Indoors, no fix available | Show last known fix with a timestamp, not an error |
Cannot pair the device | Setup flow assumes a good first try | Recoverable setup with an obvious retry |
Strap broke | Wear part treated as permanent | Sell straps separately and make them user-replaceable |
Terms that appear in every wearable project
Term | What it means | Why it matters |
|---|---|---|
Duty cycle | How often the device wakes and transmits | The single biggest driver of battery life |
GNSS | The family of satellite systems, including GPS | Using several improves fix speed and accuracy |
Antenna detuning | Nearby metal or a body shifting antenna performance | Why placement is a mechanical decision |
Pre-certified module | A radio module already approved for a market | Removes a large slice of certification cost |
Flex PCB | A bendable circuit board | Lets electronics follow a curved wearable form |
OTA update | Firmware delivered over the network | The only affordable way to fix a shipped device |
If you are building your own connected wearable
- Write down the reporting interval and the runtime you promise. Everything else follows.
- Build the ugly functional version first and measure real current draw.
- Decide on a pre-certified module unless volume genuinely justifies a custom radio.
- Draw the enclosure, board, battery and antennas in one model from the start.
- Scope certification in month one, with markets and a lab named.
- Design the strap and charger as serviceable parts - they fail first.
We run this as a single mechanical and electronic design engagement rather than two handoffs. The cost breakdown shows how the stages are usually funded.
Do I need my own app for a wearable?
If the device reports to a person, yes - the app is the product for most users, and it usually costs as much as the hardware development. Plan it as a parallel workstream with its own budget rather than a final step, and keep the first version small: setup, live status, history and alerts. Everything else can wait for real usage data.
How much does the electronics design of a wearable cost?
Schematic, layout, bring-up and firmware for a module-based connected wearable typically run $35k - $120k, before certification and tooling. A custom radio design rather than a module adds substantially and lengthens the schedule, which is why most first products use a module and revisit that decision at volume.
How long does it take to develop a wearable?
Twelve to twenty-four months to a certified, shippable product. Electronics and firmware run in parallel with mechanical design for six to nine months, integration and testing take another three, and certification plus tooling occupy the rest. Devices using pre-certified modules and an existing platform can compress the front half considerably.
What is the biggest risk in a wearable project?
Discovering the power budget late. Nearly every painful wearable programme we have seen went the same way: a form was agreed, electronics were fitted into it, and the resulting runtime was unacceptable - at which point the housing, the antennas and the tooling all have to change together. Measure real current draw at the intended duty cycle in the first month.
How accurate is GPS on a wrist-worn device?
Outdoors with a clear sky, a few metres. In cities among tall buildings, tens of metres, and indoors often no fix at all without assistance from cellular or Wi-Fi positioning. Any product promising indoor accuracy needs a second positioning source designed in from the start, and the marketing has to be written against real measured performance rather than the chipset datasheet.
Can I use an off-the-shelf module instead of a custom board?
For the first version, usually yes, and it is often the right call - a certified module removes a chunk of radio testing and shortens the schedule by months. The trade is thickness and unit cost. Products that ship in volume typically start on a module and move to a custom design once the demand justifies the engineering, which is also the point at which the saving is real.
How thin can a GPS wearable realistically be?
The battery sets the floor. For a device reporting every fifteen minutes on cellular, roughly 9 - 13 mm at the thickest point is normal once the cell, board, antennas and housing walls are stacked. Slimmer is achievable by reporting less often, by using a smaller radio, or by accepting a one-day runtime - all product decisions, not engineering tricks.
Should the device be waterproof or water resistant?
Choose a rating and design to it from the start, because sealing is architectural. Splash resistance can be achieved with gaskets and a well-designed parting line; full immersion generally means sealed charging - wireless or contactless - and a housing that is bonded rather than screwed. Retrofitting immersion resistance to a device designed for splashes usually means a new enclosure.
What does it cost to develop a wearable device?
A connected wearable with a custom board, a moulded enclosure and firmware typically runs $60k - $200k to production-ready, before tooling and certification. Radio certification alone is usually $10k - $30k depending on the markets you enter. The cost breakdown by stage shows where that money goes.
Should the enclosure or the electronics be designed first?
Neither, in sequence. Wearables are the clearest case where the board outline, battery, antennas and housing are drawn together in one model from the first week. Designing a beautiful housing and then asking an electronics team to fill it is the most reliable way to produce a device that is either too thick or does not connect.
How small can a standalone GPS wearable be?
Wrist-width devices under an inch across are achievable with a custom board and careful antenna placement, but the battery becomes the limit rather than the electronics. Below that envelope you are usually trading run time hour for hour against millimetres, so decide the daily run time you must hit before you fix the industrial design.
Do I need a custom PCB for a wearable?
For proving the concept, no - a development board and a rough housing answer the functional questions faster and cheaper. For a product that has to be worn, almost always yes, because off-the-shelf modules are rectangular and generously spaced, and that wasted volume is exactly what a wearable does not have.
What makes a wearable waterproof?
Two routes. Either a sealed housing with gaskets and a sealed charging solution, which stays serviceable, or full encapsulation of the electronics in a material such as silicone, which is more robust and more comfortable but means the device cannot be opened. Wrist products worn by children usually justify encapsulation.
See the project write-up in the GPS tracking bracelet case study. If you are developing a connected product, see electronic design services and prototyping, or scope a build with the prototype cost calculator.
Frequently asked questions
Why wearables are a squeeze, not a layout?
There is no arrangement that satisfies all six. The design work is deciding, deliberately and early, which ones win.
How it was solved?
Designed a custom PCB shaped to the bracelet rather than fitting the bracelet around a rectangular module, which recovered the space the design needed. Placed antennas first and treated their clearance as fixed geometry, then arranged the battery and components around them.
Integrated motion and gyro sensing on the same board so fall detection did not require a second module. Encapsulated the electronics in silicone, which waterproofs and shock-protects the assembly in one operation and lets the band and the housing be one soft, comfortable body.
Built working prototypes and tested them as worn products - location fix in real conditions, run time under real usage, and comfort over a full day.
What to prototype first on a wearable?
The instinct is to make something that looks like the product. The better first build is ugly and answers the risky question: does it get a fix indoors, does the radio hold a connection on a moving body, and how long does the cell actually last at your reporting interval.
A shoebox-sized breadboard version on a strap tells you more in a week than a beautiful non-working model tells you in a month. Functional bench build - radios, GNSS and firmware talking to each other. Wearable rig - the same electronics strapped to a body, logging real fixes.
Battery characterisation - measured runtime at the actual duty cycle. Form model - correct size and mass, no electronics, for fit and comfort. Integrated prototype - production-intent layout, used to validate antennas. Pre-production units - built on tooling, used for certification.
Do I need my own app for a wearable?
If the device reports to a person, yes - the app is the product for most users, and it usually costs as much as the hardware development. Plan it as a parallel workstream with its own budget rather than a final step, and keep the first version small: setup, live status, history and alerts. Everything else can wait for real usage data.
How much does the electronics design of a wearable cost?
Schematic, layout, bring-up and firmware for a module-based connected wearable typically run $35k - $120k, before certification and tooling. A custom radio design rather than a module adds substantially and lengthens the schedule, which is why most first products use a module and revisit that decision at volume.
How long does it take to develop a wearable?
Twelve to twenty-four months to a certified, shippable product. Electronics and firmware run in parallel with mechanical design for six to nine months, integration and testing take another three, and certification plus tooling occupy the rest. Devices using pre-certified modules and an existing platform can compress the front half considerably.
What is the biggest risk in a wearable project?
Discovering the power budget late. Nearly every painful wearable programme we have seen went the same way: a form was agreed, electronics were fitted into it, and the resulting runtime was unacceptable - at which point the housing, the antennas and the tooling all have to change together. Measure real current draw at the intended duty cycle in the first month.
How accurate is GPS on a wrist-worn device?
Outdoors with a clear sky, a few metres. In cities among tall buildings, tens of metres, and indoors often no fix at all without assistance from cellular or Wi-Fi positioning. Any product promising indoor accuracy needs a second positioning source designed in from the start, and the marketing has to be written against real measured performance rather than the chipset datasheet.
Can I use an off-the-shelf module instead of a custom board?
For the first version, usually yes, and it is often the right call - a certified module removes a chunk of radio testing and shortens the schedule by months. The trade is thickness and unit cost. Products that ship in volume typically start on a module and move to a custom design once the demand justifies the engineering, which is also the point at which the saving is real.
How thin can a GPS wearable realistically be?
The battery sets the floor. For a device reporting every fifteen minutes on cellular, roughly 9 - 13 mm at the thickest point is normal once the cell, board, antennas and housing walls are stacked. Slimmer is achievable by reporting less often, by using a smaller radio, or by accepting a one-day runtime - all product decisions, not engineering tricks.
Related articles
All articles
Sports Product Design: How the Hand Tennis Glove Was Engineered
Sports equipment is judged on court, not in a review meeting. Here is how a taped-together prototype became a production glove, told through the material and stitching problems we had to solve.

Pet Product Design: How Scratch Square Was Designed and Made
A pet product has to survive teeth, claws and a dishwasher, and still be cheap enough to sell. Here is how the Scratch Square dog toy was designed, tooled and launched.

Medical Device Design: Process, Documentation and Cost
A practical guide to medical device design under design controls: what each phase produces, how verification differs from validation, and what the work costs.
Services related to this guide
- Product design servicesIndustrial design and CAD taken all the way to manufacturable files.
- Prototype designLooks-like, works-like or pre-production: what each proves and what it costs.
- Rapid prototypingWorking prototypes in days, from 3D printing to vacuum casting.
- Product development examplesReal projects we designed, prototyped and shipped.
Recent Posts
Insights blogDive deep into the dynamic world of new product development with LA NPDT Insights Blog.
- The Consumer Product Development Process, Step by Step
- Compression Molding vs Injection Molding: Which to Use, and When
- Sports Product Design: How the Hand Tennis Glove Was Engineered
- Pet Product Design: How Scratch Square Was Designed and Made
- How to Turn a Design Into a Real Manufactured Product
- How to Write a Product Design Brief (With a Template)