Acroname Blog

7 months 1 week 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).…
2 years 1 month ago
If you're trying to figure out how to see USB devices on your Mac or struggling to find that connected jump drive, you've come to the right place. This guide will walk you through the different ways to view, manage, and control USB devices on your Mac. Whether you’re working with macOS Monterey or…
3 years 4 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 3 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…
9 years 1 month ago
The long awaited BrainStem LabVIEW API is finally here!   Well, kind of...   Currently, the API has only been completed for the USBHub2x4 and the USBHub3P+. However, the framework has been laid for all BrainStem devices and USB hubs, and we will soon announce when that has been…
9 years 3 months ago
What is the ScratchPad? The BrainStem scratchpad is a shared memory on a brainstem module which is accessible from both the host and Reflex code. It serves as a simple interprocess communication channel for separate Reflex routines, as well as a communication channel between the host and reflex…
9 years 9 months ago
Check out our new YouTube video "Up and running with BrainStem using our Python API". This video details how to properly configure your system to communicate with our Brainstem modules.  It includes: installing Python, pip, and the BrainStem API (.whl).  Once…