Silicon-proven · fabricated and tested

Your body is the wire.

Bodylink sends data through skin and tissue instead of through the air. One chip, no antenna, no crowded 2.4 GHz band — just sensors on a body that talk to each other.

RISC-VMCU on the same die
65 nmTSMC mixed-signal
Free IDEWrite code, click upload
Sensor node Hub

What human body communication is

Radio pushes energy into the air and hopes some of it lands on an antenna. Human body communication does something simpler: it uses the body itself as the conductor. A small electrode couples a low-power signal into the skin, the signal spreads through the tissue, and a second electrode somewhere else on the same body reads it back.

Step 1

Couple in

A transmitter electrode sits against the skin — no antenna, no impedance matching, no tuning to get right.

Step 2

Travel through tissue

The signal follows the body. It bends around limbs, passes through clothing contact, and stays with the person as they move.

Step 3

Read out

A receiver electrode elsewhere on the body picks the signal up and the on-chip receiver recovers the data, checked for errors.

The body — the channel Bodylink transmit Electrode Bodylink receive Electrode very little escapes into the room

Why not just use Bluetooth?

BLE and Zigbee are excellent at what they were designed for: sending data across a room. On a body they are working against physics. Tissue absorbs 2.4 GHz, so a chest sensor talking to an ankle sensor has to radiate around the person, through a band already shared with Wi-Fi, phones and every other device nearby.

Bodylink Bluetooth LE Zigbee
Where the signal goes Through the body Through the air, 2.4 GHz Through the air, 2.4 GHz
Antenna None — two electrode pads Required, plus matching and keepout Required, plus matching and keepout
Body in the way The body is the path, not the obstacle Tissue absorbs the signal; links drop as the wearer moves Same absorption problem
Who can hear it Stays close to the wearer, so eavesdropping means touching them Reaches metres past the wearer Reaches across a building through a mesh
Band congestion Away from the 2.4 GHz crowd Shares the band with Wi-Fi and everything else Shares the same band
Pairing Contact is the pairing — touch a device and the link exists Scan, pair, bond, manage keys Network join and commissioning
Best at Sensors on one person talking to each other A device talking to a phone Fixed nodes across a room or a plant

HBC is not a replacement for BLE — most products use both. Bodylink carries the on-body traffic; a single gateway node forwards a summary to the phone.

Bodylink — the chip

A complete on-body node on one piece of silicon. Transceiver, processor, sensing front end and interfaces, fabricated in TSMC 65 nm and tested on real hardware — not a simulation.

RISC-V core runs your firmware on-chip program memory Body-channel transceiver send + receive, error checked Analog front end on-chip ADC reads biosignals directly Self-calibrating clock no crystal needed on the board Interfaces I²C · SPI · UART · 22 general-purpose pins
  • A real processor, not a state machineAn open-standard RISC-V core sits on the die with its own memory. Your product logic runs on the chip, so most designs need no second microcontroller.
  • Sensing built inAn on-chip analog front end and converter read biosignals straight from the electrodes, without an external ADC in the signal path.
  • Tuned for the body channelThe transmitter and receiver are designed around how signals actually behave in tissue, with error checking and selectable data rates for reliable links across a moving body.
  • Connects to whatever you already useI²C, SPI, UART and 22 configurable pins bring in third-party sensors, displays and actuators.
  • Eleven operating modes on one partThe same chip works as a plain transmitter, a plain receiver, a characterisation platform or a full processor-managed node — selected by pin, with no redesign.
  • Programmed over one cableFirmware loads over a plain serial connection. No probe, no programmer, no proprietary debug hardware to buy.

Write it like an Arduino sketch

Custom silicon usually means months of toolchain work before the first line of product code. Bodylink ships with its own IDE: open it, write plain C against a documented library, press upload. The compiler, linker and programmer are already set up and matched to the chip.

Editor and examplesOne-click buildUpload over serialSerial monitorBrowsable function reference

Ask for a demo
heart_rate_node.c — HBC IDE
// Read the IMU and send it across the body
void setup() {
  hbc_begin();
  i2c_begin();
  imu_begin(BMI160);
}

void loop() {
  int16_t x, y, z;
  imu_read(&x, &y, &z);

  hbc_send(x);          // through the body
  delay(100);
}
Bodylink TX / RX IMU ECG Temp battery skin electrodes

Boards, if you'd rather not build one

The same chip on a small wearable board, in a transmit node and a receiver node, so you can have a working on-body link on a real person in an afternoon.

Each node carries the sensors most on-body products need — motion, ECG-class biopotential and temperature — wired to the chip and covered by the library. Add your own parts on the I²C and SPI headers.

Motion sensingBiopotential / ECGTemperatureCoin-cell powerSnap electrodesExpansion header

Ask about evaluation kits

Where it fits

Anywhere several devices live on one person and shouldn't be shouting across the room to reach each other.

Continuous patient monitoring

Patches on the chest, wrist and ankle share one link that follows the patient through the ward, without adding to hospital radio traffic.

Prosthetics and rehabilitation

Muscle sensors, controllers and actuators on the same limb coordinate over the body instead of a harness of wires.

Identity by touch

A worn credential releases its key only through skin contact, so access happens when someone touches the handle — and only then.

Sports and occupational safety

Motion, temperature and heart data from several body positions merge into one node before anything is sent off the body.

Research platforms

Characterise the body channel with a chip that exposes its transmitter, receiver and clock as separate observable modes.

Implant and wearable bridges

A short body link carries data from a hard-to-reach device to an accessible one without pushing power through tissue as radio.

How to work with us

Take the part, take the boards, or bring us a product and we'll take it to silicon.

Silicon

The Bodylink chip

Bare die or packaged parts, with the datasheet, library and IDE. Sample quantities available for evaluation, volume pricing on request.

Hardware

Transmit and receive modules

Sensor boards with the chip, an IMU, biopotential and temperature sensing, electrodes and battery. Reference schematics included.

Engineering

Custom design

Body-channel link studies, firmware, board design around the chip, and mixed-signal ASIC work if your product needs its own part.

Tell us what you're building

Send a few lines about the application and we'll come back with a quote, a datasheet, or a call with the engineer who taped this chip out.

We read every enquiry ourselves and usually reply within two working days.