I’d like to make an accurate load cell measurement tool that put the measured value on a digital display. What components do I need to buy from you to make this happen?
- [[SparkFun 16x2 SerLCD - Black on RGB 3.3V](https://www.sparkfun.com/products/14072) - LCD display
- [[Qwiic Cable - 200mm](https://www.sparkfun.com/products/14428) - Cable to connect amplifier to controller
- [[Qwiic Cable - Female Jumper (4-pin)](https://www.sparkfun.com/products/14988) - Cable to connect LCD to controller
[/list]
You’re still going to need to write the code that ties everything together, but we have examples for the NAU7802 and SerLCD that would get you started. I’d recommend just connecting the NAU7802 to the RedBoard and load cell and playing with the example code for that to start with and comfortable with the code. Then connect the LCD to the RedBoard and get comfortable writing code for that.
Once you have a good understanding on how both work, you can then merge your NAU7802 and SerLCD code together to display weights on the LCD rather than a computer screen.
You might also want to have a look at the hookup guides below for more information on the two main parts and how they work.