Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
paper_bits:pb202_miditocv [2019/01/26 17:05] admin |
paper_bits:pb202_miditocv [2020/06/11 22:13] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | =====PB202 MIDI to CV ===== | + | ===== PB202 MIDI to CV ===== |
| + | |||
| + | That MIDI and MIDI over USB board give four 0 to 5V output signals, CV1, CH2, CV3 and CV4. CV1 and CV2 are filtered.\\ | ||
| + | The CCNumber are 1, 2, 3 and 4 on chanel 1. That can be easily modified in the code.\\ | ||
| + | The board also outputs a trigger signal on an clock impulse. The poti is used as a clock divider.\\ | ||
| - | That MIDI and MIDI over USB board give two 0 to 5V output signals, CV1 and CV2.\\ | ||
| - | The CCNumber are 1 and 2 on chanel 1. That can be easily modified in the code.\\ | ||
| {{:paper_bits:pb202_midi_to_cv_015617.jpg|}}\\ | {{:paper_bits:pb202_midi_to_cv_015617.jpg|}}\\ | ||
| For uploading code on the Arduino the Midi In jumper has to be off. One has to set the jumper for getting Midi in on the Arduino.\\ | For uploading code on the Arduino the Midi In jumper has to be off. One has to set the jumper for getting Midi in on the Arduino.\\ | ||
| - | The funktion of the potentiometer is not implemented in the code yet!\\ | ||
| ---- | ---- | ||
| Line 36: | Line 37: | ||
| * 1x 1N4148 | * 1x 1N4148 | ||
| * **Potentiometer:** | * **Potentiometer:** | ||
| - | * 1x 100 kOhm (not yet implemented!) | + | * 1x 100 kOhm |
| * **Mechanical:** | * **Mechanical:** | ||
| * 1x IC socket, 28 pin | * 1x IC socket, 28 pin | ||
| Line 48: | Line 49: | ||
| ---- | ---- | ||
| - | ~~socialite:icon facebook twitter googleplus reddit tumblr~~ | + | ==== License ==== |
| - | ---- | + | The PB202 MIDI to CV was designed by **Wolfgang Spahn**, 2017-20.\\ |
| + | It is licensed under a [[http://creativecommons.org/licenses/by-nc-sa/4.0/"|Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License]]. | ||
| + | <html> | ||
| + | <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a> | ||
| + | </html> | ||
| + | ---- | ||