StuckAtPrototype / Racer

1.05k stars 144 forks source link

Use USB Pins #8

Closed majuss closed 9 hours ago

majuss commented 1 day ago

Hi there,

thank you for sharing your project! The H2-mini is a "C6 variant" which means it comes with onboard USB, no programmer etc. neccessary! Why didn't you connect the D- and D+ lines of the USB-C port to the MCU. That way you could easily program it via USB and could skip the UART header entirely.

StuckAtPrototype commented 9 hours ago

Hi! thats so true! I will do that for the next project. Thanks!! For this project, I would have to upgrade the connector as the one I used does only power. But this is a very good idea. Ill keep it in mind for the project I am working on now :) Closing this out for this one. thanks again!