101 Commits

Author SHA1 Message Date
ec01320c33 tecware_v10
errorhandling finish
2024-12-18 16:29:51 +01:00
2fbc3b3023 v08 - add error handling 2024-10-18 10:54:47 +02:00
dc2dedf822 v07 pid and negative voltage limit change
now the voltage limits are from -5 to +12V for the output and the pid loop is now implemented, but not tested yet
2024-10-10 14:32:26 +02:00
670b2aebed version 6
foundnew ref resistance for temp measurement!
2024-09-19 12:19:46 +02:00
2ba2c9c5bf version 5 2024-05-06 10:10:15 +02:00
427106670b v5 - adding preassure sensor (lid status) 2024-05-02 09:58:56 +02:00
213ee88c7a updates
small bugfixes
2024-02-23 11:25:48 +01:00
53a44a4075 bugfix R_Petlier and bootloader init v4 2023-11-07 11:13:44 +01:00
715cb5f478 Update README.md 2022-12-23 10:32:18 +01:00
634cff8267 Delete install_tec_raspi.txt v3 2022-12-22 11:08:23 +00:00
055817fe15 update name 2022-12-20 16:54:20 +01:00
99a67c6144 bug fix watchdog 2022-12-16 10:10:49 +01:00
36d1448b7d adding binary 2022-12-15 15:10:39 +01:00
b3bc3ba61a implement watchdog 2022-12-15 15:10:03 +01:00
9ebeab7698 starting v3 2022-12-15 15:09:22 +01:00
2a9de72dc9 add binary v2 2022-12-15 15:07:20 +01:00
ed6b7160de add eeprom feature v2 2022-12-15 15:04:05 +01:00
f654257dd8 add boOK 2022-12-14 13:57:45 +01:00
9476d996ff working on bug fix flash save 2022-12-14 08:32:28 +01:00
54fef083bf change to stm32cubeide 2022-12-13 15:43:45 +01:00
7cadcdbc28 add first rev of eeprom
and ref voltage in varhandler
2022-12-13 14:30:40 +01:00
bf7cde9730 Delete STM32L432KBUX_FLASH.ld v1 2022-12-07 12:06:20 +00:00
ff630c5720 Merge branch 'master' of https://gitlab.psi.ch/coldbox/tec 2022-12-07 13:05:03 +01:00
73253056b0 Create PeltierControllerV1.srec 2022-12-07 13:04:52 +01:00
73efae7469 Create convertHEXtoSREC.bat 2022-12-07 13:04:44 +01:00
120afb8ef8 Delete .gitlab-ci.yml 2022-12-07 10:26:52 +00:00
a7bf0ade46 Update .gitlab-ci.yml file 2022-12-07 10:15:48 +00:00
f998eb2baa add new command set ref voltage 2022-12-07 10:53:28 +01:00
0fe90f2ed0 add setRefVoltage 2022-12-07 10:49:37 +01:00
39704f6cc3 add SW Version 2022-12-07 10:49:18 +01:00
a237949da4 fix error handling temp 2022-12-07 10:10:12 +01:00
4e3b086afd Add bootloader 2022-12-06 08:55:42 +01:00
9830c36543 ADC Temp error handling, rename temps 2022-11-23 12:54:49 +01:00
8a95e24982 update raspi install and todo 2022-11-22 15:40:42 +01:00
2f904ba503 Update install_tec_raspi.txt 2022-11-21 16:57:18 +01:00
6f8accd597 add instructions for raspi installation 2022-11-21 15:24:20 +01:00
eb358be3f7 Update little changes 2022-11-21 11:47:40 +01:00
19ff672938 add returning board id to public 2022-10-20 10:48:08 +02:00
08efcebd82 last updat gitignore 2022-10-19 16:20:40 +02:00
c14bca30c6 update gitignore 2022-10-19 16:18:11 +02:00
dd3df417e3 upadte gitignore 2022-10-19 16:15:54 +02:00
1b86b42212 update vscode settings 2022-10-19 16:14:07 +02:00
e252792f4a Update .gitignore 2022-10-19 14:12:28 +00:00
8a55f5138f add continue 2022-10-19 15:02:27 +02:00
e77a74ea76 answer can without delay 2022-10-19 14:51:38 +02:00
7e51c00229 Merge branch 'new-PC' into 'master'
init new PC

See merge request coldbox/tec!2
2022-10-19 12:49:28 +00:00
952e36b3cb Merge branch 'master' into 'new-PC'
# Conflicts:
#   .mxproject
#   .vscode/c_cpp_properties.json
#   .vscode/settings.json
#   Core/Application/INIT_Initialization.c
#   Core/Application/MAIN_MainApplication.c
#   Core/Application/PECO_PeltierController.c
#   Core/Application/VARH_VariableHandler.c
#   Core/Application/VARH_VariableHandler.h
#   Core/Drivers/ANPI_AnalogPortsIn.c
#   Core/Drivers/CAND_CanDriver.c
#   Core/Drivers/CAND_CanDriver.h
#   Core/Drivers/TEMP_Temperature.c
#   Core/Drivers/TEMP_Temperature.h
#   Core/Inc/FreeRTOSConfig.h
#   Core/Inc/main.h
#   Core/Inc/stm32l4xx_hal_conf.h
#   Core/Inc/stm32l4xx_it.h
#   Core/Src/freertos.c
#   Core/Src/main.c
#   Core/Src/stm32l4xx_hal_msp.c
#   Core/Src/stm32l4xx_it.c
#   Core/Toolbox/UTIL_Utility.c
#   Core/Toolbox/UTIL_Utility.h
#   Makefile
#   PeltierControllerV3 Debug.launch
#   PeltierControllerV3.ioc
#   STM32Make.make
2022-10-19 12:47:30 +00:00
b0e950332c init new PC 2022-10-19 14:34:01 +02:00
39607106d2 PECO update 2022-10-19 14:12:32 +02:00
ded2dc6ef9 PECO update temp 2022-10-19 14:12:04 +02:00