diff --git a/config.h b/config.h index 8c55f73..730135b 100644 --- a/config.h +++ b/config.h @@ -288,6 +288,7 @@ # elif F_CPU == 216000000 # define MAX_NOTES 16 # else +# warning >>> You should consider to use 216MHz overclocking to get polyphony of 16 instead 12 voices <<< # define MAX_NOTES 12 # endif # else diff --git a/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md b/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md index 59d8d51..7cacc57 100644 --- a/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md +++ b/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md @@ -2,3 +2,56 @@ # MicroDexed Build Manual +## Requirements + +Making a TeensyMIDIAudio board is not very difficult, but you should consider the following: + +* You should've soldered something before. Preferably a small kit. Without some practice you will get problems with bad soldering points and such errors are always very difficult to find if you have not worked properly. Instructions on how to solder and which tools are necessary for it, you will surely find on the Internet. +* You need time! Someone with a lot of experience and practice can finish the whole kit in 2 hours. But if you don't take enough time, there is a high risk to fill something wrong or to create bad soldering spots. +* You need good tools. Good doesn't always mean expensive. But don't try to work with unsuitable tools - this leads to problems. + +## Tools + +* Soldering iron: It is best to use a temperature-controlled soldering iron or a station with a power of about 40 watts or less. Never use soldering tips that are too large or a soldering iron with a large capacity. +* (Small) Side cutter +* "Helping hand" or fastening material (which is heat resistant) + +## Build + +The printed circuit board has numerous optional components that only need to be mounted in certain cases. In this manual only those steps are shown which are absolutely necessary. + +**Note: The photos show a mounted SMD component (type PT8211). This is not necessary and is not pre-assembled.** + +### Kit Completeness check + +For the assembly of printed circuit boards you should always start with the flattest components and mount the higher components step by step. + +
+##### Diode and Resistors + +You need: + +* Diode D1 (1N4148) +* Resistors + * R1 (470 Ohm / 470) + * R2 (10 Ohm / 10) + * R3 (220 Ohm / 220) + * R4 (220 Ohm / 220) + * R5 (220 Ohm / 220) + * R6 (4.7 kOhm / 4K7) + * R7 (4.7 kOhm / 4K7) + * R9 (220 Ohm / 220) + * R10 (220 Ohm / 220) + +![](images/10.jpg) + +
+##### Capacitors (Part 1) + +You need: + +* Capacitor C1 (100 nF) +* Capacitor C2 (100 nF) + +![](images/20.jpg) + diff --git a/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.pdf b/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.pdf new file mode 100644 index 0000000..9538c0b Binary files /dev/null and b/doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.pdf differ diff --git a/doc/manuals/MicroDexed-Build_Manual/images/00_MD_Build_Manual.jpg b/doc/manuals/MicroDexed-Build_Manual/images/00_MD_Build_Manual.jpg new file mode 100644 index 0000000..a7b95ad Binary files /dev/null and b/doc/manuals/MicroDexed-Build_Manual/images/00_MD_Build_Manual.jpg differ diff --git a/doc/manuals/MicroDexed-Build_Manual/images/10.jpg b/doc/manuals/MicroDexed-Build_Manual/images/10.jpg new file mode 100644 index 0000000..8855b86 Binary files /dev/null and b/doc/manuals/MicroDexed-Build_Manual/images/10.jpg differ diff --git a/doc/manuals/MicroDexed-Build_Manual/images/10.png b/doc/manuals/MicroDexed-Build_Manual/images/10.png new file mode 100644 index 0000000..8b563fe Binary files /dev/null and b/doc/manuals/MicroDexed-Build_Manual/images/10.png differ diff --git a/doc/manuals/MicroDexed-Build_Manual/images/20.jpg b/doc/manuals/MicroDexed-Build_Manual/images/20.jpg new file mode 100644 index 0000000..6e3abdc Binary files /dev/null and b/doc/manuals/MicroDexed-Build_Manual/images/20.jpg differ