In our current climate of caloric disseminators, few observe before and after exhumation of waste. To clarify, using a resistance sensor and an Arduino, we have hacked your bowels.
Notations 1. The resistance sensor observed in the following multimedia is a first version testing sensor. Affixing it to a constantly drenched porcelain surface proved difficult and was temporarily remedied with Gorilla Tape. 2. A brass valve was added to the bowl fill line extending from the fill valve as to regulate the water level with in the bowl. Typical specs fill water to crest the rear siphon allowing waste to displace water in to the drainage line as to prevent over flow.
Sketch The following is a non-smoothing sketch as our current coding for a smoothing sketch is currently being modified and tested in addition to a low pass filter PWM alternative.
Resistance was measured between 60 and 100 fluid ounces and this variance was divided by the 40 fluid ounces, then multiplied by 1.0425 to obtain weight ounces.
// Bowel Gauge // Vije Miller #include "LiquidCrystal.h" LiquidCrystal lcd(12, 11, 5, 4, 3, 2);