Skip to content
deladriere edited this page Jun 23, 2018 · 33 revisions

How to assemble Talko 1.2 (current version)

(Talko 1.1 assembly manual is located here)

image

Attention: the 2 switches are differents but look almost the same. Read ahead for detailled instructions !

Extras

Thonkiconn’ – 3.5mm Jack Sockets (x50) : Jacks connectors
Thonk potentiometer Alpha 9 mm Pots
Thonk Davies 1900h Clone Knob Davies 1900h

SMD side

Add connectors

Start by adding the 3 connectors on the SMD side
The power jumper is not necessary unless you want to take the module on the road or debug it before installing in the rack (I find useful to check the 7 segment led before soldering the other components)

connectors

THT side

Prepare the 7 segments display

if you have the short legs version, Place the two 5 pins headers on the 7 segments display

image

Please note that the 7 segments displays random information until the proper software is loaded.
This is a normal behavior because no level has been set yet by the micro-controller and all entries of the BCD decoder are floating undefined.

Protect the via

The rotary could short cut some via. Place some tape as illustrated here to avoid these short cuts

plastic pliers

Add the Switches

Please note that the 3 levels switch MUST be placed to the left and the 2 levels switch MUST be placed to the right. These two switches look exactly identical, so you need to test them to find which one goes where.

Adding the pots

Please check if your pot models have any anti-rotational tag to remove. Use a pair of cutting plyers to remove the little nub on each pots (to have the panel sitting flush with the 7 segments display)

remove tooth

Place all the THT components

Add the component but don't solder them yet
Please make sure the 3 positions switch is placed on the left and the 2 positions is placed on the right. Make sure the LED's dot is placed in the bottom right corner.

place panel

Place the panel

Add the panel and hold it in place by screwing the pot's nuts
Adjust the position of the different item. Do not solder yet
(note that the rotary has no nut)

place panel

Adjust the LED segment high

Use tape to make sure the LED display sit flat with the panel before soldering the header pins

place panel

Center and fix element in place (I use a pair of plastic pliers to avoid scratching the panel) before soldering

plastic pliers

Final

Add the knobs on the pots and you are done !

If you have the Davies 1900 lone knobs, don't let the knob sit all the way down because they will scrub on the nuts and add extra drag to the movement

The knob on the rotary must allows its switch to click, so don't fix it too low.

Testing

You can use the USB power to test the module by placing the jumper in place

jumpers

You will need to remove it prior installing the module in the your modular case to allow resetting / declaring the USB port to the computer each time you plug it.
If you leave it in place, you will have to switch your modular power off and on to allow connecting the USB.

The kit pcb comes with the ATmega328p fuses set and the bootloader already flashed. This allows Talko to behave like an Arduino Uno board.

Note to Makers: if you are making you own Talko from scratch (not assembling the kit), you will need to set the ATmega328p fuses and flash the bootloader yourself using an ISP AVR programmer. The fuses seetings and the bootloader can be found here : https://github.com/deladriere/euro-modules/tree/master/Talko/Firmware

The next steps consist of uploading the firmware as decribed in the user manual