JayasinghePasan / Honeywell_SPI_FMA

A library for easy use of Honeywell FMA series force sensors with Arduino
1 stars 0 forks source link

Output data #1

Open djdlgl opened 2 months ago

djdlgl commented 2 months ago

Hello, I tested your code and they are just outputting integer values like 0, 1, 2, 3, 4.... not double values...

According to the datasheet of the sensor, it seems it can give out mN values too. Is this intended by you or I have anything missing now?

Thank you!

JayasinghePasan commented 1 month ago

Hi, unfortunately, I couldn't figure out how to obtain the calibrated values from the sensor. We ended up using the sensor's output values with some known force values from an accurate strain gauge to manually calibrate the sensor inside our Arduino program.