Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
F
Hello @robouden
hmm, running UIFlow2 on my M5CoreS3 and measuring current on USB-C I get about 140 mA / 5 V.
Is your M5CoreS3 maybe charging the battery?
Thanks Felix
No one has replied
Hi Rob
if you look into Power.cpp you'll see that the current already is set to about 400 mA: https://github.com/m5stack/M5Stack/blob/master/src/utility/Power.cpp
are you calling M5.Power.begin() in your setup code? Or maybe the current has been reduced due the the battery being close to full?
Cheers Felix