linuswck
  • Joined on 2023-07-05
linuswck created branch main in sinara-hw/kasli-pressfit 2024-04-24 18:08:13 +08:00
linuswck created repository sinara-hw/kasli-pressfit 2024-04-24 17:06:18 +08:00
linuswck pushed to master at M-Labs/kirdy 2024-04-23 17:10:32 +08:00
b8241d1f27 cargo fmt
ded7dd7694 gui: add waitingspinnerwidget
7fa4330797 gitignore: ignore python .pyc files
Compare 3 commits »
linuswck pushed to master at M-Labs/kirdy 2024-04-23 15:46:06 +08:00
7be35fe7f0 thermostat: Reduce DAC calibration time
c5efc6ca57 MAX1968: Improve STM32 ADC calibration consistency
b330f45260 net: Increase ARP Cache Size from 4 to 16
554f292cab net: Disable nagle algo & Set keep_alive duration
f303ab639a net: Reset tcp socks when new eth link is detected
Compare 6 commits »
linuswck opened issue sinara-hw/kirdy#43 2024-04-23 12:36:35 +08:00
MAX1968 SHDN Pin is on 5V Voltage Level but it is controlled with 3V3 Voltage Level
linuswck pushed to master at M-Labs/kirdy 2024-04-19 15:57:21 +08:00
bfdb1f5066 gui: move tool, save & load flash btns to menu bar
5b35f32a42 driver: Handle CancelledError for send_cmd handler
2df22d5dcb driver: Use inet_aton to check IPV4 address format
b73eacd234 driver: Wait for a sec after hard rst cmd is sent
4a06a7579f gui: handle hard reset in _on_connection_changed()
Compare 6 commits »
linuswck pushed to master at M-Labs/kirdy 2024-04-18 17:33:32 +08:00
4116962175 firmware: rst active_rpt if eth link is not active
linuswck pushed to master at M-Labs/kirdy 2024-04-18 17:05:05 +08:00
0e087c6992 ld: ld_soft_i_limit now limits ld_i_out being set
linuswck pushed to master at M-Labs/kirdy 2024-04-18 16:45:58 +08:00
146f880d66 ld: ld_soft_i_limit now limits ld_i_out being set
6b250aa1fd gui: Add global QT Style Sheet
Compare 2 commits »
linuswck pushed to master at M-Labs/kirdy 2024-04-18 16:36:16 +08:00
99bc9c38a2 ld: ld_soft_i_limit now limits ld_i_out being set
4d1a0c8495 rebase
b9261cc306 gui: Add global QT Style Sheet
Compare 3 commits »
linuswck commented on pull request M-Labs/thermostat#101 2024-04-12 16:09:22 +08:00
GUI

QT supports tab orderings. Will that be enough?

linuswck commented on pull request M-Labs/thermostat#101 2024-04-12 13:51:19 +08:00
GUI

For the network related configuration, there should be a form for the user to fill in instead of entering the configuration as a line of text.

linuswck commented on pull request M-Labs/thermostat#101 2024-04-12 13:45:29 +08:00
GUI

In general. When the widgets are in the "Disable State", the widget should be "gray-ed out" as a hint for the user that they cannot interact with them.

You can add the following line with QT…

linuswck pushed to master at M-Labs/kirdy 2024-04-11 17:00:31 +08:00
de80aedafc gui: separate connection_menu into Qdiag obj
linuswck pushed to master at M-Labs/kirdy 2024-04-11 16:34:45 +08:00
5044da0c71 gui: organize ui related files into a folder
3ea9584a57 gui: separate connection_menu into Qdiag obj
31a97bdeb4 gui: GUI Initial Commit
784b8a357b driver: Update send_cmd fn to use msg_type params
ceb003e07e cmd_handler: Add msg_type params to report & settings
Compare 15 commits »
linuswck commented on pull request M-Labs/thermostat#101 2024-04-09 13:42:37 +08:00
GUI

The "max_points" feature does not work as I tested on GUI.

linuswck pushed to master at M-Labs/kirdy 2024-03-25 15:44:39 +08:00
d435dc06d8 fix typos
898358f4e6 pykirdy: Add reporting interval in report_mode
a13c6fa86c pykirdy: Update handling of json objects received
b1a1173075 cmd_handler: Add newline at the end of json sent
af68b0e90a Update rust, stm32-eth, hal, smoltcp versions
Compare 5 commits »
linuswck pushed to master at M-Labs/kirdy 2024-03-25 14:09:36 +08:00
6fe0028481 pykirdy: Add reporting interval in report_mode
c68dc25205 pykirdy: Update handling of json objects received
da32ea74d1 cmd_handler: Add newline at the end of json sent
60118162fd Update rust, stm32-eth, hal, smoltcp versions
f8abfd4300 Update nixpkgs version
Compare 5 commits »
linuswck pushed to master at M-Labs/kirdy 2024-03-21 15:23:09 +08:00
7d41edef20 ld: Increase the delay before turning on LD_PWR
linuswck pushed to master at M-Labs/kirdy 2024-03-20 17:25:12 +08:00
607da8a822 ld: Add a delay before turning on LD PWR