Search results

  1. G

    New I2C library for Teensy3

    I'm partway through writing a series of blog posts about that subject: http://gordophone.blogspot.com/2013/01/a-series-basics-of-diy-wind-controllers.html And this post directly discusses one of the Freescale pressure sensors that I've found that works well (Freescale MPXV4006GP)...
  2. G

    New I2C library for Teensy3

    Here's what I was able to make with your help: https://www.youtube.com/watch?v=j1emiN2XLCU
  3. G

    New I2C library for Teensy3

    Seems to work correctly with my two Nunchucks. Thanks, Brian!
  4. G

    New I2C library for Teensy3

    Ah, I was afraid that the part might behave like that. But thanks a million for finding a workaround. I'll give it a whirl tonight. I'll bet it'll work for me, since the devices are just Wii Nunchucks and I'm just polling them periodically. And if all else fails, I'm pretty sure I have a...
  5. G

    New I2C library for Teensy3

    I have an application where I need to use both I2C buses (interfacing two I2C devices that have the same address, so I assume they can't be on the same bus). Looking at the number of static private variables in the Wire/i2c_t3 classes, I'm guessing it was written when there was only one I2C bus...
Back
Top