Open tsyw opened 8 years ago
I currently have no plans for supporting stackmat timers since I don't have one to develop and test with.
I recently got a Stackmat Timer and will try to implement it. It seems to be quite complex though.
Here are some technical details:
Hardware:
You need a 2.5mm to 3.5mm jack adapter and a Mic+Headphones Y-cable (Connecting the timer to a phone without the Y cable will not work)
Software:
The Timer sends It's signal using RS232 at 1200Hz. Most android devices can't record at 1200Hz, so the app has to record sound at 44100Hz and then in software skip all x out of y samples.
There is an Open Source implementation in coffeescript, which can be used as a reference.
Update: I managed to read the timer value and state on android. I'm currently working on refactoring ChronometerMilli.java, so it can also display times read from the external timer. Expect a PR in the next few days.
Is this still a thing? Would love to use it.
Recording time via speedstacks timer will be a good feature, I think.