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
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
{
"slug": "cosmiic-implantables",
"title": "COSMIIC Implantables",
"type": "component",
"version": "1.0.0",
"description": "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 3D editor's layout picker and delivers the node firmware that runs the bench.",
"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": {
"type": "image",
"path": "docs/hero.png"
},
"org": "adom",
"author": {
"name": "Colby Knox",
"email": "[email protected]"
},
"visibility": {
"public": true
},
"kind": "project",
"component": {
"mpn": "COSMIIC-IMPLANTABLES",
"manufacturer": "COSMIIC"
},
"brief": "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"
}