- Somerville, MA
- https://sixteenmillimeter.com
- Joined on
2021-04-12
6321367c97
Create EncoderMotor.cpp. Compiler error on analogWrite using ESP32 build target. Without it the ledc* functions are unavailable. Will pull ESP32 build process over from meterlite.
a9944f5a47
Caught the error that was making me think I broke my ESP32 dev boards. The ledcWrite() duty cycle was not being set on the pwmChannel. This is intended for LEDS but I don't know if it matters that it's being used for a variable speed DC motor.
2ce1aa54ed
Update text files
fbcd5776ee
Re-render all current parts before major overhaul of frame dimensions.
de1ef1492b
Fix calculate fps, find PWM value that (under no load) is roughly 24fps, calculate rolling fps (very inacurate) ready for analysis in notes and PID implementation.
4181c22995
Cleanup whitespace/semicolons and add concept for passing an exposure length to the image in millis.
d1302e79fd
Sketch has been updated to do monitoring of multiple rotations, active monitoring of number of estimated frames. Currently not registering the first ~910 pulses (why??)
6eb06ca724
Proof of concept encoder analysis. Still to not have a solid gear ratio but it's clear the encoder is very likely 11 PPR. Rotations take ~650 pulses, maybe 660 but it's hard to tell because the gearing makes stopping inconsistent.
45f76500f9
Merge remote-tracking branch 'origin/master'
d512a56b03
Arduino sketches, proofs of concept for different features