-
GUI application
12/29/2016 at 12:32 • 0 commentsI'm making SDK and application to control Chopper HUB. It can just connect/disconnect each USB port by toggle buttons. The cross platform GUI is realized by wxWidgets. I like this library because it keeps OS native look and feel as follows as:
It has been long time since I started this project, but I need more time to brush up source codes and documents.
-
Create project
06/22/2016 at 17:26 • 0 commentsThis is my second project released in hackaday.io website. Chopper HUB is designed to improve productivity of daily work in office. I often have to plug and unplug USB cable between PC and a target device to test it. This operation is manipulated by hands so it makes difficult to build automatic test environment. If each USB port was enabled/disabled by software, test sequence would be automated.
The first prototype has already been built, and then I verified that USB HUB controller IC works without problem, and micro-processor is recognized as USB device after flashing bootloader. Next step is to make firmware to control switches. Specification of API is very important for usability. I'm thinking about it now.