Creator Ray
Version 1.0.1
Created 2025-10-15
Availability 100%, 24/7
In Stock 1 units
Assets 11 files
Install this molecule

Paste this into Claude Code (VS Code panel, Adom editor, or terminal) to install:

Search the Adom Wiki for the molecule "wireless-link" (slug: wireless-link-897890) at https://wiki-ufypy5dpx93o.adom.cloud/wiki/molecules/wireless-link-897890. Download its symbol (.kicad_sym), footprint (.kicad_mod), and 3D model (.glb/.step) assets into my current KiCad project under symbols/, footprints/, and 3dmodels/ directories. Register them in the project library tables. Show me the files once installed.

COSMIIC Wireless Link (CSMC001)

The Wireless Link is the external communication bridge between a computer/phone and the COSMIIC implantable system. It translates USB/BLE commands into MedRadio packets that the implanted Power Module understands, enabling programming, data retrieval, firmware updates, and real-time control.

How it works

The Wireless Link uses a dual-radio architecture:

  • Nordic nRF5340 + nRF7002 companion (BLE + WiFi) via Fanstel WT40 module — connects to computers/phones
  • TI CC1101 via Anaren A1101 (433 MHz MedRadio) — communicates with implanted devices

USB/UART packets arrive from the host, get translated into MedRadio frames, and are transmitted to the Power Module. Responses follow the reverse path. The same firmware also drives the Smart Charger's inductive charging coil.

Hardware

ParameterValue
MCUNordic nRF5340 (dual-core Cortex-M33, 128/64 MHz)
Radio 1nRF7002 (BLE 5.3 + WiFi) via Fanstel WT40
Radio 2TI CC1101 (433 MHz MedRadio) via Anaren A1101
IMUISM330IS (6-axis accel/gyro + ISPU)
StorageMicroSD via SPI
InterfaceUSB-C (USB/UART dual) + SmartCoil UART
Voltage1.8V standalone / 3.3V with Smart Charger
PCB6-layer, designed by TinyCircuits

Architecture

┌────────────────────────────────────────┐
│           Wireless Link (CSMC001)      │
│                                        │
│  ┌───────────┐    ┌─────────────────┐ │
│  │ nRF5340   │    │ Fanstel WT40    │ │
│  │ (main)    │────│ BLE + WiFi      │ │◄──── Phone/Tablet
│  │           │    └─────────────────┘ │
│  │           │                        │
│  │           │    ┌─────────────────┐ │
│  │           │────│ CC1101 (A1101)  │ │◄───► Implant (PM)
│  │           │    │ 433 MHz MedRadio│ │
│  └─────┬─────┘    └─────────────────┘ │
│        │                               │
│  ┌─────┴─────┐   ┌──────────┐        │
│  │ USB-C     │   │ ISM330IS │        │
│  │ UART      │   │ IMU      │        │
│  └───────────┘   └──────────┘        │
└────────────────────────────────────────┘
        │
    Computer (MATLAB NNP-API)

Build

Source: COSMIIC-Community/Externals-WL-Hardware (May 2026)

PCB: Originally designed in EAGLE by TinyCircuits, imported to KiCad (May 2026). 6-layer board.

Firmware: COSMIIC-Community/Externals-WL-App — shared with Smart Charger (nRF5 SDK, C)

Source

All design files are open source under CERN-OHL-P-2.0 (hardware) and MIT (firmware).

Files

FileDescription
cosmiic-wl-kicad-project.zipComplete KiCad project (CSMC001) — PCB, 3 schematic sheets, symbols, 24 footprints
cosmiic-wl-eagle.zipOriginal EAGLE source (CSMC001.brd + CSMC001.sch)
cosmiic-wl-schematic.pdfSchematic PDF
cosmiic-wl-gerbers.zipProduction Gerber fabrication files
wireless-link.stepBoard 3D model (STEP)
wireless-link.f3dFusion 360 project
wireless-link_v2_gerbers.zipGerber manufacturing files
bom.csvBill of Materials
cpl.csvComponent Placement List

KiCad Project Structure

The KiCad project (CSMC001) was imported from EAGLE in May 2026:

  • Main schematic + 2 sub-sheets
  • Symbol library (CSMC001-eagle-import.kicad_sym)
  • Footprint library (CSMC001.pretty/) — 24 footprints including WT40 BLE module, A1101 radio, USB4105, ISM330IS LGA-14

Communication Protocol

The Wireless Link uses a uniform packet structure across BLE, USB, and UART:

  • Sync bytes + command ID + payload length + payload (up to 252 bytes)
  • Little-endian multi-byte values
  • Baud rate: 230,400 (USB/UART)

NSF Relevance

This wireless link transforms a static implanted device into a dynamic and adaptive research platform. By enabling two-way communication, it allows scientists to gather continuous, real-time data from in-vivo studies, observing biological processes in a naturalistic setting over long periods. The ability to remotely update firmware enables iterative experimental protocols without additional surgeries.

Science Drivers

implantable_healthcare

Created by: noah Version: v1 Category: other

Description

Edit AI Skill

The COSMIIC wireless link is an external module that interacts directly with the implantable power module - the foundation of the COSMIIC active implantable devices. The wireless link connects via bluetooth to the user’s device and communicates information to and from the implanted devices and can even update their firmware.

NSF Relevance

NSF

This wireless link transforms a static implanted device into a dynamic and adaptive research platform. By enabling two-way communication, it allows scientists to gather continuous, real-time data from in-vivo studies, observing biological processes in a naturalistic setting over long periods. More significantly, the ability to remotely update firmware is a paradigm shift for experimentation. Researchers are no longer locked into a single, pre-defined protocol. They can now test a hypothesis, analyze the resulting data, and then remotely modify the implant’s operational logic—be it a stimulation pattern, a sensing algorithm, or a therapeutic intervention. This creates a powerful, iterative experimental loop without the need for additional surgeries, dramatically accelerating the development and validation of advanced bioelectronic therapies and deepening our understanding of complex biological systems.

3D Model

Files

Download ZIP
3D wireless-link.glb 3D Model
PCB wireless-link.fbrd PCB Board
F3D wireless-link.f3d Fusion 360
SCH wireless-link.fsch Schematic
AR wireless-link.usdz AR Model

Source files

ZIP cosmiic-wl-gerbers.zip
Gerber fabrication files (6-layer, CSMC001)
file 194.2 KB
PDF cosmiic-wl-schematic.pdf
Wireless Link schematic PDF
file 206.7 KB
ZIP cosmiic-wl-eagle.zip
Original EAGLE source files (CSMC001.brd + CSMC001.sch)
file 240.6 KB
ZIP cosmiic-wl-kicad-project.zip
Complete KiCad project (CSMC001) — schematic, PCB, symbols, footprints (imported from EAGLE May 2026)
file 498.9 KB
ZIP wireless-link_v2_gerbers.zip
Gerber Manufacturing Files
gerbers 160.4 KB
CSV bom.csv bom 563 B
CSV cpl.csv cpl 1.4 KB
USDZ wireless-link.usdz usdz 2.8 MB
STL wireless-link.stl stl 6.0 MB
STEP wireless-link.step step 4.6 MB
SAT wireless-link.sat sat 4.8 MB
IGS wireless-link.igs igs 10.5 MB
3MF wireless-link.3mf 3mf 1.5 MB
F3D wireless-link.f3d f3d 1.6 MB
FBRD wireless-link.fbrd fbrd 31.3 KB
FSCH wireless-link.fsch fsch 31.3 KB
PNG fabrication.png
Fabrication Drawing
screenshot 2.0 MB
PNG board-screenshot.png
Board Screenshot
screenshot 233.7 KB
PNG top_copper.png
Top Copper Layer
screenshot 2.0 MB
PNG bottom_copper.png
Bottom Copper Layer
screenshot 2.0 MB
PNG board_outline.png
Board Outline
screenshot 2.0 MB
PNG assembly_top.png
Assembly Top
screenshot 2.0 MB
PNG assembly_bottom.png
Assembly Bottom
screenshot 2.0 MB
PNG 3d-front.png
3D Front View
screenshot 15.1 KB
PNG 3d-back.png
3D Back View
screenshot 14.7 KB
PNG 3d-top.png
3D Top View
screenshot 96.1 KB
PNG 3d-bottom.png
3D Bottom View
screenshot 100.7 KB
PNG 3d-left.png
3D Left View
screenshot 14.2 KB
PNG 3d-right.png
3D Right View
screenshot 14.6 KB
PNG 3d-board.png
3D Board View
screenshot 347.9 KB

AI Skill Technical Reference

Edit AI Skill

wireless-link

Type: Adom Molecule Creator: noah Version: v1 Category: other Availability: 100%, 24/7

Overview

The COSMIIC wireless link is an external module that interacts directly with the implantable power module - the foundation of the COSMIIC active implantable devices. The wireless link connects via bluetooth to the user’s device and communicates information to and from the implanted devices and can even update their firmware.

Science Drivers

  • implantable healthcare

NSF Relevance

This wireless link transforms a static implanted device into a dynamic and adaptive research platform. By enabling two-way communication, it allows scientists to gather continuous, real-time data from in-vivo studies, observing biological processes in a naturalistic setting over long periods. More significantly, the ability to remotely update firmware is a paradigm shift for experimentation. Researchers are no longer locked into a single, pre-defined protocol. They can now test a hypothesis, analyze the resulting data, and then remotely modify the implant’s operational logic—be it a stimulation pattern, a sensing algorithm, or a therapeutic intervention. This creates a powerful, iterative experimental loop without the need for additional surgeries, dramatically accelerating the development and validation of advanced bioelectronic therapies and deepening our understanding of complex biological systems.

Integration Guide

To use wireless-link in your design:

  1. Download the schematic symbol and PCB footprint from the Files section
  2. Import into your EDA tool (KiCad or Fusion 360 / EAGLE)
  3. Place the molecule in your schematic and connect the interface pins
  4. Use the 3D model (.glb) for mechanical fit verification

Design Notes

Board design files (.brd, .sch, .f3d) are available for modification and reference.

Sub-Skills
?
What are Sub-Skills?

Sub-skills are community-contributed AI skill extensions for this component. They teach AI assistants about specific tools, configurators, or workflows.

Examples:

  • A manufacturer’s configuration tool for a motor controller
  • A community-written design guide for an amplifier circuit
  • An automated test/validation script for a sensor module

How to add one: Click Add Sub-Skill, provide the URL to your skill and a brief description. Submissions are reviewed by the Adom team before going live.

No sub-skills yet. Be the first to contribute one!

2 revisions · Molecule #143932496701897890 · Updated 2026-05-22 12:34:59

Recent activity

4 commits