1
0
mirror of https://github.com/ArduinoHannover/Maiskolben.git synced 2025-09-08 20:20:43 +02:00

11 Commits

Author SHA1 Message Date
Luca
34bfe65323 Added option to set °C or °F; fixed EEPROM issue
In boot menu you can now choose to display either celsius or farenheit.
An issue was fixed which loaded illegal values from EEPROM for ADC
offset and gain.
2017-11-30 15:03:33 +01:00
Luca
337f84af13 V3.0
- Geänderte Display-Bibliothek (vgl. Abschnitt Bibliotheken der Readme)
- Mehr Strings im Flash statt im RAM
- Anpassungen um einen Maiskolben V3.2 im LiPo-Betrieb vollständig
abzuschalten
- Limitierung der Minimaltemperatur auf 200°C
- `°C` wird mit bei Soll- und Ist-Temperatur angezeigt
- Interne Temperatur-Kalibrierung für jeden Maiskolben individuell
(bisher nur für Kalibrierung ab Werk)
2017-09-27 14:15:55 +02:00
Luca
f211f56990 Refactoring, higher temperature bar, correct EEPROM update
- EEPROM autoboot/auto shutdown was set to auto shutdown when updating
temperature
- Indentation for definition.h altered
- More constants
- Better constant names
- Individual temperature bar height
- Starting bar at TEMP_COLD
- Higher "cold" temperature
2017-06-01 14:27:33 +02:00
Luca
f4048419dd Referenced TFT-Blank issue, modified notch for case
Even deeper notch as the USB-Cable has no chance to be plugged in
otherwise.
Referenced white-screen issues in Maiskolben_Mechaincal/README.md and
added a software fix, bump to V2.7
2017-03-09 12:50:34 +01:00
Luca
66f3a60c19 Push to SW V2.6
Minor new features
2017-01-21 17:50:17 +01:00
Luca Zimmermann
17f415d323 Hooray, v2.5
New temperature measurement (again…), show the effective heat power in
watts, advanced features for Rev. 3.x (more to come), some private
features for testing
2016-12-05 18:27:19 +01:00
Luca Zimmermann
da0c7b37b0 Added Maiskolben DIY, Case and 2.4 Update
Added Gerber- and Eagle-Files for DIY-Maiskolben, Lasercut-Files for
Maiskolben TFT (DIY Case is in progress) and upgraded Software to 2.4:
Changed display of DC input to power cord, which will change from red
(< 12V) to green (> 14.5V) to symbolize a good power supply and
circumvent the wrong displayed voltage by voltage-divider with a
maximum measurable VIN of 14.79 V. Therefore added a power cord icon.
Removed debugging output.
2016-10-08 20:16:47 +02:00
Luca Zimmermann
9061d077e3 Upgrade to 2.3
Compatibility for new displays - if you upgrade you will be asked if
the screen shows blue or red.
Improved the temperature measurement, the 100k pulldown altered the
measurement, so the temperature was 30-50°C hotter than measured.
Based on this measurement error, you can now officially set the max
temperature of 450°C.
Removed misleading offset temperature, if colder than 50°C it only
shows cold.
Added direct heating on boot and option to disable this and auto
shutdown. Just press the power button when booting (led blinking).
Powering the tip will no longer heat to standby, even if it was in
standby before.
Added installation routine, do not use if you don’t know what you’re
doin’. Intended for external voltage divider (temperature element fake)
and LED attached to heater instead of using a weller tip.
Reduced prescaler to 128 for less noise. Testing is needed to reduce it
further to something between 1 and 32 to eliminate sound from switching.
2016-09-28 23:30:09 +02:00
Luca Zimmermann
8e5ca2fdee Forgot OFF_TIMOUT 2016-06-23 21:39:54 +02:00
Luca Zimmermann
c054b65d58 Version 2.1
GUI not working with 2.1
2016-06-23 21:30:54 +02:00
Luca Zimmermann
e1d34c9aee Version 2.0 2016-05-30 16:09:47 +02:00