Commit graph

21 commits

Author SHA1 Message Date
maxunm
4c7744969f Fixed error with PCB layout 2020-07-01 23:33:37 -04:00
maxunm
86db906299 Worked out BOMs
I seperated the BOMs into three csvs now. One being the parts I ordered from Digikey, one for assebly from JLCPCB and one is just the raw output from KiCAD
2020-06-03 19:31:20 -04:00
maxunm
427b6aae08 PCB Done!
The pcb should be done now and it is ordered with assembly so hopefully everything goes well and it will arrive in roughly a week.
2020-05-29 02:53:41 -04:00
maxunm
f3fad021bd Rough placement on pcb & Migrate to KiCAD
I've now roughly placed all the components on the pcb and will work on fine adjustment and routing in the next commit. I've also migrated to KiCAD, the workflow works slightly nicer for how I work because I can just draw the schematics before actually having to worry about footprints or picking the correct part.
2020-05-27 22:33:21 -04:00
Merrick
d71d20e67c Enabled SWD and updated symbols on schematic 2020-02-04 12:32:14 -05:00
Merrick
a3c3003d7a More Schematic updates
Just working on the schematic. Trying to double check all the power electronics. Will likely get design looked over by a peer after it is designed.
2020-02-03 13:52:39 -05:00
Merrick
e328fd6263 Added Fusion files
These files are the design for the "product" that is the T-Shirt Press
2020-02-03 12:58:15 -05:00
Merrick
37e33703ec Updated schematic 2020-01-16 18:03:20 -05:00
Merrick
9a80fcdd83 Added parts to schematic
Added STM32F429ZIT6 which I used for development and will be using for the bard that is created in this pcb. I most likely will be using the pcb assembly services of something like JLCPCB because I probably will be using parts that are too small to be hand soldered
2020-01-16 11:54:06 -05:00
Merrick
dd98b5e026 Added eagle files 2020-01-15 16:43:47 -05:00
Merrick
11e1cbd5c3 Actively working, needs a PID tune 2020-01-09 17:05:46 -05:00
Merrick
722622862c Small changes 2019-11-21 14:54:40 -05:00
Merrick
095897e35a PID Implemented
PID is now implemented and works as intended, the solid state relay needed a much slower carrier frequency for the PWM signal so the prescaller was set to 7. PID tuning is what needs to happen next.
2019-11-12 18:15:55 -05:00
Merrick
a4656b05a5 Updated to include basic PID calculation
Will need to further change to remove integral wind up and add a low pass filter to filter the noise for the derivative term.
2019-11-12 08:50:31 -05:00
Merrick
58c696f094 CubeMX broke things on my other computer 2019-11-08 14:59:38 -05:00
maxunm
69e7641b34 Files just changed from opening the project
May have to look into having a git ignore more properly set up in the future
2019-11-08 12:13:23 -05:00
Merrick
a9933f5ed7 Final commit tonight 2019-11-08 01:04:44 -05:00
Merrick
da8f17cc2d Wrote temp conversion code
The temperature conversion code should take in the ADC value received by the microcontroller and convert it to all three usable temps.
2019-11-08 01:01:13 -05:00
Maxunm
517516745d
Update README.md 2019-11-08 00:35:38 -05:00
Merrick
ad7efe8b9b Initializing repository
This is the progress that I had made before putting this project on GitHub
2019-11-08 00:28:18 -05:00
Maxunm
a99bef95a3
Initial commit 2019-11-08 00:25:51 -05:00