Commit Graph

92 Commits

Author SHA1 Message Date
-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
-help
5d64932082 Fixed issue of when using Half sine the next step would start at the MAX of the sign (middle) rather then where it ends 2024-01-28 10:12:55 +02:00
-help
70b62eb787 We now how full target drawing with lines and everything 2024-01-28 09:55:05 +02:00
-help
c947545b25 Continuing work on TFT and Fixed bug where LEDS kept blinking if the user cancels while in reflow stage 2024-01-28 05:45:18 +02:00
-help
15302f72c7 Fixed all bugs for overflow in reflow.h Bug was caused by multipling a uint_16t or uint_32t or uint_8t BEFORE casting it to a float or a unit that can handle the number. Type casting should ONLY be done WITHOUT multiplication in the cast. Its easy to create overflows like this. 2024-01-28 04:53:54 +02:00
Andrea Baccega
a99d8d4071 pd 2024-01-28 02:55:43 +01:00
Andrea Baccega
f9d594570c sanity fix 2024-01-28 02:54:53 +01:00
Andrea Baccega
d3eafb2857 aaa 2024-01-28 02:52:44 +01:00
Andrea Baccega
a80a166372 Merge branch 'master' of https://github.com/arwidcool/Solder-Plate 2024-01-28 02:49:15 +01:00
Andrea Baccega
37b4296b63 fix overflow 2024-01-28 02:48:55 +01:00
-help
2537e1e8b3 Work on tft 2024-01-28 03:46:53 +02:00
-help
0784fbddd6 Merge 2024-01-28 03:26:55 +02:00
-help
fd71798a7b Fixed positons 2024-01-28 03:11:48 +02:00
Andrea
7357a157b9
Merge pull request #2 from arwidcool/reflow-in-millis
Reflow in millis
2024-01-28 01:10:16 +00:00
Andrea
1cb29ecc13
Merge branch 'master' into reflow-in-millis 2024-01-28 01:10:03 +00:00
-help
9f901b6554 Merge Conflic resolve 2024-01-28 03:07:17 +02:00
-help
abce4ae4be Refactor display handling and add debug profile 2024-01-28 03:06:57 +02:00