Skip to content

Commit

Permalink
upload midi biodata source files
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-domke committed Mar 21, 2019
1 parent 01d3305 commit 5a33b25
Show file tree
Hide file tree
Showing 50 changed files with 308,384 additions and 1 deletion.
22 changes: 22 additions & 0 deletions LICENSE
@@ -0,0 +1,22 @@
MIT License

Copyright (c) 2016 electricityforprogress
Copyright (c) 2019 13-37.org electronics

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
15 changes: 14 additions & 1 deletion README.md
@@ -1 +1,14 @@
# midi-biodata
# MIDI Biodata Sonification system

This repository was originally a fork of https://github.com/electricityforprogress/MIDIsprout, but is now maintained seperately by 13-37.org electronics.

Here you find the hardware and enclosure design files for the MIDI Biodata Sonification Devices produced by 13-37.org electronics.

- enclosures: contains FreeCAD design and STL files for the enclosure
- firmware:
- MIDI_Psychogalv_328p_v021: unmodified firmware from electricityforprogress/MIDIsprout
- MIDI_Psychogalv_328p_13-37.org_v2.0: firmware for MIDI Biodata Sonification Device by 13-37.org electronics
- kicad: hardware design as KiCAD project and Gerber files

The hardware design and firmware is based on the work of https://github.com/electricityforprogress/MIDIsprout and thus licensed under the MIT license.
The enclosure design is licensed under CC0 (public domain), except for the logo which is under copyright of DipthDesign.
43 changes: 43 additions & 0 deletions enclosure/README.md
@@ -0,0 +1,43 @@
## Enclosure design files

All design files are made with FreeCad (fcstd files).
The provided STL files are not neccesarily up to date, but it's all compatible.

### Main body

This version is 5mm higher than the earlier revision, so it fits the classic MIDI Sprout,
even those with trough-hole LEDs or a protruding oscillator.

But I also recommend it for variants with flat LEDs (like newer MIDI Sprouts from DataGarden or the the MIDI Biodata Sonification Device v2.1 by 13-37.org)
as it has better light diffusion with the increased distance.

There are two STL files available, with and without a hole for the button of the above mentioned v2.1 device.

midi-sprout-classic.fcstd
midi-sprout-classic-nohole.stl
midi-sprout-classic.stl

### Main body (older version)

This version fits only the MIDI Biodata Sonification Device v2.1 by 13-37.org, and is 5mm smaller(in height) than the version above.

midi-sprout.fcstd
midi-sprout-case-v3.stl

### Bottom Cover

midi-sprout-lid.fcstd
midi-sprout-lid.stl

### Light diffuser

Just a plate of 51,5mm x 48,75mm x 1mm. It snaps into the main body.

midi-sprout-diffuser.fcstd
midi-sprout-diffuser.stl

### Button

midi-sprout-button-16x.stl
midi-sprout-button-big.stl
midi-sprout-button.fcstd
Binary file added enclosure/midi-sprout-button-16x.stl
Binary file not shown.
Binary file added enclosure/midi-sprout-button-big.stl
Binary file not shown.
Binary file added enclosure/midi-sprout-button.fcstd
Binary file not shown.
Binary file added enclosure/midi-sprout-case-v3.stl
Binary file not shown.
Binary file added enclosure/midi-sprout-classic-nohole.stl
Binary file not shown.
Binary file added enclosure/midi-sprout-classic.fcstd
Binary file not shown.
Binary file added enclosure/midi-sprout-classic.stl
Binary file not shown.
Binary file added enclosure/midi-sprout-diffuser.fcstd
Binary file not shown.
Binary file added enclosure/midi-sprout-diffuser.stl
Binary file not shown.
Binary file added enclosure/midi-sprout-lid.fcstd
Binary file not shown.
Binary file added enclosure/midi-sprout-lid.stl
Binary file not shown.
Binary file added enclosure/midi-sprout.fcstd
Binary file not shown.

0 comments on commit 5a33b25

Please sign in to comment.