i2c

  1. J

    How to add custom betaflight code to obtain data from I2C device and pass to OSD?

    I successfully obtained data from my I2C device in Arduino: #include <Wire.h> ... Wire.begin(); ... // read function: Wire.beginTransmission(address); Wire.write(startAddress >> 8); Wire.write(startAddress & 0xFF); uint16_t numberOfBytesToRead = bytesRemaining...
  2. fath

    Ublox neo 6m to I2C

    Hello everybody, i have purchased a Ublox neo 6m GPS and an I2C , the problem is that i d'ont know how to connect them toghether, the GPS has 2 diferents outputs, 1 with two cables that fit in the i2c slot, and the ohter onne with four cables but it doesn't fit inside, How i need to do it? Gps...
Top