Hi
I would like to get some breakout board that uses the MPU-9150, with a Teensy 3.1
The problem is that I need 6 of them, and being I2C, I am not sure how to do so (each one has only 2 address, and the Teensy has 2 I2C channels, which gives me 4 as the max amount of sensors usable).
First issue is: how do I hook up these sensor to the Teensy, so they won't conflict?
Second is: did anyone wrote a library for this sensor? I would like to try to write one, but I never did it, so any suggestion is appreciated.
I found some using on Arduino, the library for the 6150; but I am not sure if they were getting the raw data, or they were actually using the processor inside the chip, to get normalized data. I would love to have something ready to use, so if anyone has a teensy library for this chip, would be awesome.
Otherwise I will have to write my own library.
BTW is there another way to program the teensy? or the arduino language is the only way?
I would like to get some breakout board that uses the MPU-9150, with a Teensy 3.1
The problem is that I need 6 of them, and being I2C, I am not sure how to do so (each one has only 2 address, and the Teensy has 2 I2C channels, which gives me 4 as the max amount of sensors usable).
First issue is: how do I hook up these sensor to the Teensy, so they won't conflict?
Second is: did anyone wrote a library for this sensor? I would like to try to write one, but I never did it, so any suggestion is appreciated.
I found some using on Arduino, the library for the 6150; but I am not sure if they were getting the raw data, or they were actually using the processor inside the chip, to get normalized data. I would love to have something ready to use, so if anyone has a teensy library for this chip, would be awesome.
Otherwise I will have to write my own library.
BTW is there another way to program the teensy? or the arduino language is the only way?