topquark12
  • Joined on 2020-12-21
topquark12 pushed to master at sinara-hw/kirdy 2022-06-12 18:52:14 +08:00
70f9425cad Update 'README.md'
topquark12 pushed to master at sinara-hw/kirdy 2022-06-12 18:51:19 +08:00
ddf8c805e4 Update 'README.md'
topquark12 pushed to master at sinara-hw/Noise-hound 2022-06-11 18:16:36 +08:00
f93dbace99 Complete schematics
topquark12 pushed to master at sinara-hw/Noise-hound 2022-06-11 13:36:06 +08:00
c6d9290c91 init project
topquark12 created repository sinara-hw/Noise-hound 2022-06-11 13:30:51 +08:00
topquark12 pushed to master at sinara-hw/kirdy 2022-06-09 11:51:01 +08:00
25995d8fc7 Update 'README.md'
topquark12 created repository sinara-hw/kirdy 2022-06-09 11:42:47 +08:00
topquark12 pushed to master at sinara-hw/DIO_SMA_Shim 2022-06-08 16:15:32 +08:00
e97b7667a8 Update 'README.md'
topquark12 pushed to master at sinara-hw/DIO_SMA_Shim 2022-06-08 15:59:49 +08:00
9eea254a54 Add README
topquark12 created branch master in sinara-hw/DIO_SMA_Shim 2022-06-08 15:58:18 +08:00
topquark12 pushed to master at sinara-hw/DIO_SMA_Shim 2022-06-08 15:58:18 +08:00
75059974a9 add files
topquark12 created repository sinara-hw/DIO_SMA_Shim 2022-06-08 15:55:24 +08:00
topquark12 commented on issue M-Labs/thermostat#62 2022-06-07 14:24:15 +08:00
interface thoughts

The pytec interface, especially the excessive parameters, will be cleaned up after the GUI development is over. Better documentation to follow.

topquark12 commented on issue M-Labs/thermostat#62 2022-06-07 14:21:26 +08:00
interface thoughts

3f6419835f contains pytec/tecQT.py , a GUI for easy configuration, auto tuning (PID) and plotting of thermostat parameters.

The script uses pyqtgraph, which will be automatically installed and…

topquark12 pushed to GUI at M-Labs/thermostat 2022-06-07 13:54:25 +08:00
3f6419835f add autotune
topquark12 pushed to GUI at M-Labs/thermostat 2022-06-06 23:18:47 +08:00
8d3a7292e3 WIP: adding autotune
topquark12 pushed to GUI at M-Labs/thermostat 2022-06-06 21:28:34 +08:00
c52cdceec5 fix docs, fix i_set, fix GUI param ranges
topquark12 commented on issue M-Labs/thermostat#63 2022-06-06 15:29:28 +08:00
can't enable pid
from pytec.client import Client
dev = Client("xx.xx.xx.xx")
dev.set_param('pwm', 0, 'pid')

gives raise CommandError(response["error"]). How should one enable the PID…

topquark12 pushed to GUI at M-Labs/thermostat 2022-06-06 15:25:41 +08:00
1940367dc8 fix whitespace error
topquark12 pushed to GUI at M-Labs/thermostat 2022-06-06 15:25:03 +08:00
cdb78094ca bi-dir sync, minimum working prototype