Sprint 1

Posted by The Resistance on October 31, 2016

During the first sprint, we aimed to have some idea of what our end system would look like using physical models. We also aimed to achieve the resistance sensing functionality independent of the whole system, and then integrate that into our mechanical design.

We focused a lot on mechanical design, sketch modeling and CAD-ing a conveyor belt system that will place resistors into our resistance sensing circuit and moving them to where they will be presented to the user at the end.

We also made some design decisions regarding how to find the resistance of a resistor. We were debating between a circuit or color recognition, but chose to use the circuit for simplicity sake.

Electrical

To measure resistance, we created a voltage divider, with one known resistor value and one unknown. Using an Arduino, we can analyze the voltage read in between the two resistors, and calculate the ratio of resistance between the two resistors. Thus, we know the resistance of the unknown resistor.

The problem with this design is that, since the voltage we read in leaves us with a ratio, if the two resistor values are too far apart, the arduino will not be able to accurately pinpoint the resistor value. We hope to resolve this in the next sprint, using a digital potentiometer, to have a wide range of known values.

Current circuit diagram

Mechanical

For this sprint, we pursued the idea of having a conveyor belt that would have notches just big enough to pick one resistor at a time out of some kind of containment unit. Then, as the conveyor belt would spin, the resistors would be pulled across a set of rails that connected to the electrical system. The notches would be just far enough apart that only one resistor would pass through the circuit at a time.

To test this idea, we made a sketch model out of cardboard and attached a protoboard that had our resistance testing circuit and a rail on each side to catch the resistor and measure its resistance.


Sketch models of the conveyor belt idea

Goals For Next Sprint

For next sprint, we hope to prototype our mechanical system more as well as coming up with other possible mechanical designs. We also want to include the digital potentiometer into our electrical design, and output the measured resistance using the Arduino and an LCD screen.