linuswck
4d8e16771e
gui: Correct Pid Autotune output current limit
2024-10-29 12:59:15 +08:00
linuswck
4d332328c0
gui: Limit min PD Mon Pwr y axis range to 0-100uW
2024-10-23 12:24:57 +08:00
linuswck
edb8099a26
Add pglive patch for setting y-axis min range span
2024-10-23 12:24:57 +08:00
linuswck
49dc8a9b96
gui: autotuner only set_i when relay state changes
...
- Previously, autotuner issues set_i cmd for each report obj received
- These change increase the maximum autotune-able PID update rate with GUI
2024-10-22 18:09:39 +08:00
linuswck
a1b7538295
driver: Fix disconnection bug at high cmd rate
...
- Disconnection issue can be triggered by setting high polling rate
(500Hz) and then interactive with gui elements
2024-10-22 18:09:28 +08:00
linuswck
8f5a294a53
gui: Fix graphs' refresh rate to be 10Hz
...
- Reduce unnecessary CPU usage
2024-10-22 10:57:55 +08:00
linuswck
87b0e1bf67
gui: rm sIPrefix from PD Current readings
2024-10-21 11:15:15 +08:00
linuswck
35f66c3516
gui: Change LD, Thermostat Status Display Method
...
- Use combinations of label and stylesheet border to create visual cue for status
2024-10-18 17:33:54 +08:00
linuswck
dd7e1bbbdd
gui: Adjust y_axis limit range of graphs
2024-10-18 17:33:09 +08:00
linuswck
a3b38fc6b7
gui: Unify the param tree unit formatting style
2024-10-18 17:33:01 +08:00
linuswck
388e6725ef
thermostat: Clear alarm when settings are loaded
2024-10-17 17:36:17 +08:00
linuswck
f4c761c5ca
pid: Scale PID Parameters with Sampling Rate
...
- Breaking changes
2024-10-17 17:36:06 +08:00
linuswck
e560d8f1eb
thermostat, gui: Set max v range according to datasheet
2024-10-16 16:21:11 +08:00
linuswck
0437c6e76e
thermostat, gui: Relax the max settable TEC Current Limit
...
- Improper settings can cause PoE power failure and over heating
- See hardware repo Issue #51
2024-10-16 16:14:58 +08:00
linuswck
bad21806f8
gui: Add new form for temp adc filter cfg and settable polling rate
...
List of Changes:
1. Get report via polling instead of active report mode
2. Allow user to set a custom report polling rate while settings polling rate is fixed to 10Hz
- it is necessary for pid autotune to function correctly
3. Add a form for configuring temperature adc filter
4. Use two different timer for polling report and settings to optimize performance
Known Issue:
1. CPU utilization increases with the report polling rate as for each report recv-ed, gui renders and plots one frame of the 4 graphs
2024-10-10 17:25:33 +08:00
linuswck
cb2bc505c9
driver: expose _odr_type for filter cfgs
2024-10-10 17:25:29 +08:00
linuswck
4f19d2c2be
driver: Expose the upper and lower limit settings for Sinc3WithFineODR Filter Cfg
2024-10-10 15:23:57 +08:00
linuswck
e8d3858fc9
driver: return whether task queue is full in task_dispatcher()
2024-10-10 15:20:58 +08:00
linuswck
9bec56ed6c
driver: Add support for GetPollInterval cmd
2024-10-10 15:19:43 +08:00
linuswck
51b82e0447
cmd_handler: Add cmd to get temp adc polling interval
2024-10-10 13:41:15 +08:00
linuswck
31e108a4b5
thermostat: settings obj now contains the exact filter type and val
2024-10-10 13:39:37 +08:00
linuswck
253f4410ee
sys_timer: Add fn to retrieve ts in us resolution
2024-10-10 13:31:20 +08:00
linuswck
bd72c382b0
thermostat: Fix incorrect Dac Calibration Algo
...
- Thermostat Firmware repo PR #133
2024-10-08 15:57:18 +08:00
linuswck
a512614de5
net: add option not to open sock when it is polled
...
- fix a bug, which mcu can get stuck in State::HardReset indefinitely
2024-09-11 17:54:23 +08:00
linuswck
76f7875e3a
gui: await for hard rst and dfu action
2024-09-11 17:54:23 +08:00
linuswck
0d64d62fb0
gui: Add pd_mon config form
...
- force user to follow a sequence of steps for safely configuring pd_mon
2024-09-11 17:54:18 +08:00
linuswck
0aeffdbf7b
ld_pwr_exc_protector: disable irq after pwr off
...
-setting 0V threshold during power off might trigger IRQ
2024-09-11 17:05:38 +08:00
linuswck
89a1270c02
driver: send cmd err msg to a pyqt sig
2024-09-11 17:05:38 +08:00
linuswck
c2e78e6f17
driver: Support ApplyPdParams cmd
...
- Include handling mechanism for "InvalidSettings"b response msg
2024-09-11 17:05:38 +08:00
linuswck
86e6d3764e
laser: check pd_mon params & pwr limit before set
...
- Design to prevent Issue #47 on hardware kirdy repo from happening
- responsitivity, i_dark & transconductance determine the pwr limit range
- when "ApplyPdParams" and "SetLdPwrLimit" are called, pwr limit range
is checked before applying new parameter
- Send out a "InvalidSettings" response with error message if settings
cannot be applied
- Add settable power range to settings json object
2024-09-11 17:05:34 +08:00
linuswck
1111967a7b
gui: add arg for saving log to a file
2024-09-04 17:21:13 +08:00
linuswck
1896e2534b
main: Add PrepareForDfu state
2024-09-04 16:12:06 +08:00
linuswck
6d4b1b0574
driver: end_session if ConnClose & Dfu is recv-ed
2024-09-04 16:10:42 +08:00
linuswck
0b5fda2cd9
net: close oldest sock if available socks run out
...
- By default, smoltcp by default reset any new connections
if there is no available socket
2024-09-04 15:46:43 +08:00
linuswck
b763350a8b
net: disable IRQ when data is being enqueued
...
- This prevents broken json to be sent out due to IRQ
2024-09-04 15:46:43 +08:00
linuswck
838592c812
gui: Display hw_rev when connected
2024-09-04 15:46:43 +08:00
linuswck
e632cbbfdd
driver: use readuntil to get response msg
...
- The driver may recv partial ctrl msg, which causes a json decode error
2024-09-04 15:46:43 +08:00
linuswck
27bf573010
driver: retrieve hw_rev after conn is established
2024-09-04 15:45:27 +08:00
linuswck
c267c30b89
driver: add get_hw_rev() fn
2024-09-04 15:39:27 +08:00
linuswck
c5826876a6
firmware: Add cmd to get hw_rev
2024-09-04 15:39:27 +08:00
linuswck
6782cda790
Update pid autotuner code
2024-09-04 15:39:27 +08:00
linuswck
2fe2ef531b
Update example code
2024-09-04 15:39:27 +08:00
linuswck
f2ad06ecae
gui: patch the GUI code
2024-09-04 15:39:27 +08:00
linuswck
5166bb7ba8
driver: rm thread use & make it asyncio callable
...
- make all cmds asyncio callable
- control specific cmds can be enqueued to the handler synchronously
2024-09-04 15:39:21 +08:00
linuswck
9c611fc861
main: poll iface for dfu & hard rst ctrl msgs
2024-09-03 12:15:03 +08:00
linuswck
51913f2e2f
net: fix incorrect poll_iface() calls
...
- poll_iface might be called by interrupt while poll_iface was being called in main loop
- Disable interrupt when poll_iface is being processed
- Only use IfacePollTimer to poll_iface
2024-08-27 18:49:43 +08:00
linuswck
c86d67b15c
firmware: do not display smoltcp log
2024-08-27 18:49:43 +08:00
linuswck
3d2294a90c
driver: fix incorrect recv_response behavior
2024-08-27 18:49:13 +08:00
linuswck
3ba8b99084
Use degree celsius as temperature base unit
...
- Breaking: Erase settings before flashing
- except beta in Steinhart-Hart equation
- to keep the temperature value set consistent with the value returned
- f32 floating point calculation is inaccurate
2024-08-07 17:36:12 +08:00
linuswck
af73ac8127
gui: Add text for LD & Thermostat status
2024-08-07 12:48:12 +08:00