Bit banging is not something that is typically possible with the IOIO. Implement general purpose support is a lot of work and probably involved implementing some kind of a small interpreter running the IOIO. I'm not currently planning on adding 1-wire support either, as it is not a super popular interface. If you're interested, you can try to add support yourself and I'll do my best to help. If you have control over the sensor, I'd say your easiest solution is probably a sensor with a more standard interface, such as the tmp102. On Jul 1, 2016 1:22 AM, "Michał Kurasik" <[email protected]> wrote:
> Hi, > Do you have any plans to add 1-wire support to IOIO? > Or maybe you can add simple delayUs method? I am trying to implement > DS18B20 sensor with IOIO lib but without success. > Problem is that communication with the board is slow and changing pin > output took around 2ms and for control 1-wire protocol It is too slow. > I found solution to change pin faster (In batch block od IOIO - it is > around 10us to change pin output) but I can't get the appropriate times > without delay function. > Of course I am talking about delay method on IOIO board side which can be > called by IOIO lib on Android. > > Cheers > > -- > You received this message because you are subscribed to the Google Groups > "ioio-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/ioio-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
