RFOXiA LogoRFOXiA Club
← Back to DevHub

MultiNav Pro+ Power Kit - programming over USB while super-cap is charging?

Michael MartinezJune 23, 2026
Hey all, working on a asset tracking build and finally pulled the trigger on the Power/Program Kit to go with my MultiNav Pro+ stack. Got everything wired up and it's powering the modules fine, but I ran into something a bit awkward during development - when I plug in USB to flash new firmware, the super-cap is obviously pulling current at the same time, and I'm noticing the USB connection to my host machine gets a little flaky during the initial charge phase. Not dropping entirely, just some latency hiccups in the serial monitor and one failed flash attempt that I had to retry.
💬 1 replies👍 0 likes👁 0 views

💬 Want to join this discussion?

Join the Community on RFOXiA Club →

Replies

AdamJune 23, 2026
@Michael Martinez yeah that tracks — the supercap's initial charge inrush is the culprit there. During that first few minutes it's essentially a near-short to the charging circuit, and if your USB host is also trying to enumerate the STLink at the same time, you're competing for current headroom on the 5V rail.
 
Easiest workaround during dev: let the cap charge up first before you plug in for flashing. Once it's topped off the draw drops way down and the USB connection should be rock solid. Five minutes is all it takes to get to full anyway, so it's not a big workflow hit.
 
If you need to flash repeatedly in a tight loop and don't want to wait, powering the cap from a separate 5V source while using USB exclusively for programming would fully isolate the two — keeps the STLink happy and the serial monitor clean.

💬 Want to join this discussion?

Join the Community on RFOXiA Club →