hardware
COSMIIC Implantables
Public Made by Adomby adom
The COSMIIC implantables factory project: a scaffold layout designed in the Hydrogen 3D editor (wireBender). Three eval frame molecules chained over the two-wire implant network bus beside a charging cluster on a 5x10 scaffold. Installing places wireBender.json into project-content/layouts for the 3
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
{
"slug": "implantables",
"title": "COSMIIC Implantables",
"type": "app",
"version": "1.0.0",
"visibility": "public",
"description": "The COSMIIC implantables project as a ready-to-open Adom 3D editor layout (wireBender). Three eval frame molecules (PG4 pulse generator, PM1 power module, BP2 biopotential amplifier) sit on 6x6 scaffolds chained over the two-wire implant network bus, next to a 5x10 scaffold carrying the COSMOCOIL wireless charger, the PM charging coil, four adipose spacer molecules, and a wireless link. Installing places wireBender.json into project-content/layouts so the Hydrogen 3D editor lists it in its layout picker, and every molecule in the scene is a declared dependency, so the whole COSMIIC kit comes with it.",
"tags": [
"cosmiic",
"layout",
"3d-editor",
"implantable",
"neurostim",
"firmware"
],
"dependencies": {
"cosmiic/lrg-lrg-6x6-p16": "^1.0.0",
"cosmiic/lrg-lrg-5x10-p16": "^1.0.0",
"cosmiic/pg4-frame-mol": "^1.0.0",
"cosmiic/pm1-frame-mol-refined": "^1.0.0",
"cosmiic/bp2-frame-mol": "^1.0.0",
"cosmiic/wireless-link": "^1.0.0",
"cosmiic/cosmocoil-mol": "^1.0.0",
"cosmiic/adipose-molecule": "^1.0.0",
"cosmiic/pm-coil-molecule": "^1.0.0"
},
"discovery_triggers": [
"cosmiic implantables",
"open the cosmiic implantables layout",
"cosmiic implant network layout",
"load the cosmiic layout in the 3d editor",
"show the cosmiic implantables in 3d",
"open the wirebender layout"
],
"discovery_pitch": "Install and open the COSMIIC implantables project layout (wireBender) in the Hydrogen 3D editor, with every COSMIIC molecule it uses pulled in as a dependency.",
"sample_prompts": [
{
"label": "Open the layout",
"prompt": "open the cosmiic implantables layout in the 3D editor"
},
{
"label": "Install the project",
"prompt": "install the cosmiic implantables layout and show it in 3D"
},
{
"label": "Explore the network",
"prompt": "walk me through the COSMIIC modules and wiring in the implantables layout"
}
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"hero": {
"path": "docs/hero.png"
},
"name": "cosmiic-implantables"
}