Hello Dominik,
you can use a powerbank with 5VDC USB-Port and connect it to the USB-Port of the M5Stack.
You don't need 3,3VDC because the M5Stack makes it own 3,3V from the 5V Power.
regards Holger
H
Latest posts made by HOW
-
RE: External Power - What is possible?
-
RE: M5ez, a complete interface builder system for the M5Stack as an Arduino library. Extremely easy to use.
Hello Rop,
thank you very much for your quick answer and the "patch".
Now it compiles (with old esp32 libary)
It works perfect, great work!
Have a nice day. -
RE: M5ez, a complete interface builder system for the M5Stack as an Arduino library. Extremely easy to use.
Hallo Rop,
thank you for your great work.
I have a problem with the newest version, i got the following error while compiling in Arduino IDE 1.8.5Documents\Arduino\libraries\M5ez-master\src\M5ez.cpp:1319:19: error: 'struct esp_wps_config_t' has no member named 'factory_info'
strcpy(config.factory_info.device_name, "ESP STATION"); <
What do i wrong? The version with old WiFi compiles without problems.