Author Topic: Pre-built Soarer Converters for 122-key Model F's  (Read 1874 times)

0 Members and 1 Guest are viewing this topic.

Offline 1391406

  • Thread Starter
  • Posts: 1191
  • Posts: 24838
Pre-built Soarer Converters for 122-key Model F's
« on: Sat, 22 November 2014, 21:07:26 »
Saw these and thought they looked great. Of course it's cheaper to build your own, but if you don't care then these are a great option, not to mention they come with housing.

Unicomp Classic | Chicony KB-5181 (Monterey Blues) | IBM Model M (1391401) | IBM XT Model F | IBM AT Model F | Dell AT101W | 122-key IBM Model F
IBM Model M13 | Apple Extended Keyboard | Apple Extended Keyboard II | MTEK K104 | NTC KB-6251/2 | Realforce 87U | Realforce 104U | Type Heaven

Offline nubbinator

  • Dabbler Supreme
  • * Maker
  • Posts: 8658
  • Location: Orange County, CA
  • Model M "connoisseur"
Re: Pre-built Soarer Converters for 122-key Model F's
« Reply #1 on: Sat, 22 November 2014, 21:09:00 »
Yeah, there was a thread about them earlier on here.  I forget which sub though.

Offline fohat.digs

  • * Elevated Elder
  • Posts: 6466
  • Location: 35°55'N, 83°53'W
  • weird funny old guy
"The Trump campaign announced in a letter that Republican candidates and committees are now expected to pay “a minimum of 5% of all fundraising solicitations to Trump National Committee JFC” for using his “name, image, and likeness in fundraising solicitations.”
“Any split that is higher than 5%,” the letter states, “will be seen favorably by the RNC and President Trump's campaign and is routinely reported to the highest levels of leadership within both organizations.”"

Offline ed_avis

  • Posts: 67
Re: Pre-built Soarer Converters for 122-key Model F's
« Reply #3 on: Mon, 24 November 2014, 03:09:07 »
I have bought one of these and it works with my F122.  (It doesn't work with another F122 I have lying around but that could be because the keyboard was at the bottom of a pile of heavy keyboards for a year or so and got damaged.)

Offline berserkfan

  • Posts: 2135
  • Location: Not CONUS Not CONUS Not CONUS Not CONUS
  • changing diapers is more fun than model f assembly
Re: Pre-built Soarer Converters for 122-key Model F's
« Reply #4 on: Mon, 24 November 2014, 06:42:23 »
I have bought one of these and it works with my F122.  (It doesn't work with another F122 I have lying around but that could be because the keyboard was at the bottom of a pile of heavy keyboards for a year or so and got damaged.)

F122 and damaged usually don't go in the same sentence especially if the damage is done by other keyboards. What other keyboards are so lethal? A bunch of 10 pound beam springs?
Most of the modding can be done on your own once you break through the psychological barriers.

Offline 1391406

  • Thread Starter
  • Posts: 1191
  • Posts: 24838
Re: Pre-built Soarer Converters for 122-key Model F's
« Reply #5 on: Mon, 24 November 2014, 10:05:38 »
I have bought one of these and it works with my F122.  (It doesn't work with another F122 I have lying around but that could be because the keyboard was at the bottom of a pile of heavy keyboards for a year or so and got damaged.)

Does your converter have a reset button(a la Teensy)?
Unicomp Classic | Chicony KB-5181 (Monterey Blues) | IBM Model M (1391401) | IBM XT Model F | IBM AT Model F | Dell AT101W | 122-key IBM Model F
IBM Model M13 | Apple Extended Keyboard | Apple Extended Keyboard II | MTEK K104 | NTC KB-6251/2 | Realforce 87U | Realforce 104U | Type Heaven

Offline ed_avis

  • Posts: 67
Re: Pre-built Soarer Converters for 122-key Model F's
« Reply #6 on: Mon, 24 November 2014, 11:42:08 »
The converter has no reset button.  Although it runs the vanilla Soarer code, and so accepts key remapping commands, it cannot be reprogrammed with newer firmware.  The seller confirmed this:

Interestingly enough, firmware upgrading is the one thing that I am pretty sure that these adapters CAN NOT DO compared to a regular teensy. Basically, Soarer's code was written for the teensy bootloader, and these are based on a different 32u4 Arduino (so that I could shrink down the size of the circuit board) and for some reason they just don't seem to respond to the "boot" command (which would let it enter boot mode and accept different firmware).

Offline ed_avis

  • Posts: 67
Re: Pre-built Soarer Converters for 122-key Model F's
« Reply #7 on: Mon, 24 November 2014, 11:46:06 »
Hmm I think you are right - the F122 seems fine.  It was underneath a pile of Ms, a Model F AT and a couple of Toughbook tablet PCs... nothing it couldn't handle.  I was just trying to hotplug the keyboard, but a limitation of Soarer's converter with the Fs is that you have to plug the keyboard into the converter first, then the converter into the PC.  Otherwise you get repeat keypresses and other weirdness.

Offline fohat.digs

  • * Elevated Elder
  • Posts: 6466
  • Location: 35°55'N, 83°53'W
  • weird funny old guy
Re: Pre-built Soarer Converters for 122-key Model F's
« Reply #8 on: Mon, 24 November 2014, 13:32:42 »
Also remember that if it is like the Teensy, the computer will only recognize one Teensy at a time, the first one it saw.

I always unplug the converter and reboot if I am going to test something different.
"The Trump campaign announced in a letter that Republican candidates and committees are now expected to pay “a minimum of 5% of all fundraising solicitations to Trump National Committee JFC” for using his “name, image, and likeness in fundraising solicitations.”
“Any split that is higher than 5%,” the letter states, “will be seen favorably by the RNC and President Trump's campaign and is routinely reported to the highest levels of leadership within both organizations.”"

Offline orihalcon

  • Posts: 95
Re: Pre-built Soarer Converters for 122-key Model F's
« Reply #9 on: Mon, 24 November 2014, 20:06:18 »
I mentioned this to Hasu, and he thinks that the reason that the "Boot" command in Soarer's code doesn't work is because it is written specifically for the Teensy bootloader, and basically the "boot" command tells the board to jump to a the bootloader address which is a bit different on these chips. Should be fairly easy thing to fix in Soarer's code, but we'd need an update to Soarer's code to do that.  I've offered to commission that feature, but like many others, haven't heard back from him recently. Assuming that feature were to be added, then they would be upgradeable from then on. 

Other thing Hasu mentioned was that it might be possible to interface with the bootloader itself to get it to do a reset through Arduinio programming software, and if that were possible, then they would all be upgradable.  I don't have any Arduino programming experience or know what to try though to see if this is a possibility.