Re: Problem starting communication via OpenAccessory

2015-04-23 Thread charlieh
I started to setup the firmware development environment to be able to reduce the analog sampling rate in the firmware. This is going to take to much time and, reading different posts, many problems can be encountered. Is it possible that a Virtual Linux IOIO development environment (for for

Re: Missing impulses, help needed (sorry for being confused)

2015-04-23 Thread Ytai Ben-Tsvi
What you're describing sounds like a quadrature encoder interface. Ideally, there would be support for it in the IOIO firmware, but I haven't gotten around to that. If all you care about is speed, you can use the PulseInput interface. If you want count and/or direction, your options are: 1. If

Re: Parallax Ping))) untrasonic sensor porblems with ioio V1 board

2015-04-23 Thread Ytai Ben-Tsvi
You can add a TimerTask to interrupt the thread after some timeout. Search the forum for examples if you need them. If you don't want to delay all the other 5 if one is stuck you can easily run 6 sensors on 6 different threads. On Wed, Apr 22, 2015 at 2:42 PM, Daniel Brown mr.g...@gmail.com