Voltage Drop Issue with USB Port on Voxl2 Microhard Add-On Board
-
I wanted to bring to your attention an issue we have encountered with the USB port on the Voxl2 Microhard add-on board. According to the official documents, the USB port is supposed to provide a voltage of 5V DC. However, our measurements have revealed that the voltage drops to 4.8V immediately after booting and further decreases to 4.5V while running our code.
This voltage drop is problematic for us as we require the USB ports to consistently provide a minimum voltage of 5V for our application. We have been exploring potential solutions to address this issue, and I wanted to reach out to the forum for any suggestions or insights you may have.
If anyone has encountered a similar problem or has any ideas on how to ensure a stable 5V voltage output from the USB port on the Voxl2 Microhard add-on board, please share your thoughts. We would greatly appreciate any guidance or experiences you can provide.
Thank you in advance for your assistance!
-
Hi @kimmy
I am sorry for your observed issue.Those ports on the Microhard design are USB2 rated at 500mA and meet USB2 specs of 5V +/- 10%, which allows for 4.5V and still be considered in-spec.
You are not the first to hit USB2 power delivery limitations.If your system really requires that precise of a voltage, and less of an allowance to the drop, you may need to consider pulling power directly off of our Power Module 5V, and not VBUS. Many of our solutions that require higher power than USB can handle do this, and many of our newer boards have new circuits that provide more than 500mA on VBUS to help with these higher demanding use cases.
If you want to explore that type of test, you can use this board which has a jumper option to bypass VBUS and instead provide the 5V power supply voltage to the USB connector:
https://docs.modalai.com/usb-epxansion-with-fastboot-v2-datasheet/
That will provide a good test for you to ensure your system operates the way you need before committing to a custom wire harness.Let me know if that helps!