Meet InPlay: The Silicon Valley Team That Solved the Smart Label Form Factor

Engineers examining compact Bluetooth LE chips and smart label prototypes on a Silicon Valley workbench

A Bluetooth-enabled sticker. Thin enough to slip inside a shipping label. Smart enough to broadcast temperature data, track a package through a warehouse, or confirm a patient opened their medication blister pack. The concept has been kicking around engineering whiteboards for the better part of a decade.

And yet, almost nobody ships one.

Not because Bluetooth LE is the wrong protocol. It’s ideal. Not because the market doesn’t want it. Retail, pharma, and logistics companies have been begging for it. The reason is simpler and more frustrating: the silicon doesn’t fit. Every time a hardware team sits down to design a BLE-enabled smart label, they discover that the available chips were designed for a wristband, not a sticker. The external crystal alone is taller than the label is thick. The BOM sprawls across a PCB that won’t fold into packaging. The firmware development cycle costs more than the product is supposed to sell for.

A company in San Jose called InPlay looked at that gap and decided the answer wasn’t a better module or a cleverer layout. It was a fundamentally different Bluetooth LE SoC, designed from the transistor level for the form factors everyone else was failing to hit.

The 15-Component Problem No One Talks About

Pull up a reference design for a mainstream BLE beacon. You’ll find a bill of materials that looks something like this: the SoC itself, a 32 MHz crystal, a 32.768 kHz crystal, an RF matching network (two to three components), a set of decoupling capacitors, external flash memory, an antenna (chip or PCB trace), and a coin cell battery with its holder. That’s 12 to 18 discrete components before you’ve done anything interesting.

Each one exists for a good reason. The crystals provide the frequency references that conventional BLE radio architectures require: one for the RF carrier, one for the real-time clock. The matching network tunes the antenna impedance to minimize signal loss. The flash stores firmware, the BLE stack, and configuration data. The decoupling caps keep the power rail clean during transmit bursts.

And each one is a problem at label scale.

The 32 MHz crystal is typically 1.6 mm tall, already pushing the thickness budget of a flexible label. It’s also fragile, mechanically sensitive, and costs $0.10 to $0.25 in volume. The flash chip adds another $0.15 to $0.40 and draws standby current that chips away at battery life. The matching network eats 3–5 mm² of PCB area and requires RF engineering expertise to tune properly. Add it all up and you’re looking at a minimum PCB footprint of roughly 15 × 15 mm (often larger), a component height of 2+ mm, and a BOM cost that makes disposable economics fantasy.

Then there’s power. A well-optimized Nordic nRF52 or TI CC2640 beacon can achieve sleep currents in the low single-digit µA range. That sounds impressively low until you do the math on a CR2032 coin cell (230 mAh nominal). At 3 µA continuous sleep draw alone, before any advertising transmissions, you drain the cell in under nine years, but realistic duty cycles with periodic TX bursts bring effective life down to 12–24 months. For a disposable pharmaceutical tag that needs to cost under $0.50 all-in, replacing coin cells isn’t a business model. It’s a blocker.

And the final, often-underestimated cost: firmware. Even a beacon that does nothing but broadcast an advertising packet needs a BLE stack initialized, advertising parameters configured, power management tuned, and the whole thing validated. That’s embedded developer time, weeks of it minimum, on a product category where margins are measured in pennies.

These SoCs are excellent at what they were designed for: smartwatches, fitness trackers, wireless earbuds, medical peripherals. They were not designed for stickers.

A Chip Company Born From a Form Factor Frustration

InPlay was founded in San Jose by a team with deep roots in RF and mixed-signal semiconductor design, the kind of engineers who’d spent careers at companies building radios and knew exactly where the architectural constraints lived. The founding insight wasn’t a market trend or a VC thesis. It was an engineering observation: the reason smart labels didn’t exist at scale was that nobody had built a Bluetooth LE SoC for smart labels.

Not adapted one. Not shrunk one down. Built one from scratch, making fundamentally different architectural choices at the silicon level to eliminate the external dependencies that ballooned the form factor.

InPlay’s positioning reflects this. The company isn’t trying to unseat Nordic Semiconductor in the wearables market or compete with TI for industrial sensor hubs. It’s carving out a distinct category, sometimes called infrastructure BLE, where the requirements are radically different: smallest possible footprint, lowest possible power, simplest possible integration, and a price point that makes sense when the end product is disposable.

The vehicle for this vision is the NanoBeacon product family.

NanoBeacon Architecture: What Happens When You Remove Everything

The InPlay NanoBeacon line, anchored by the IN100 series, is what a Bluetooth LE SoC looks like when you design it specifically for the beacon, tag, and label use case, then ruthlessly strip out everything that doesn’t serve that mission.

No external crystal. The NanoBeacon integrates its own frequency reference on-die. This eliminates the tallest, most fragile, and most cost-additive external component in a conventional BLE design. The engineering tradeoff (an integrated oscillator is inherently less precise than a quartz crystal) is managed through on-chip calibration techniques that meet Bluetooth LE advertising channel requirements. For a device that’s broadcasting, not maintaining a bidirectional connection with tight timing, this is an entirely acceptable trade.

No flash memory. No firmware. This is the design decision that catches most engineers off-guard. The NanoBeacon uses one-time programmable (OTP) memory to store its configuration: advertising interval, TX power, packet payload, sensor read behavior. You program it once, using InPlay’s GUI-based configuration tool rather than an embedded C IDE, and the chip does its job every time it powers up. There is no MCU boot sequence. There is no BLE stack initialization. There is no firmware to develop, debug, or maintain. A hardware engineer, not an embedded developer, can bring a product to production.

Nano-amp-level sleep current. InPlay publishes sleep current figures in the single-digit nanoamp range, roughly three orders of magnitude below a typical general-purpose BLE SoC. The practical impact is enormous. A CR2032 coin cell can sustain a NanoBeacon advertising every few seconds for years, not months. More importantly, the power budget becomes low enough that harvested energy sources become viable: an NFC field from a smartphone tap, a small printed solar cell, even a thin-film printed battery. This is what unlocks true label-scale disposable products.

Minimal external components. A complete NanoBeacon-based beacon design can be realized with as few as five or six total components: the SoC, an antenna (PCB trace or chip), and a handful of passives. No matching network, because the NanoBeacon integrates the RF front-end matching. No decoupling array, because the power management architecture minimizes the requirement. The resulting PCB footprint can be small enough to fit on a flex circuit inside a peel-and-stick label.

Integrated sensor interface. The NanoBeacon includes an ADC capable of reading external sensors, a thermistor for temperature, a voltage divider for battery monitoring, and embedding that data directly in the BLE advertising packet. No external MCU required. For cold chain monitoring or environmental sensing tags, this collapses what would typically be a three-chip solution (sensor + MCU + radio) into a single chip plus a passive sensor element.

Use Cases That Move From Slide Deck to Production

When silicon cost, PCB area, power draw, and design complexity all drop below certain thresholds simultaneously, use cases that were previously “interesting but unshippable” become commercially viable. The NanoBeacon architecture crosses several of those thresholds at once.

Disposable pharmaceutical compliance tags. A NanoBeacon embedded in a blister pack can broadcast a signal that changes when a pill cavity is punctured, enabling passive adherence monitoring via a patient’s smartphone. The tag can cost under $0.50 in volume and never needs a battery replacement because it runs on a printed battery or NFC energy harvesting.

Cold chain monitoring labels. A thermistor plus a NanoBeacon on a flex PCB creates a temperature-broadcasting label that can be affixed to a vaccine shipment or a pallet of frozen food. The receiver infrastructure is any BLE-capable gateway or smartphone, no proprietary reader required.

Sub-dollar retail beacons. Electronic shelf labels and proximity marketing beacons become viable at price points that align with retail’s tolerance for disposable infrastructure. A smart label that costs less than a printed barcode system to deploy per-SKU changes the economics entirely.

Battery-free asset tags. Powered by an NFC tap from a warehouse worker’s phone, a NanoBeacon-based tag can wake up, broadcast its identifier, and go back to sleep with no battery on board at all. Thin enough to embed in a document envelope, a conference badge, or a shipping manifest.

These aren’t theoretical. They’re the kinds of products that become possible when the silicon stops being the bottleneck.

Where InPlay Fits Among the Giants

Nordic Semiconductor, Texas Instruments, and Dialog (now Renesas) collectively own the BLE SoC market for good reason. Their parts are proven, well-supported, and versatile. They power billions of devices. InPlay isn’t competing on that field.

The competitive differentiation is architectural. You cannot retrofit a general-purpose BLE SoC, one designed around an ARM Cortex-M core, external crystal references, and a flash-based firmware model, to match a purpose-built beacon SoC on size, power, and BOM cost simultaneously. Wiliot is also attacking the smart label space, though from a different angle: a cloud-powered, battery-free approach using RF energy harvesting with a proprietary protocol layer. InPlay’s bet is on standard Bluetooth LE and silicon simplicity.

The Form Factor Was Always the Last Barrier

Bluetooth LE has been the right protocol for smart labels since the standard matured. The radios existed. The smartphone infrastructure existed. The demand existed. What didn’t exist was a Bluetooth LE SoC that fit the constraints of a label: thin, cheap, simple, and miserly with power.

InPlay’s NanoBeacon doesn’t win on specs that matter for earbuds or smartwatches. It wins by eliminating components, collapsing design complexity, and enabling form factors that were physically impossible with conventional silicon. As these parts gain design wins across pharma, logistics, and retail, expect smart labels to follow the trajectory of passive RFID a decade ago, from expensive novelty to ubiquitous commodity, but this time with active sensing and ten times the range.

Sometimes the most important semiconductor innovation isn’t more performance. It’s radical simplification.


Hubble Network connects Bluetooth LE devices like these directly to satellites, extending smart label visibility from store-level to global-scale—no gateways required. See how it works →