Sensitivity

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Matr777
 
Posts: 5
Joined: Fri Aug 27, 2021 9:11 am

Sensitivity

Post by Matr777 »

Hello,

I will need a help with setting sensitivity scale using ICM-2048 sensor.
I am using "https://github.com/adafruit/Adafruit_Ci ... ICM20X.git" library.
Could you give me suggestion how to change sensitivity scale?

Best regards!

User avatar
adafruit_support_carter
 
Posts: 29167
Joined: Tue Nov 29, 2016 2:45 pm

Re: Sensitivity

Post by adafruit_support_carter »

Take a look at accelerometer_range and gyro_range:
https://circuitpython.readthedocs.io/pr ... t/api.html

User avatar
Matr777
 
Posts: 5
Joined: Fri Aug 27, 2021 9:11 am

Re: Sensitivity

Post by Matr777 »

Thank you for sending the link.
Could you also suggest me if there can be added external circuit to increase the sensitivity?

Best regards!

User avatar
adafruit_support_carter
 
Posts: 29167
Joined: Tue Nov 29, 2016 2:45 pm

Re: Sensitivity

Post by adafruit_support_carter »

Nothing really, since all analog sensing and conversion is done internally to the sensor.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”