diff --git a/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md b/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md index 1e6188a..e697c16 100644 --- a/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md +++ b/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md @@ -8,6 +8,8 @@ geometry: a4paper,margin=2cm ![](../../images/MicroDexed.png) +Version 1.0 (June 2020) + ## Requirements Making a TeensyMIDIAudio board is not very difficult, but you should consider the following: @@ -110,6 +112,7 @@ For the assembly of printed circuit boards you should always start with the flat * Prepare and insert SD card * Connect encoders * Connect LCD display +* Setting jumpers * Test and trouble-shooting
@@ -354,6 +357,18 @@ You need:
+#### Setting jumpers + +The jumpers are needed to decide which kind of I2S sound chip you want to use and to enable the I2C pullup resistors. To enable them close JP4 and JP5. Than set JP3 to the down position (as seen in the picture below) and leave JP1 and JP2 open. + +You need: + +* 3 jumpers + +![](images/190.jpg) + +
+ #### Connect LCD display Connect the LCD to the pin headers on the main PCB. The order is shown in the diagram below. @@ -407,4 +422,3 @@ First check your MIDI wiring. Are you getting signals? There should be a note or Is the volume high enough? Turn the volume encoder (left) so that the display shows you a higher value (maximum 100). Has the SD card been recognized? You can only hear the sound if the SD card has been recognized correctly. If not, format it again as FAT32 and copy the data or try another SD card. - diff --git a/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.pdf b/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.pdf index 419fcff..2f43def 100644 Binary files a/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.pdf and b/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.pdf differ diff --git a/doc/manuals/MicroDexed-Build_Manual/images/190.jpg b/doc/manuals/MicroDexed-Build_Manual/images/190.jpg new file mode 100644 index 0000000..c76df7e Binary files /dev/null and b/doc/manuals/MicroDexed-Build_Manual/images/190.jpg differ