Acroname Blog

11 months 4 weeks ago
Getting Power Data Objects from Acroname APIIf you've used HubTool, you've probably seen this helpful screen: And perhaps thought:  "I'd really like to use those values (5.00 VDC, 3A) in my python script!"And possibly tried Acroname's API call to Get A Particular Power Data Object (PDO).…
1 year 4 months ago
Efficient Apple Device Management with USBHub3cAcroname’s USBHub3c industrial USB hub (with PD Logger add-on feature) can put attached Macs, iPads, and iPhones into DFU mode, allowing batch reflashing and reimaging. This tool is ideal for anyone who needs to manage a large number of Apple devices…
2 years ago
How to monitor voltage and power with the GUI or Python Among other properties, we can view: Per-port Voltage Per-port Current Input Voltage Input Current Measuring voltage and current with HubTool If you haven't already, install HubTool, which is part of the Brainstem Dev…
2 years 5 months ago
The USBHub3+ provides advanced control beyond basic on/off switches, allowing for precise USB customization. The USBHub3+ can also independently enable and disable Voltage and Data: Vbus All Data High Speed data (480 Mbps) Super Speed data (5 Gbps) We'll be working interactively using…
2 years 5 months ago
Power Measurement and Voltage Monitoring with USBHUB3+ Among other properties, using the USBHub3+ we can view: Per-port Voltage Per-port Current Input Voltage Input Current Measuring voltage and current with HubTool If you haven't already, install HubTool, which…
2 years 5 months ago
Learn how to determine the enumeration speed of devices connected to USBHUB3+ and whether they're operating at high or super speeds. Each port on USBHub3+ can operate in High Speed or Super Speed modes. There are three ways to view the speed of a connected port Front panel LED HubTool…
2 years 5 months ago
Simplify device sharing and streamline control with USBHub3+ Automatic switching By default, the USBHub3+ will automatically switch to upstream host 0 if available.  This enables simple peripheral device sharing, where a dedicated PC could be connected to the host "Up 1" port, and an…
2 years 6 months ago
More control than just on and off Enable and disable VBus, all Data, High Speed or Super Speed connections In addition to turning ports on and off, the USBHub3+ can also independently enable and disable Voltage and Data: Vbus All Data High Speed data (480 Mbps) Super Speed data (5 Gbps)…
3 years 9 months ago
If you are not familiar with PyInstaller it is an application that allows you to bundle a python file or project into a single executable by providing a fully encapsulated environment. The benefit being that you won't need to fuss with setting up a python environment.  Simply execute the…
4 years 8 months ago
Docker Technology to Spin up Small, Isolated EnvironmentsAt Acroname, we hate it when customers have issues with software and that’s why we provide deployments for Windows, Mac and Linux across various architectures.  Amongst those deployments we also offer application programming…