Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 110 for i2c (0.42 sec)

  1. I2C Accelerometer - 96Boards

    I2C Accelerometer Connect an I2C accelerometer to a DragonBoard™...so no background knowledge of I2C is needed. Project Details Creator:...
    www.96boards.org/projects/I2CAccelerometer/ Cache
    Registered: Tue Jul 29 00:32:12 GMT 2025
    - Last Modified: Wed Jul 02 15:03:43 GMT 2025
    - 15.9K bytes
    - Viewed (0)
  2. Audio Mezzanine I2C Guide - 96Boards

    hpp" #define I2C_BUS 0 #define RGB_WHT 0xff,0xff,0xff...; lcd = new upm::Jhd1313m1 ( I2C_BUS, 0x3e, 0x62 ) ; if (( argc...
    www.96boards.org/documentation/mezzanine/audio-... Cache
    Registered: Tue Jul 29 02:58:55 GMT 2025
    - Last Modified: Wed Jul 02 15:03:40 GMT 2025
    - 21.4K bytes
    - Viewed (1)
  3. Interfacing with I2C Shields and Sensors - 96Bo...

    xamples/c/i2c_mpu6050.c Compile the code: gcc i2c_mpu6050.c -o...-o i2c_mpu6050 -lmraa Run the code: sudo ./i2c_mpu6050 After...
    www.96boards.org/documentation/mezzanine/shirat... Cache
    Registered: Tue Jul 29 03:08:00 GMT 2025
    - Last Modified: Wed Jul 02 15:03:40 GMT 2025
    - 19.4K bytes
    - Viewed (0)
  4. PCA9509 Level translating I2C-bus/SMBus repeater

    translating I2C-bus/SMBus repeater Powered-off high-impedance I2C-bus...port B (SMBus/I2C-bus side) B1[1] 7 port B (SMBus/I2C-bus side) VCC(B)...
    www.nxp.com/docs/en/data-sheet/PCA9509.pdf
    Registered: Tue Jul 29 05:15:21 GMT 2025
    - Last Modified: Mon Jun 16 22:02:22 GMT 2025
    - 301.6K bytes
    - Viewed (0)
  5. Examples on how to use I2C using mraa library -...

    $ gcc mraa_i2c.c -o i2c_c $ g++ mraa_i2c.cpp -o i2c_c++ Execute...provided to use I2C using MRAA library. mraa_i2c.c mraa_i2c.cpp mraa_i2c.py...
    www.96boards.org/documentation/consumer/guides/... Cache
    Registered: Tue Jul 29 01:43:53 GMT 2025
    - Last Modified: Wed Jul 02 15:03:33 GMT 2025
    - 15.7K bytes
    - Viewed (0)
  6. Interfacing with L298n Motor Controler - 96Boards

    Mezzzanine*/ i2c = mraa_i2c_init(I2C_BUS); int ver; if (i2c == NULL)...front(mraa_i2c_context i2c) { digitalWrite(7, HIGH, i2c); digitalWrite(6,...
    www.96boards.org/documentation/mezzanine/shirat... Cache
    Registered: Tue Jul 29 03:08:30 GMT 2025
    - Last Modified: Wed Jul 02 15:03:40 GMT 2025
    - 19.5K bytes
    - Viewed (0)
  7. Interfacing with Arduino IO - 96Boards

    -1 if I2C communication fails. test(mraa_i2c_context i2c) This...value to test I2C communication. Input: i2c : MRAA I2C context of...
    www.96boards.org/documentation/mezzanine/shirat... Cache
    Registered: Tue Jul 29 03:06:37 GMT 2025
    - Last Modified: Wed Jul 02 15:03:40 GMT 2025
    - 25.3K bytes
    - Viewed (0)
  8. Interfacing with Relay Shield - 96Boards

    mraa_i2c_context i2c; mraa_init(); i2c = mraa_i2c_init(I2C_BUS); /*Use I2C...pinMode(7,OUTPUT,i2c); pinMode(6,OUTPUT,i2c); pinMode(5,OUTPUT,i2c); pinMode(4,OUTPUT,i2c);...
    www.96boards.org/documentation/mezzanine/shirat... Cache
    Registered: Tue Jul 29 03:08:08 GMT 2025
    - Last Modified: Wed Jul 02 15:03:40 GMT 2025
    - 18K bytes
    - Viewed (0)
  9. Bosch Sensors Mezzanine for 96Boards - 96Boards

    to the BHI160 I2C local sensor bus and uses I2C address 0x10....voltage and controlled by spi-0, i2c-0 and 6 gpio lines (gpio a,b,c,d,e,f)....
    www.96boards.org/documentation/mezzanine/shirat... Cache
    Registered: Tue Jul 29 03:05:36 GMT 2025
    - Last Modified: Wed Jul 02 15:03:40 GMT 2025
    - 18.6K bytes
    - Viewed (0)
  10. Sensors - 96Boards

    and 4x I2C 9 Grove connectors for ATMEGA328...5V): 5x GPIO, 3x ADC, and 1x I2C 26-pin SPI headers MicroUSB interface...
    www.96boards.org/product/sensors-mezzanine/ Cache
    Registered: Tue Jul 29 00:26:27 GMT 2025
    - Last Modified: Wed Jul 02 15:03:43 GMT 2025
    - 20.8K bytes
    - Viewed (0)
Back to top