Skip to content

Latest commit

 

History

History
 
 

supported-hardware

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
title
List of Supported Hardware

List of Supported Hardware

  • Raw — a raw component. Soldering/breadboard and supporting components would be required.
  • Brk — a breakout board. Components are ready, requires only soldering wires or connectors.
  • Wear — a module designed to be used in wearable electronics projects. Sewed to fabrics.
  • Mod — a ready-to-use module that could be used out of the box without soldering.
  • Sh — an Arduino shield board.

{{#each index}}

{{ section }}

{{#each parts}} {{/each}}
Part/Module/Vendor XOD Node Shopping Links

{{ part }}

{{ kind }}
{{#if vendor}}
by {{ vendor }}
{{/if}}
{{#each nodes}} {{/each}}
{{#each shopping}} {{/each}}
{{/each}} <script> (function() { const colors = { Raw: 'grey', Brk: 'yellow', Mod: 'olive', Wear: 'brown', Sh: 'olive' }; document.querySelectorAll('.label').forEach( label => label.classList.add(colors[label.innerText]) ); })(); </script>