Changes for page LSS Firmware
Last modified by Eric Nantel on 2024/11/21 07:18
Change comment: There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -LSS Firmware 1 +LSS - Firmware - Parent
-
... ... @@ -1,1 +1,1 @@ 1 - ses-v2.lynxmotion-smart-servo.WebHome1 +lynxmotion-smart-servo.WebHome - Content
-
... ... @@ -5,70 +5,44 @@ 5 5 6 6 = Firmware Versions = 7 7 8 -This section contains details about official firmware releases for the the Lynxmotion Smart Servos (LSS). Information includes release date (yyyy-mm-dd), and which new features / fixes / etc. were included. It also provides and any details about known issues or other warnings. If you are unsure how to proceed to update your LSS, please see [[this guide>>doc: ses-v2.lynxmotion-smart-servo.lss-configuration-software.lss-config-firmware-update.WebHome]].8 +This section contains details about official firmware releases for the the Lynxmotion Smart Servos (LSS). Information includes release date (yyyy-mm-dd), and which new features / fixes / etc. were included. It also provides and any details about known issues or other warnings. If you are unsure how to proceed to update your LSS, please see [[this guide>>doc:lynxmotion-smart-servo.lss-configuration-software.lss-config-firmware-update.WebHome]]. 9 9 10 -|(% colspan="2" %)((( 11 -== Version 370 == 12 -))) 13 -| |Released 2021-09-20 14 -|(% style="width:25px" %) |((( 15 -**Fixes** 10 +== Version 367 == 16 16 17 -* Increase in supported baud rates up to 921k (adds 500k, 750k, 921.6k) 18 -* Fixed memory leak in MMD command 19 -* General firmware cleanup & improvements 20 -))) 21 -|(% style="width:25px" %) |((( 22 -**New features** 12 +Released 2019-10-07 23 23 24 -* Group commands: Allows multiple commands to be sent and received as a group and can include multiple servos without bus conflict / contention 25 -** #0QD#5QD#10QD\r - As an example, this single command queries three servos for their respective positions 26 -** #0QD0QC0#5QD0QC0 - This queries two servos for their position and current (milliamps). Note: 0 is required to separate commands QD and QC 27 -* **A**uto **B**aud **R**ate (ABR) which can be enabled (off by default): 28 -** #254ABR1 - Enable baud rate detection on first byte received after power-up. 29 -** #254ABR2,30 - Enable baud rate detection on first byte received after power-up. If no data for 30 seconds enable detection again on next byte. 30 -** Warning: ABR doesn't work well with LSS Config at the moment 31 -* Delayed & ordered query response. 32 -** #254QID120 - For example, this command can scan the entire bus at once for servos without conflict. 33 -** Servos use a simple formula to delay their response: 200usec + <id> * 120usec, where <id> is their servo ID 0 to 253. 34 -** The first parameter (ex. 120) indicates how many milliseconds to delay between IDs and 120usec is a safe number. 35 -** Warning: #254QID with no parameter will still conflict to remain backward compatible with the LSS Config software 36 -* Configure a **SLOT** # for each servo and using (ex.) 37 -** #254QD - An example of how all servos can be queried at once without conflict 38 -** Ex. Three servos with ID 0, 5, and 10 and want to configure them to be slots 0, 1, and 2 respectively: 39 -*** #254SLOTCOUNT3\r - configures 3 slots on the bus 40 -*** #0SLOT0\r - Don't really have to do this one, servos default to slot 0 on power-up 41 -*** #5SLOT1\r - Servo ID5 to slot 1 42 -*** #10SLOT2\r - Servo ID10 to slot 2 43 -*** #254QD\r - Query all servos for position 44 -*** #254QD0QC0\r - Query all servos for position and current (milliamps) 45 -** Note: You only need to configure slots once on power-up, #254<cmd> will offset all servo replies based on slot# after this is set. 46 -** Note: Why not just use servo ID as slot#? Many LSS bus setups are not using sequential IDs so it's more efficient to assign slot# then expect everyone to change their robot's logical servo IDs to be sequential. 47 -))) 14 +* Fixes: 15 +** Minor improvements to handling of low-speed motion control. More updates coming soon on this front! 16 +** Encoder issue that would sometimes cause random fast motion, ignoring speed restrictions. 48 48 49 -|(% colspan="2" %)((( 50 -== Version 369 (EXPERIMENTAL) == 51 -))) 52 -| |Released 2021-06-18 53 -| |((( 54 -**Fixes** 18 +== Version 365 == 55 55 56 -* Fixed race condition in communication resulting in occasional corrupt responses. Most prevelant but not limited to the QN command. 57 -))) 58 -|(% style="width:25px" %) |((( 59 -**New features ** 20 +Released 2019-09-12 60 60 61 -* Support for baud rates higher than 250k. Certified 9600, 19200, 38400, 57600, 230400, 250000, 460800 and 500000 baud but 750000 and 921600 have also passed our testing. Only these exact baud rates are recognized by the servo. 62 -* Improvement in query response time of around 15% at 250k baud and much greater now that higher baud rates can be used. 63 -))) 22 +* New commands: 23 +** New modifiers for position commands [[CH>>https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/lss-communication-protocol/#HA7.CurrentHalt26Hold28CH29]] & [[CL>>https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/lss-communication-protocol/#HA8.CurrentLimp28CL29]]. Allows moving "into" an object so it can be held without going into safe mode (limiting applied current in mA). CH holds position on collision and CL goes limp instead. 24 +* Fixes: 25 +** [[Mode 255>>https://www.robotshop.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/lss-communication-protocol/#H16.IdentificationNumber28ID29]] would sometimes stay active or cause the LSS to respond to other servo IDs 64 64 65 -|(% colspan="2" %)((( 27 +== Version 362 == 28 + 29 +Released 2019-05-01 30 + 31 +* Initial production version (first official release). 32 +* New commands: 33 +** CLB/QLB to control the blinking of the RGB LED during various phases of motion. 34 +* New features: 35 +** Added failsafe to go from RC mode back to serial mode by placing a HIGH signal (5 V DC) on RX for 30 s. 36 +* Fixes: 37 +** Improved LED patterns for clarity. 38 +** ID is now kept during a firmware update. 39 + 66 66 == Version 368 == 67 -))) 68 -| |Released 2020-04-07 69 -|(% style="width:25px" %) |((( 70 -**New features: ** 71 71 42 +Released 2020-04-07 43 + 44 +Many bug fixers and new features! 45 + 72 72 * QF now reports more details on version number (QF, QF1, QF2, QF3) 73 73 * Maximum motor duty cycle can be controlled using MMD, QMMD (min25%, max100% = 1023). 74 74 ** Can set it asymmetrical by passing 2 values separated by a comma (pos limit, neg limit). ... ... @@ -76,47 +76,43 @@ 76 76 ** Can be controlled with FPC, CFPC, QFPC. 77 77 * IPMS system was added for EM0. 78 78 ** Controlled with IPE and QIPE 79 -))) 80 80 81 -|(% colspan="2" %)((( 82 -== Version 367 == 83 -))) 84 -| |Released 2019-10-07 85 -|(% style="width:25px" %) |((( 86 -**Fixes:** 54 +== Version 369 (EXPERIMENTAL) == 87 87 88 -* Minor improvements to handling of low-speed motion control. More updates coming soon on this front! 89 -* Encoder issue that would sometimes cause random fast motion, ignoring speed restrictions. 90 -))) 56 +Released 2021-06-18 91 91 92 -|(% colspan="2" %)((( 93 -== Version 365 == 94 -))) 95 -| |Released 2019-09-12 96 -|(% style="width:25px" %) |((( 97 -**Fixes:** 58 +* Fixed race condition in communication resulting in occasional corrupt responses. Most prevelant but not limited to the QN command. 59 +* Support for baud rates higher than 250k. We've certified 9600, 19200, 38400, 57600, 230400, 250000, 460800 and 500000 baud but 750000 and 921600 have also passed our testing. Only these exact baud rates are recognized by the servo. 60 +* Improvement in query response time of around 15% at 250k baud and much greater now that higher baud rates can be used. 98 98 99 -* [[Mode 255>>url:https://wiki.lynxmotion.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/lss-communication-protocol/#H16.IdentificationNumber28ID29]] would sometimes stay active or cause the LSS to respond to other servo IDs 100 -))) 101 -|(% style="width:25px" %) |((( 102 -**New features: ** 62 +== Version 370 (EXPERIMENTAL) == 103 103 104 - * (% style="background-color:transparent" %)New modifiersfor position commands [[CH>>url:https://wiki.lynxmotion.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/lss-communication-protocol/#HA7.CurrentHalt26Hold28CH29]] & [[CL>>url:https://wiki.lynxmotion.com/info/wiki/lynxmotion/view/lynxmotion-smart-servo/lss-communication-protocol/#HA8.CurrentLimp28CL29]]. Allows moving "into" an object so it can be held without going into safe mode (limiting applied current in mA). CH holds position on collision and CL goes limp instead.105 -) ))64 +Released 2021-09-20 65 +This update is a major overhaul to the communication sub-system. Expect major performance improvements and bugs! ;) 106 106 107 -|(% colspan="2" %)((( 108 -== Version 362 == 109 -))) 110 -| |Released 2019-05-01 111 -|(% style="width:25px" %) |((( 112 -**Fixes:** 113 - 114 -* Improved LED patterns for clarity. 115 -* ID is now kept during a firmware update. 116 -))) 117 -|(% style="width:25px" %) |((( 118 -**New features: ** 119 - 120 -* CLB/QLB to control the blinking of the RGB LED during various phases of motion. 121 -* Added failsafe to go from RC mode back to serial mode by placing a HIGH signal (5 V DC) on RX for 30 s. 122 -))) 67 +* Backwards compatibility is a priority. This firmware shouldn't affect existing code, please report any issues. Include a reproductible command sequence if possible. 68 +* Allows multiple commands to be sent and received as a group 69 +* Group commands can include multiple servos without bus conflict/contention 70 +** Ex. #0QD#5QD#10QD\r - queries 3 servos at once for position 71 +** #0QD0QC0#5QD0QC0 - queries 2 servos at once for position and current (milliamps). 0 required to separate commands QD and QC 72 +* Increase in supported baud rates up to 921k (adds 500k, 750k, 921.6k) with 2 and 3Mbit coming soon 73 +* Auto baud rate (ABR) can be enabled (off by default): 74 +** Ex. #254ABR1 - Enable baudrate detection on first byte received after power-up. 75 +** #254ABR2,30 - Enable baudrate detection on first byte received after power-up. If no data for 30 seconds enable detection again on next byte. 76 +** Warning: ABR doesn't work well with LSS Config at the moment, updated LSS Config coming soon. 77 +* Using #254QID120 can scan the entire bus at once for servos without conflict. 78 +** Servos will use a simple formula to delay their response: 200usec + <id> * 120usec, where <id> is their servo ID 0 to 253. 79 +** The first parameter (ex. 120) indicates how many milliseconds to delay between IDs and 120usec is a safe number. 80 +** Warning: #254QID with no parameter will still conflict to remain backward compatibility with LSS Config. 81 +* Configure a slot# for each servo and using (ex.) #254QD can query all servos at once without conflict 82 +** Ex. We have 3 servos at ID 0, 5, and 10. We want to configure them to be slots 0, 1, and 2 respectively. 83 +*** #254SLOTCOUNT3\r - configure 3 slots on our bus 84 +*** #0SLOT0\r - we don't really have to do this one, servos default to slot 0 on power-up 85 +*** #5SLOT1\r - Servo ID5 to slot 1 86 +*** #10SLOT2\r - Servo ID10 to slot 2 87 +*** #254QD\r - Query all servos for position 88 +*** #254QD0QC0\r - Query all servos for position and current (milliamps) 89 +** Note: You only need to configure slots once on power-up, #254<cmd> will offset all servo replies based on slot# after this is set. 90 +** Note: Why not just use servo ID as slot#? Many LSS bus setups are not using sequential IDs so it's more efficient to assign slot# then expect everyone to change their robot's logical servo IDs to be sequential. 91 +* Fixed memory leak in MMD command 92 +* General firmware cleanup & improvements