mc-17 working with teensy-3.1 & XBee

With all the connections for the analogue sticks, the analogue output, the lcd-control, and the buttons, the 28 standard pins of the Teensy 3.1 were used up. In order to connect the XBee Pro S2B with the Teensy, I had to use the solder-pads on the bottom of the pcb. After all the work was done, I realised that using those pads for Serial2 instead of the standard pins was more difficult than anticipated. Thanks to the tips from the PJRC Teensy community forum, I managed to get the serial link working.

Teensy 3.1, XBee Pro S2B, and Graupner mc-17

With all the peripherals set up, I still have to figure out how to drive the lcd, as the panel used in the mc-17 differs from the standard alpha-numeric ones.

New Tinker Toys

In the recent weeks I found more time for tinkering and received a whole range of new toys: Two bread-board friendly micro-controller boards (Embedded Artists’ LPC1343 QuickStart Board and PJRC Teensy 3.1), the Pi NoIR Camera, two XBee Pro S2B serial RF modules, and plenty of other i2c sensors and generic tinkering supplies. On the EA QuickStart Board, which uses the same MCU as the r0ket, I’m running the microBuilder LPC1343 Code Base and the Teensy 3.1 is Arduino compatible which enables me to make use of a huge range of ready-made libraries for pretty much all my breakout boards.
Embedded Artists LPC1343 QuickStart Board PJRC Teensy 3.1 XBee Pro S2B

One of my current projects is to exchange the micro-controller of my old Graupner mc-17 remote control with the Teensy 3.1. I removed the old processor board and added contacts to all the existing connections: 2X6 poles for analogue measurements of the sticks and trims, and 2X8 poles for the LCD controller and the buttons. The LCD controller is a NEC mPD7225 for which I already found a data sheet. Via the 12bit analogue output of the Teensy, I can even drive the old analogue ammeter at the front of the remote! 🙂
Graupner mc-17 top Graupner mc-17 original controller removed Graupner mc-17 teensy 3.1 controller

Let’s see how well this mc-17 > Teensy 3.1 > XBee ~ XBee > Teensy 3.1 remote control chain works 😉

Cheers
Tim