Close

Teensy LC: How I would use one if I won one

A project log for Pi Video Player

An all-in-one video player/controller, suitable for children

craig-hissettCraig Hissett 05/12/2015 at 23:590 Comments

The Teensy LC looks great, and I'd love to get my hands on one!

If I was lucky enough to receive one I would use it to simplify my project.

As it stands I plan to use an Arduino Nano to manage my buttons. I order to do this I will require my Python scripting to monitor the arduino's output over serial. This script would then need to pass commands to my video playing script.

Using the Teensy's HID capabilties, however I would be able to send standard key presses and just have my video playing script respond to what it considers a normal keyboard! :-)

Discussions