Hi guys! This guide is for absolute beginners and is a step by step guide on creating an internal Soarer's Converter. For reference, here's the end product:
![1.jpg](./download/file.php?id=47192&sid=8235ce49ac6a88db67b5a9cd09ea3bc1)
- 1.jpg (1.42 MiB) Viewed 103051 times
This adaptor is designed for IBM's Model F but can definitely be re-purposed for other keyboards. It's powered by a Pro Micro (Teensy clone) with 4 Dupont male pins leading out of it allowing you to plug and play into an IBM Model F. It can then be followed by a MicroUSB Cable of your liking.
Please PM me if you have queries. I'm active on geekhack as well.
I also hand make these adaptors on eBay and I ship them worldwide. PM me if you're interested
First, a list of material:
NAME | URL FOR PURCHASE |
Pro Micro | |
Male to Female Dupont Cable | |
Black Electrical Tape | |
Heat Shrink Tube | |
For the Dupont cables, we just need 4. Alternatively, you could get any wires you want, but it'll make it much harder to plug into the Model F. For the Heat shrink tubing and black tape, it's not necessary, but it'll make things more sturdy and prettier.
Obviously this requires a soldering iron and some other equipment like scissors and a pair of steady hands.
![Laughing :lol:](./images/smilies/icon_lol.gif)
This is also written for Windows.
Alrighty, next step.
Flashing the converter:
1) Install winAVR:
2) Download Soarer's converter:
Download the v1.12 update which contains the firmware only. Download the other attached files for documentation and other tools.
3) Get ready the Pro Micro:
4) When you plug in the Pro Micro, Windows should see a COM device under device manager, the exact COM port differs for everyone:
5) Open a command prompt and navigate to the firmware folder which contains the hex files. Mine's located in my documents folder.
6) Now, use something metal to short the GND and RST pins on the Pro Micro while it's plugged in. Personally, I just use a metal scissors.
7) Immediately on Windows, the COM port should change and detect a new device with a different COM port.
8) On command prompt, type in the following commands:
Code: Select all
avrdude -p atmega32u4 -P COM5 -c avr109 -U flash:w:Soarer_at2usb_v1.12_atmega32u4.hex
Change the COM5 into the COM Port that shows up on your computer.
9) If it times out (you have a buffer of about 5s before the Pro Micro resets itself), short the pins again and type in the command again. I personally type the command before hand and press enter when I short the teensy.
10) If the firmware is successfully flashed, you should see this:
11) Under device manager, there should be no more COM Ports and you should see a Soarer's converter in the devices panel in control panel.
Yay! You've flashed the firmware successfully!
Now onto the next part,
soldering and making the converter:
1) You'll need 4 Dupont male to female cables. I've got 4 and they're about 5 inches long.
2) I used a plier to bend the male pin into a right angle as it makes soldering much easier.
3) Now get to soldering! I have a helping hand so I can clamp the cable down on the board and the right angle sticks the pin into the hole.
The pins to solder is: 2, 3, GND and VCC. For GND, there are a few that you could use but I recommend using the one along the side of the VCC.
4) Snip off any excess solder which might affect soldering:
5) Solder the rest of the cables!
6) The end result:
7) Time to test the Pro Micro! I'm using a Model F XT here:
8) To figure out which pins lead to which, use
to find out the pinout. You'll need a multimeter for this. I made a simple diagram to follow:
It's not the best illustration, so here's a written explanation:
Use a multimeter to figure out which pins of the DIN connector (Model F XT for example) leads to which pin on the actual board connector and use the keyboard pinout documentation as reference. I'll leave the Model F XT and 122 pinouts here:
9) Time to wrap the adaptor up! At this point, the adaptor is completely functional so if you wanna stop here and start using, it's done. I'm doing this part to insulate the adaptor. I'll be wrapping it up in insulating black electrical tape followed by heat shrink wrappings.
10) Electrical tape:
11) Heat shrink wrapping, you can use any heat source to shrink it:
12) All done!
It's done! This section is showing off some pigtails and female USB mounts.
1) Female pigtail:
2) Mounting the female USB onto the board:
2 Pictures of my current collection
Credits:
https://geekhack.org/index.php?topic=17458.0
http://www.kbdbabel.org/conn/index.html
workshop-f7/how-to-use-a-pro-micro-as-a ... t8448.html