- - - - - - - - - - - - - - - LAVENDER TESSMER

Input Devices

Announcement


I had a far-less-than-usual amount of time to spend on class this week, so I prioritized the Final Project. You will see here the input device I would like to use, as well as a preliminary start of making a board to test the device.

Device


I picked out a load cell that would be able to weigh small amounts of material. In my final project, I would like to hand-cut roughly sized pieces of clay, but use the machine to verify whether or not the clay is the right amount. Manually, the use could add or remove small amounts of clay until the sphere is close to the right size. This way, the amount of clay could become parameterized in the design input along with the other functions that are controlled by the machine.

I want there to be three LEDs that show whether or not the clay is too light, too heavy, or correct. If I can get this to work, this could also be used to measure proportions clay in different colors to create controlled color gradients.

Purpose of the load cell in my final project
I found this item linked from Will Langford's page. It is inexpensive, plus there is an even smaller one available that seems better for clay spheres.

Schematic


I started working on a schematic that has three LEDs and an input from the load cell. I had also wanted to include a button so the lights could be reset between weighing the clay; however, I quickly realized that there are not enough pins on the ATTiny44, so I will have to switch to a different microcontroller if I want to have all of these.

I was told I would also need a load cell amplifier.

Schematic I started for having 3 LEDs and a load cell. Not enough room for button, plus I have lots of questions now.
Schematic from sparkfun load cell amplifier, used for reference. I will need more help to make everything work together.
Updated schematic for final project
Board footprint for final project
Test code
I can get it to read serial data, but this isn't right yet