Commit Graph

108 Commits

Author SHA1 Message Date
-help
bc170afeb1 Fixed issues with removable hotplate 2024-07-04 17:23:23 +03:00
-help
046c8d08e2 Fixes #4 and Fixes #5 . Added gerber 1.4.1 for hotplate with corrected playout and removed 1.4 and fixed Inductor note in the BOM 2024-05-31 10:17:59 +03:00
-help
88e25a5b86 Upated Readme, current monitoring code and Case 3D files 2024-02-16 16:23:27 +02:00
-help
3d8bd4e0cf Adding current monitoring code 2024-02-15 20:21:11 +02:00
-help
a630889500 Fixing complie error 2024-02-14 14:45:59 +02:00
-help
7515c8f57c fixes 2024-02-14 14:05:02 +02:00
-help
defafd4657 Revert "Update README.md"
This reverts commit 427b8339a6.
2024-02-14 14:04:08 +02:00
-help
17ee948ed1 testuing 2024-02-14 13:53:17 +02:00
ARS_Tech
ede3594d7f
Update README.md 2024-02-14 12:56:13 +02:00
-help
1c4e7b76e0 Fix typo in Readme 2024-02-14 12:54:04 +02:00
-help
0f3d4a2d65 Merge branch 'master' of https://github.com/arwidcool/Solder-Plate 2024-02-14 12:53:04 +02:00
-help
0ec1555393 Added programming VIA avrdudess in Readme 2024-02-14 12:52:49 +02:00
ARS_Tech
76c80a0a44
Update README.md 2024-02-14 12:34:44 +02:00
ARS_Tech
427b8339a6
Update README.md 2024-02-12 22:48:53 +02:00
ARS_Tech
1bf0bca879
Update README.md 2024-02-12 22:48:11 +02:00
ARS_Tech
cf075acf95
Update README.md 2024-02-12 22:47:44 +02:00
-help
efc803a505 Final Readme update (for now) 2024-02-10 04:46:09 +02:00
-help
f198c062c7 more readme 2024-02-10 04:43:15 +02:00
-help
e24dbec98a More readme 2024-02-10 04:42:00 +02:00
-help
6797f6fe43 Fixing readme 2024-02-10 04:39:28 +02:00
-help
2da5664ac3 Updated Readme 2024-02-10 04:37:06 +02:00
-help
daff0338dc Added some filed and updated the readme and globalc.cpp 2024-02-10 04:29:18 +02:00
-help
fa5d386478 Updating Readme 2024-02-10 04:14:58 +02:00
-help
91186894da Adding Files for Hardware - Updating Readme 2024-02-10 04:12:09 +02:00
-help
d2b1d63d85 Readme... 2024-02-02 04:08:29 +02:00
-help
e300265bd6 More info to README 2024-02-02 04:07:50 +02:00
-help
87fb029b63 More Readme 2024-02-02 03:56:22 +02:00
-help
02e509bdc8 Updated readme 2024-02-02 03:47:48 +02:00
-help
5006c3cb18 Update 2024-02-02 03:25:26 +02:00
-help
990af3bc0e Update 2024-02-02 03:25:03 +02:00
-help
9be137830f Updating ReadMe 2024-02-02 03:24:09 +02:00
-help
b395a9d859 More updates on ReadMe 2024-02-02 03:21:13 +02:00
-help
b471763e3a Updating README 2024-02-02 03:15:16 +02:00
-help
35906bb7c4 Updated Licence 2024-02-02 02:54:04 +02:00
-help
8c0ce90dd0 Added licence 2024-02-02 02:48:05 +02:00
-help
e1b6582236 Cleanup serial debug 2024-02-02 02:41:30 +02:00
-help
7f2c8f105a Un-reveresed the PID logic, a bit easier to follow now 2024-02-01 21:18:05 +02:00
-help
8b78c29abc Tweakinmg reflow profiles and auto select. Works good now 2024-02-01 05:42:19 +02:00
-help
f62a71352e Commit some minor tweak before refactoring reflow into .h and .cpp 2024-02-01 03:40:49 +02:00
-help
620508b53c Added temperature controller as main calc for temp used by PID and all display menus where applicable. Adjusted lookup table for opitions and added the PID settings to global 2024-02-01 03:28:04 +02:00
-help
2a78a70c19 Tuning the weighting factor of bottom placed thermistors and set resistence 2024-01-31 22:50:05 +02:00
-help
24e93d0af5 Update thermistor placement and pin assignments and impilmented Thermistor Positioning lookup tables that are calculated from the top middle sensor. Need to gather more data and then add the lookup tables. 2024-01-30 04:27:14 +02:00
-help
058d4c06a2 Added some function to thermistor 2024-01-28 21:44:57 +02:00
Andrea Baccega
32ec4fa38c Refactor drawReflowTargetTempLine() method and update startTemps[0] in reflow.h 2024-01-28 18:31:24 +01:00
Andrea Baccega
74d16003d2 fix temp from prev soldering and also add startTimes 2024-01-28 17:32:41 +01:00
Andrea Baccega
a594c07103 minor fixes 2024-01-28 16:55:27 +01:00
Andrea Baccega
29db45865c fixed led order again + migrated to uint16_t since now proper typecasting is in place. 2024-01-28 15:06:42 +01:00
Andrea Baccega
c5576140b2 switch to percentages and reflow refactor. 2024-01-28 14:37:38 +01:00
-help
cb93f600b8 Implimented drawing the line. 2 options-> Pixel by pixel or a line. Line works better. It starts at 0,0 of graph and then the next value read is the new x,y target and saved last one as start. It draws around every 950ms so we arnt just drawing usless lines and wasting PID loop processing power :) 2024-01-28 12:35:54 +02:00
-help
fc396d3540 Made first profile REAL profile time 2024-01-28 10:24:16 +02:00