Matt McWilliams mattmcw
mattmcw pushed to master at 16mm/contact_printer 2024-02-25 12:59:52 +00:00
a2c092d57c Update README
mattmcw pushed to master at 16mm/contact_printer 2024-02-24 14:46:34 +00:00
d5cb055d2c Update render to new design. Add a script that will output the render from openscad and scale/crop with imagemagick.
mattmcw opened issue 16mm/contact_printer#7 2024-02-24 14:34:36 +00:00
Create lamp board design
mattmcw opened issue 16mm/contact_printer#6 2024-02-24 14:32:56 +00:00
Remove second L298N from electronics panel design.
mattmcw opened issue 16mm/contact_printer#5 2024-02-24 14:31:25 +00:00
Add filter holder
mattmcw opened issue 16mm/contact_printer#4 2024-02-24 14:30:54 +00:00
Improve gate design
mattmcw pushed to master at 16mm/contact_printer 2024-02-24 13:59:48 +00:00
2ea7cb2e8d Created the placeholder for the contact_printer dev server. This will accept a post from the ESP32 with a report after each run. This data can be used in developing features.
mattmcw pushed to master at 16mm/contact_printer 2024-02-24 13:18:11 +00:00
d3da5705f3 Rename variables from 16mmFilm to Film16mm because IDE is suggesting that variables not begin with numbers.
mattmcw pushed to master at 16mm/contact_printer 2024-02-24 13:06:10 +00:00
7981250d5a Changed from dev mode to working mode. Lamp turns on after 24 frames. Will make it configurable.
mattmcw pushed to master at 16mm/contact_printer 2024-02-23 00:55:50 +00:00
39650094bd Code is in test mode for getting approximations of the motor speed with no load, under single strand of film load and with 2 films. Should be possible to create a control loop to maintain a roughly-accurate speed.
mattmcw pushed to master at 16mm/contact_printer 2024-02-22 09:49:59 +00:00
8efa6cea8a Moved all proof of concept sketches into ino/demos
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 21:54:51 +00:00
f9803d2648 Add proof of concept blink script for wiring the lamp to be driven by +5V and the TIP120 controlling 3 LEDs at once.
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 21:48:13 +00:00
7c8be86fb8 Motor speed is now calculated (flawed). Tests can be run on various PWM speeds, resolutions and with and without loads to determine the ability for the printer run at maximum speeds.
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 18:27:55 +00:00
d0e0ca2f7a Update README to credit Clyde for the magnetic takeup.
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 18:25:41 +00:00
d94aa5373f Update README to better reflect current state of the project and add Acknowledgements section.
mattmcw pushed to master at 16mm/contact_printer 2024-02-21 15:47:58 +00:00
db1f8c4100 Make some sacrifices in the DriveMotor class to make it non-generalizable. Working towards porting timing functions from encoder proof of concept sketch.
mattmcw pushed to master at 16mm/contact_printer 2024-02-20 21:11:19 +00:00
1aca2dd5c0 Motor behavior is stable. Discarded one of the L298N boards: now we can run the drive motor off one channel and both takeup motors off another. DO NOT USE LESS THAN 2A. Using 1.3A the motor controller board draws too much and shuts it down. Removed the rerences to Picture/Stock and am just using takeup. All progress at Worm.
a39ba5c94d Test second set of pins
Compare 2 commits »
mattmcw pushed to master at 16mm/contact_printer 2024-02-19 12:35:34 +00:00
0dc3269b31 Fixed the pinouts for the drive motor. Temporarily disabled takeup.
6869b6f403 Add Serial output for debugging
Compare 2 commits »
mattmcw pushed to master at 16mm/contact_printer 2024-02-18 15:49:04 +00:00
93a4418545 Re-arrange pins
mattmcw pushed to master at 16mm/contact_printer 2024-02-18 15:48:23 +00:00
6ab151a664 Add placeholder jog_motor sketch in case motors need to be adjusted during use.