Commit Graph

298 Commits

Author SHA1 Message Date
peterlu14 f9f15457cf change default parameter 2024-09-11 16:47:34 +08:00
peterlu14 cf62cfbe04 - Add coundown instruction 2024-09-11 10:00:00 +08:00
peterlu14 33697af99c - Add countdown internal instruction for device 2024-09-11 09:59:24 +08:00
peterlu14 985e043ca5 - Complete CPG 1.1 parameters & instructions 2024-09-10 16:04:48 +08:00
peterlu14 8fd119f4f0 support float domain parameter 2024-09-10 16:04:14 +08:00
peterlu14 b5bd64bf6c - BLE_WRITE change instruction type to ALL 2024-08-21 17:42:05 +08:00
peterlu14 241296f36c -Enable TYPE ALL Instruction 2024-08-21 17:40:58 +08:00
peterlu14 f46073a46a -CPG BLE_WRITE extend to 255 bytes 2024-08-21 14:55:28 +08:00
peterlu14 24fd5ca28b -Extension of list parameter parse rule
-Fix the list paratmeter change with changing it's length
2024-08-21 14:42:36 +08:00
peterlu14 288f261abe - Add CPG library 2024-07-31 15:02:29 +08:00
peterlu14 a32267f1fd update pulse_e_load json 2024-07-30 10:27:58 +08:00
Roy c89c6e88d0 update EDC1.5r2 library and new EDC2.0 library 2024-03-05 17:07:52 +08:00
peterlu14 536bc23896 -update stop update battery when device running 2023-11-21 16:28:40 +08:00
Roy 7deb709946 [update] print msg when connection fail 2023-07-17 17:37:14 +08:00
Roy 25267411d8 [update] fix connect & write function 2023-07-10 13:00:06 +08:00
peterlu14 200feead76 - update cycle default 1 2023-07-05 17:45:49 +08:00
Roy f445550b4e [update] update write gatt and fix read value of dev tool 2023-06-29 13:39:17 +08:00
Roy dfbbfe4e07 [update] set ram status register = 0x41 2023-06-26 17:34:45 +08:00
Roy 57e5c1a9e2 [update] fix eis mini calibration 2023-06-20 15:27:50 +08:00
Roy ba192ccce8 [update] print something debug info 2023-06-20 12:28:20 +08:00
peterlu14 aae1ab7a33 -update send instruction when trigger channel used 2023-06-14 12:02:35 +08:00
Roy 59148cff6d Feat(#6): new instruction of all output mode
https://www.notion.so/6-TRIG-s-All-output-mode-c382a9f88a444185873dbb62a7deee1a
2023-06-14 11:01:15 +08:00
Roy c9b10fc6aa [update] TRIG json 2023-06-13 13:23:58 +08:00
peterlu14 f82c3ab033 - add new mode 2023-06-13 09:51:43 +08:00
peterlu14 3884fad006 -update trigger 2023-06-13 09:33:31 +08:00
peterlu14 75ca525f36 -add trigger dev mode 2023-05-15 11:30:04 +08:00
Roy 9bb947f8e0 Refactor(#4): optimize scan function
https://www.notion.so/4-Controller-Uart-451f896953eb4e15bd70eeadb17eb94e
2023-04-26 22:50:15 +08:00
Roy fc4f931f9d Refactor(#4): fix battery and elite version info
https://www.notion.so/4-Controller-Uart-451f896953eb4e15bd70eeadb17eb94e
2023-04-21 17:50:06 +08:00
Roy 57ba7ed94f Refactor(#4): fix uart fun, and connect 5 times
https://www.notion.so/4-Controller-Uart-451f896953eb4e15bd70eeadb17eb94e
2023-04-21 16:15:44 +08:00
Roy cf8433c7ee Refactor(#3): fix cali version byte
https://www.notion.so/3-EIS-Controller-EIS-Controller-check-sum-5426fe5ccb024a9da73770bed559df65
2023-04-21 15:16:33 +08:00
Roy 4d1eee6893 Refactor(#4): fix instruction
https://www.notion.so/4-Controller-Uart-451f896953eb4e15bd70eeadb17eb94e
2023-04-21 14:55:48 +08:00
Roy 7a77c4d413 Refactor(#3): calibration data use CRC and cali version
https://www.notion.so/3-EIS-Controller-EIS-Controller-check-sum-5426fe5ccb024a9da73770bed559df65
2023-04-20 23:42:36 +08:00
Roy 6f8d68f476 Style: uart formatting 2023-04-20 23:37:42 +08:00
Roy 8ae45d3b50 Style: uart formatting 2023-04-20 23:28:32 +08:00
Roy 5e4980a1d5 Refactor(#4): optimize write/read function
https://www.notion.so/4-Controller-Uart-451f896953eb4e15bd70eeadb17eb94e
2023-04-20 22:56:07 +08:00
Roy 7716908a3b Refactor(#4): optimize disconnect function
https://www.notion.so/4-Controller-Uart-451f896953eb4e15bd70eeadb17eb94e
2023-04-20 22:41:52 +08:00
Roy 813ff7bc7d Refactor(#4): optimize connect function
https://www.notion.so/4-Controller-Uart-451f896953eb4e15bd70eeadb17eb94e
2023-04-20 20:22:32 +08:00
Roy c2224ed624 Refactor(#4): optimize scan function
https://www.notion.so/4-Controller-Uart-451f896953eb4e15bd70eeadb17eb94e
2023-04-20 20:20:40 +08:00
Roy 72943c3b6f Style: uart formatting 2023-04-20 18:20:52 +08:00
Roy 4d47d07996 Refactor(4): uart data reserve len, optimize chk memboard
https://www.notion.so/4-Controller-Uart-451f896953eb4e15bd70eeadb17eb94e
2023-04-20 18:00:22 +08:00
peterlu14 2b6381fa46 - devices table add new column calibration version
- save calibration info into db compare with cali version
2023-04-18 16:12:34 +08:00
Roy c29d9729ba [update] controller receive cali data when mem connect device 2023-04-17 10:32:17 +08:00
Roy 001905ec96 [update] fix scan error 2023-04-17 10:27:28 +08:00
Roy 5033381e64 [update] receive 21 cali package 2023-04-11 12:16:48 +08:00
Roy aa88201a93 [update] up to 8 hstia 2023-04-11 12:16:01 +08:00
Roy c02c59345b [update] update cali package 2023-04-10 18:07:53 +08:00
peterlu14 0386cf1847 Merge remote-tracking branch 'origin/release/update_eis_cali_fomula' into dev/scheduler_folder 2023-04-06 10:52:17 +08:00
peterlu14 62d8610191 - fix UnboundLocalError : 'project_meta_id' 2023-04-06 10:51:43 +08:00
Roy 991f5d06ea [update] use 4hstia calibration down 2023-04-06 09:06:05 +08:00
peterlu14 55711285e6 - update create meta project info change from data-server to control-server 2023-03-31 13:14:33 +08:00