diff --git a/README.md b/README.md index 0b5ccd45b201c7ed67745a4783fd395f3c845cd6..f3321dc367ca71a0553e7af663da27865a240078 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ # Inductive Encoder +## HTMSTMAA Week 10 - 5/6/21 + ## HTMSTMAA Week 9 - 4/29/21 This week I designed (and ordered) two encoders built around the LDC1101, one is linear and one is rotary. Rather than try and integrate everything with an MCU at this stage, I went ahead and just broke out all of the necessary communication pins, similar to my last board, but this time with the LC tank fully integrated. Not a whole lot to say here until the boards come in and I can test them. In the meantime I have been searching for a suitable ADC replacement for the HX711 back over on the dynamometer project. It would be great to have an infrastructure for high resolution + gain analog signal measurement for a number of projects, this one included potentially. - + + +<figure class="video_container"> + <video controls="true" allowfullscreen="true" poster="/images/encoderRotorIndictor.png"> + <source src="/images/rotorTarget.mp4" type="video/mp4" /> + </video> +</figure> ## HTMSTMAA Week 8 - 4/22/21 diff --git a/images/encoderRotorIndicator.png b/images/encoderRotorIndicator.png new file mode 100644 index 0000000000000000000000000000000000000000..69d13c1f3e27b84954c86f6c69ff673051e7e52d Binary files /dev/null and b/images/encoderRotorIndicator.png differ diff --git a/images/encoderRotorMount.png b/images/encoderRotorMount.png new file mode 100644 index 0000000000000000000000000000000000000000..334b724194a8428ac0875b27a9d8d1eaaf126a8a Binary files /dev/null and b/images/encoderRotorMount.png differ diff --git a/images/rotorNoTarget .mp4 b/images/rotorNoTarget .mp4 new file mode 100644 index 0000000000000000000000000000000000000000..382076a6ef7b98bf67dd958f5974dac5c16c6a40 Binary files /dev/null and b/images/rotorNoTarget .mp4 differ diff --git a/images/rotorTarget .mp4 b/images/rotorTarget .mp4 new file mode 100644 index 0000000000000000000000000000000000000000..97f51087bfe36d9bea6a8e57c9f39e9e755f57c1 Binary files /dev/null and b/images/rotorTarget .mp4 differ