I am using Nordic nRF52832 Development kit . I want to interface Load Cell with the Development kit. Which examples in SDK i should refer to get started with Load Measurement using Load cell
I am using Nordic nRF52832 Development kit . I want to interface Load Cell with the Development kit. Which examples in SDK i should refer to get started with Load Measurement using Load cell
Depends on what kind of load cell you have. If it is has an analog output you should start with the SAADC Example, if it has some sort of digital output like UART, SPI, or TWI (I2C) then you should look at the respective examples here: Hardware peripheral examples.
Unfortunately we don't have any examples that specifically target Load cells.
Hi MartinBL,
As both Bluetooth firmware SDK & Nrf-Toolbox Andriod Apk from Nordic semiconductor are not having profile for Weight scale, We can take other profiles like HTM or HRS from SDK for weight scale measurement in firmware creation for ble chip but android app will show output data in Celsius or BPM unit(may be other) which is not acceptable for weight measurement.
Please comment your thought on this.