Page 1 of 1

Soarer's Controller on Teensy 2++

Posted: 09 Nov 2014, 20:32
by MacMarty15221
Ah, a new day, another puzzle.

Got my eMate300 keyboard working with wired USB on a Teensy 2.0, and then with my own PCB no less. :) Current step is transitioning to a Teensy 2++, as I will be needing the extra pins for communicating to the Bluefruit EZ-KY HID module.

But I've bogged down early. I'm wondering if "Soarer_Controller_v1.20_beta4_atmega32u4.hex" works properly on the 2++.

I can use Teensy.xe to download "blink_fast_Teensy2pp.hex" to it without problem - the LED blinks, and I hear the expected "BE-doop. Do-BEEP" sounds from Win7 when I do so. If I use Teensy.ex to push down the Controller hex file instead, all I get is "BE-doop", even if I unplug and re-plug the cable. And ScInfo.exe cannot find the controller either.

Thoughts, anyone?

Posted: 09 Nov 2014, 20:53
by macmakkara
Use "Soarer_Controller_v1.20_beta4_at90usb1286.hex" its for teensy 2.0++ It should be in same archive as atmega32u4 file.

Posted: 12 Nov 2014, 01:09
by MacMarty15221
Thanks! That worked great.