164bde8cceAll arri s mount and jk lens assembly work. need to do some branch cleanup on this project and tackle capper issues for merge of this branch.Matt McWilliams2023-01-03 21:16:19 -0500
ef0d246901Increase the inner diameter of the bellows board to allow the threads to pass through cleanly and be held in place by the screwMatt McWilliams2023-01-02 13:53:30 -0500
3942cd05beDeclare stepsPerRevolution so change is explicit when that happensMatt McWilliams2022-11-11 15:47:43 -0500
ee1e9c9febStepper firmware is working. Needed extra tape around coupling connector to add friction to connection and now it keeps.Matt McWilliams2022-11-04 19:37:11 -0400
fcb77232ecCreate the driveCoupling module for the stepper motor designMatt McWilliams2022-10-30 12:14:25 -0400
1fcbec7466Work on stepper motor design and software. Motor still moves more slowly than it should but will investigate multiple factors leading to this resultMatt McWilliams2022-10-28 19:46:02 -0400
98f2c7a24aPausing work on arri_s_DC firmware because hardware is less than ideal. Too much play in the motor position to trust right now. Steppers better approach.Matt McWilliams2022-10-28 11:28:30 -0400
787e6ed06eAdd a concept arri_s camera controller firmware. Using class-based approach as an experiment in Arduino code structure.Matt McWilliams2022-10-28 07:50:30 -0400
206c266b08Added Arri-S motor and cap measurements as taken 10/8/2022Matt McWilliams2022-10-09 11:22:12 -0400
5026cf869fArri-S work
Matthew McWilliams
2022-10-07 19:47:56 -0400
d5ecd9e057Improve capper documentation
Matthew McWilliams
2022-09-16 09:45:19 -0400
72b5077356Restructure includes and type definition files so that mscript runs
Matthew McWilliams
2022-08-07 22:18:58 -0400
6601c030f7Refactor mscript GUI code into Typescript
Matthew McWilliams
2022-08-07 22:10:53 -0400
3ec1373f08Caught a possible ancient bug in the loop logic for calculating state of camera and projector backwards movements.
Matthew McWilliams
2022-08-07 17:23:06 -0400
fe61e63e76Add secondary projector and camera commands to the mscript moduleMatt McWilliams2022-08-04 10:52:00 -0400
ee0ab663d7Complete the alert feature. Have not created pause, but this could be done using the same alert object to prevent code duplication.Matt McWilliams2022-08-03 09:02:47 -0400
1964d6002dAdd mono logo as png, but might use svg instead. Render crashed PC.Matt McWilliams2022-07-22 21:56:43 -0400
9d0545aa4fAll capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts.Matt McWilliams2022-07-15 18:11:26 -0400
bc48765b35Start work on base
Matthew McWilliams
2022-07-13 18:16:43 -0400
70c2c695f0All capper work. Need to wrap all actions in the 'b' command and push functionality to a lower level to prevent unneeded complexity.
Matthew McWilliams
2022-07-13 15:21:26 -0400
8ec5816364Adjust settings page to support Processing input
Matthew McWilliams
2022-07-13 10:15:47 -0400
c33c6e24f6Work on motor rod
Matthew McWilliams
2022-07-13 09:01:25 -0400
b0ca15bd8dMerge branch 'capper' of git.sixteenmillimeter.com:16mm/mcopy into capperMatt McWilliams2022-07-13 08:28:58 -0400
f7a3c52260Silly typo: did not invoke Servo_init() and so servo was not initalizing
Matthew McWilliams
2022-06-10 13:19:38 -0400
9d3bf24627Hardware ideas for capper mount and flag. Need to model servo and add places for endstopsMatt McWilliams2022-06-07 07:55:47 -0400
c77201ef4eAdd new commands and identifiers for the capper, start moving into capital charactersMatt McWilliams2022-06-07 07:55:26 -0400
f585aa2a5aUpgrade electron 11 -> 19 (huge jump). Install new remote module to preserve legacy communication protocol.Matt McWilliams2022-06-04 11:11:23 -0400
96e0ce6050Merge branch 'capper' of git.sixteenmillimeter.com:16mm/mcopy into capperMatt McWilliams2022-05-31 17:44:56 -0400
bbfe6fc657Add option to use Processing with a server as a capture method triggered by the camera. Enter a url into the Settings panel in the Processing URL input box and select the radio button.Matt McWilliams2022-04-30 15:58:17 -0400
7f7513809aEstablished an app signing process for macs using electron-packager. The process takes an enormous amount of time but has so far been running without throwing an exception and the signature is confirmed by codesign.mmcwilliams2021-04-13 14:17:12 -0400
8c14a06b96Removed naked console.log statements that were used to debug a serial issue. If needed they can be re-added to the actual log library.Matt McWilliams2021-03-19 12:10:07 -0400
3e0ac3f0d0Added return types to Filmout library and added return types to comments where needed.Matt McWilliams2021-03-19 12:09:03 -0400