Page 1 of 1

Arduino vs teensy for keyboard emulation

Posted: Tue Apr 11, 2017 4:02 am
by simondid
hey

so i'm about to start my Gameboy zero w build and i'm in the process off deciding how i wanna handle input to the pi which goth me thinking
is it really necessary to use the 3 times as fast teensy over the arduino nano ore pro mini?

my project is not gonna be a normal retro pi build as it's gonna be a controller for my Sonos based sound system which means that the ability to put my system in some kind of low power mode is gonna be important i know that the Arduino can do this with a sleep mode of less than 1 MA i'm unsure on how low you can get the teensy in sleep mode?

so how i see it

teensy 3.2
- price 15 + times the price off an Arduino nano
+ 2-3 times fast processing then the arduino nano
- unknown sleep mode power usage

Arduino
+ low price
- slow processing


has anyone tried using an arduino instead of the teensy and is there any noticeable difference between the input speeds?

Re: Arduino vs teensy for keyboard emulation

Posted: Tue Apr 11, 2017 6:25 am
by Parn
Check the Wiki for the Leonardo Pro micro. It is based on arduino, so it should bei a good reference to what you are able to Do with an arduino nano.

Re: Arduino vs teensy for keyboard emulation

Posted: Tue Apr 11, 2017 5:26 pm
by RetroRocket
Seconded on the Pro Micro. I got mine for <$5 and has the exact same layout as the Teensy.

Re: Arduino vs teensy for keyboard emulation

Posted: Thu Apr 13, 2017 10:42 am
by simondid
are you experiencing any lags / processing speed related issues? with the pro micro arduino

Re: Arduino vs teensy for keyboard emulation

Posted: Sat Apr 15, 2017 7:20 am
by Lphillimore
I've just finished a build with a Leonardo Pro Micro. No issues whatsoever.

Re: Arduino vs teensy for keyboard emulation

Posted: Sun Apr 16, 2017 12:45 am
by simondid
okay great thanks is the the 8 mhz ore 16 mhz version youre using?

Re: Arduino vs teensy for keyboard emulation

Posted: Sun Apr 16, 2017 10:54 am
by Lphillimore
simondid wrote:
Sun Apr 16, 2017 12:45 am
okay great thanks is the the 8 mhz ore 16 mhz version youre using?
16mhz :mrgreen:

Re: Arduino vs teensy for keyboard emulation

Posted: Wed Oct 04, 2017 6:52 am
by Fox
I hate to revive an old thread, but I use a Leonardo in my build. I have experienced quite a bit of input lag vs a wired USB SNES controller (Buffalo). The Buffalo controller responds noticeably quicker. Does anyone know if this could be improved with a Teensy or is it just the nature of the build?

Re: Arduino vs teensy for keyboard emulation

Posted: Thu Oct 05, 2017 11:43 am
by oceanmist66
What software are you running on your Leonardo fox? I found a script for buttons only worked fine with my pro micro, but a script that included joysticks I was using previously was problematic when it came to response time. Perhaps another script might give better results, or debounce is set way too high?