Add support for LinkPi SmartHUB power port#1729
Open
Kwiboo wants to merge 1 commit intolabgrid-project:masterfrom
Open
Add support for LinkPi SmartHUB power port#1729Kwiboo wants to merge 1 commit intolabgrid-project:masterfrom
Kwiboo wants to merge 1 commit intolabgrid-project:masterfrom
Conversation
4017869 to
ed5bb15
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1729 +/- ##
========================================
+ Coverage 45.2% 45.5% +0.3%
========================================
Files 174 175 +1
Lines 13752 13850 +98
========================================
+ Hits 6224 6310 +86
- Misses 7528 7540 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
b741e89 to
d956ef3
Compare
3549390 to
b5bc7df
Compare
b5bc7df to
2c615c4
Compare
2c615c4 to
ea747b2
Compare
ea747b2 to
eecf893
Compare
eecf893 to
189726b
Compare
189726b to
21a249c
Compare
c782167 to
2f70e4c
Compare
2f70e4c to
20b0a4b
Compare
20b0a4b to
cb0be2b
Compare
cb0be2b to
a603731
Compare
3953541 to
931b1fd
Compare
LinkPi SmartHUB is a 12-port USB3.0 HUB utilizing four RTS5411 USB3.0 4-port HUB controllers, a FT232R USB UART IC and a STM32F103RB MCU for port power control. Add a LinkPiSmartHUBPowerPort resource and a LinkPiSmartHUBPowerDriver with an accompanying linkpismarthub agent to support power on/off the ports of the LinkPi SmartHUB using a simple line-based protocol over a serial port. Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
931b1fd to
658a1ef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
LinkPi SmartHUB is a 12-port USB3.0 HUB utilizing four RTS5411 USB3.0 4-port HUB controllers, a FT232R USB UART IC and a STM32F103RB MCU for port power control. Maximum output power of each USB port is up to 15W.
Add a LinkPiSmartHUBPowerPort resource and a LinkPiSmartHUBPowerDriver with an accompanying linkpismarthub agent to support power on/off the ports of the LinkPi SmartHUB using a simple line-based protocol over a serial port.
Known commands:
onoff <port> <1|0>- switch port power on/offstate- get current power state of all portsSetOWP <1|0> <1|0> ...- set the power-on state of all portsGetOWP- get the power-on state of all portsResponses are in JSON format, e.g.:
A version announcement is continuously sent every second:
Please note that the port name printed on the hub does not match the internal port index used with the commands.
Links
Information on the LinkPi SmartHUB is hard to find, following links mention it:
Checklist