RidgeRun Video Stabilization Library/Useful Links/BMI160 Setup: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{RidgeRun Video Stabilization Library/Head|previous=Useful Links|next=Contact_Us|metakeywords=imu,stabilizer,rb5,jetson,nvidia,xilinx,amd,qualcomm}}
{{RidgeRun Video Stabilization Library/Head|previous=Useful Links|next=Useful Links/Performance|metakeywords=imu,stabilizer,rb5,jetson,nvidia,xilinx,amd,qualcomm}}
</noinclude>
</noinclude>


Line 7: Line 7:
The BMI160 sensor has 12 pins, as shown in the picture below. To use it, connect the VIN pin to a 3.3V signal, the GND pin to ground (0V), the SCL pin to the I2C clock, and the SDA pin to an I2C data pin. For example, refer to the NVIDIA Jetson Nano Developer Kit's Expansion Header Connections in the second image below. The connections should be made in this case, as illustrated in the last image.
The BMI160 sensor has 12 pins, as shown in the picture below. To use it, connect the VIN pin to a 3.3V signal, the GND pin to ground (0V), the SCL pin to the I2C clock, and the SDA pin to an I2C data pin. For example, refer to the NVIDIA Jetson Nano Developer Kit's Expansion Header Connections in the second image below. The connections should be made in this case, as illustrated in the last image.


<br>


'''NOTE''': its I2C direction can be found on bus number 7 (Jetson Nano) or 8 (Jetson Xavier NX) and the 0x69 address.  The bus number can be found in the 40-pin header description for the platform (NVIDIA case).
{{ambox
| type = content
|small=left
| text = '''NOTE''': Its I2C address can be found on bus number 7 (Jetson Nano) or 8 (Jetson Xavier NX) and the 0x69 address.  The bus number can be found in the 40-pin header description for the platform (NVIDIA case).  
|style=width:unset;
}}
 
<br>


<gallery widths="400px" heights="300px" mode="packed-hover">
<gallery widths="400px" heights="300px" mode="packed-hover">
Line 18: Line 26:


<noinclude>
<noinclude>
{{RidgeRun Video Stabilization Library/Foot|Useful Links|Contact_Us}}
{{RidgeRun Video Stabilization Library/Foot|previous=Useful Links|next=Useful Links/Performance}}
</noinclude>
</noinclude>

Latest revision as of 13:08, 19 August 2024








BMI160 sensor setup

The BMI160 sensor has 12 pins, as shown in the picture below. To use it, connect the VIN pin to a 3.3V signal, the GND pin to ground (0V), the SCL pin to the I2C clock, and the SDA pin to an I2C data pin. For example, refer to the NVIDIA Jetson Nano Developer Kit's Expansion Header Connections in the second image below. The connections should be made in this case, as illustrated in the last image.