26 | 26 |
The source for the various components are available as follows:
|
27 | 27 |
|
28 | 28 |
- hardware design (CERN-OHL-S 2.0):
|
29 | |
- <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/kb/0x33.board/hardware.git][hardware-git]
|
30 | |
- <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/kb/0x33.board/hardware/-/][hardware-web]
|
|
29 |
- <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/hw/0x33.board/hardware.git][hardware-git]
|
|
30 |
- <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/hw/0x33.board/hardware/-/][hardware-web]
|
31 | 31 |
- firmware source (MIT):
|
32 | |
- <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/kb/0x33.board/firmware.git][firmware-git]
|
33 | |
- <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/kb/0x33.board/firmware/-/][firmware-web]
|
|
32 |
- <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/hw/0x33.board/firmware.git][firmware-git]
|
|
33 |
- <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/hw/0x33.board/firmware/-/][firmware-web]
|
34 | 34 |
- documentation source (CC BY 4.0):
|
35 | |
- <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/kb/kb.s-ol.nu.git][docs-git]
|
36 | |
- <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/kb/kb.s-ol.nu/-/][docs-web]
|
|
35 |
- <span style="display: inline-block; width: 5em;">git clone</span> [https://git.s-ol.nu/hw/hw.s-ol.nu.git][docs-git]
|
|
36 |
- <span style="display: inline-block; width: 5em;">browse</span> [https://git.s-ol.nu/hw/hw.s-ol.nu/-/][docs-web]
|
37 | 37 |
|
38 | 38 |
hardware revision history
|
39 | 39 |
-------------------------
|
|
42 | 42 |
|
43 | 43 |
from hex33board.boards.r2_defcd99 import *
|
44 | 44 |
|
45 | |
- [r1 / fa5b61d](https://git.s-ol.nu/kb/0x33.board/hardware/-/r1/)
|
|
45 |
- [r1 / fa5b61d](https://git.s-ol.nu/hw/0x33.board/hardware/-/r1/)
|
46 | 46 |
- jacks labelled AUDIO, MIDI, CV
|
47 | 47 |
- all ports need bodge work to fix pin assignments
|
48 | 48 |
- no I2C pull-up / levelshifting
|
49 | 49 |
- Uses a bidirectional key-matrix that can result in ghosting with some key combinations
|
50 | |
- [r2 / defcd99](https://git.s-ol.nu/kb/0x33.board/hardware/-/r2/)
|
|
50 |
- [r2 / defcd99](https://git.s-ol.nu/hw/0x33.board/hardware/-/r2/)
|
51 | 51 |
- jacks labelled MIDI, OUT1 (I2C convertible), OUT2 (pwm)
|
52 | 52 |
- MIDI, I2C need bodge
|
53 | 53 |
- no I2C pull-up / levelshifting
|
|
57 | 57 |
- fixed MIDI, 5V tolerant I2C port
|
58 | 58 |
- solderable "SMTSO" thread inserts
|
59 | 59 |
|
60 | |
[hardware-git]: https://git.s-ol.nu/kb/0x33.board/hardware.git
|
61 | |
[hardware-web]: https://git.s-ol.nu/kb/0x33.board/hardware/-/
|
62 | |
[firmware-git]: https://git.s-ol.nu/kb/0x33.board/firmware.git
|
63 | |
[firmware-web]: https://git.s-ol.nu/kb/0x33.board/firmware/-/
|
64 | |
[docs-git]: https://git.s-ol.nu/kb/kb.s-ol.nu.git
|
65 | |
[docs-web]: https://git.s-ol.nu/kb/kb.s-ol.nu/-/
|
|
60 |
[hardware-git]: https://git.s-ol.nu/hw/0x33.board/hardware.git
|
|
61 |
[hardware-web]: https://git.s-ol.nu/hw/0x33.board/hardware/-/
|
|
62 |
[firmware-git]: https://git.s-ol.nu/hw/0x33.board/firmware.git
|
|
63 |
[firmware-web]: https://git.s-ol.nu/hw/0x33.board/firmware/-/
|
|
64 |
[docs-git]: https://git.s-ol.nu/hw/hw.s-ol.nu.git
|
|
65 |
[docs-web]: https://git.s-ol.nu/hw/hw.s-ol.nu/-/
|