1
0
mirror of https://github.com/ArduinoHannover/Maiskolben.git synced 2025-09-09 04:30:59 +02:00

44 Commits

Author SHA1 Message Date
Luca Zimmermann
6597bf07d9 Update to current values
Closes #13
2020-05-03 11:29:02 +02:00
Luca
83b4aba57d Dokumentation update (THT-Teilliste/V3.1) 2017-11-30 15:33:21 +01:00
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
1c06d11222 Added image 2017-09-21 12:53:17 +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
8d9a4c181e Merge dxf to stl
Added the notch for USB to the sol too
2017-03-06 00:08:10 +01:00
Luca
d9f5ad2fbd Added 3D Model of Lasercut File
And removed a small edge and added a notch for USB-cables
2017-03-05 23:58:38 +01:00
Luca
bf710b20b8 Updated Case
"Should be working" was the right text - should but wasn't
2017-03-05 23:03:01 +01:00
Luca
c6e8f258ff Added Maiskolben THT Case + Spongeholder
Finally closes #2, but is case currently untested (should be working
fine...)
2017-03-05 22:36:22 +01:00
Luca Zimmermann
11e74a0cc4 Update and rename Maiskolben_TFT.md to Maiskolben_THT.md 2017-01-24 15:00:51 +01:00
Luca Zimmermann
96ce0e45d8 Create README.md 2017-01-24 15:00:26 +01:00
Luca Zimmermann
3d10520d21 Info for Maiskolben THT 2017-01-24 14:49:24 +01:00
Luca
f58f0ca33b Reorganized 2017-01-24 14:47:51 +01:00
Luca
b95a845ea1 Push to HW V1.3
Closes #3, adds drill file (whoops), adds optional LM7805 for v > 12V
2017-01-21 18:05:48 +01:00
Luca
8606404e1d Added gitignore 2017-01-21 17:54:52 +01:00
Luca
83c4175406 Added user manual 2017-01-21 17:50:48 +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
bca586d0ea Added 3D-File 2016-12-04 19:45:49 +01:00
Luca Zimmermann
e815d5efdb Added dxf converted as svg 2016-12-02 14:09:52 +01:00
Luca Zimmermann
8c5cf3d323 Removed grouping 2016-12-02 14:01:24 +01:00
Luca Zimmermann
50ac894e7c Merge branch 'master' of https://github.com/ArduinoHannover/Maiskolben 2016-12-02 12:07:29 +01:00
Luca Zimmermann
39f92e39ab Added outline-dxf for Maiskolben (SMD) 2016-12-02 12:06:09 +01:00
Luca Zimmermann
dfdbbca982 Update README.md 2016-12-01 21:04:48 +01:00
Luca Zimmermann
616c88b8a2 Added Displayfix
A fix to compensate power supply problems (white display on boot)
2016-11-10 19:31:36 +01:00
Luca Zimmermann
819f5a9ce5 Fixed 3v3 connection 2016-11-02 19:05:32 +01:00
Luca Zimmermann
87ddbcb14e Removed deprecated Maiskolben_LCD 2016-10-12 20:00:16 +02: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
8422948134 Update README.md 2016-06-23 21:42:19 +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
8102f3b6c0 Small modifications 2016-05-30 16:25:15 +02:00
Luca Zimmermann
9524589856 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	Maiskolben_LCD/Maiskolben_LCD.ino
2016-05-30 16:11:27 +02:00
Luca Zimmermann
e1d34c9aee Version 2.0 2016-05-30 16:09:47 +02:00
clali
34a7df342f corrected line numbering 2016-02-07 00:26:10 +01:00
clali
22e3552013 spelling mistake 2016-02-05 04:30:23 +01:00
clali
813d3b244d date correction 2016-02-05 04:10:17 +01:00
clali
fba365137f supports splash screen at start up 2016-02-05 02:21:40 +01:00
clali
3e19d9fe86 supports splash screen at start up 2016-02-05 01:52:26 +01:00
Luca Zimmermann
1a792734f2 Initial commit 2016-01-10 22:07:36 +01:00
Luca Zimmermann
469c411eb0 Initial commit 2016-01-10 22:04:54 +01:00