cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Nucleo F411RE: power up issue with USB battery

Robert Kwan
Associate II
Posted on February 28, 2017 at 08:19

Hello!

I am encountering problem that the USB battery cannot power up the STM32 Nucleo F411RE 

after I enabled the UART communication with ESP8266 Nodemcu.

I can have the PC USB working ok and see the UART communication from the COM port on PC.

However, after I replace the PC USB with the USB battery on either the STM32 Nucleo F411RE or the ESP8266 Nodemcu, I would not see any UART communication at all via the COM port.

My USB battery is already with output 5V 1000mA and it is able to drive either the Nucleo board or the ESP8266 Nodemcu before I used the UART communication between them and so I can tell that it's somehow related the UART communication enabled.  But I can't understand why UART would make such a difference?!  My UART setup is primitive and so no sleep mode is used yet.

I even tried directly with USB Wall Charger but I still could not see any UART communication from the COM port then.

Therefore, I doubt if it would help even if I buy new 2000mA USB battery?!

I checked from the other post that this may help:-

https://www.adafruit.com/products/2465

 

But since I have no experience on this, I would like to see if anyone would have similar experience first please.

Thanks & Best Regards,

Robert

12 REPLIES 12
Posted on March 03, 2017 at 09:05

Cool, I'm glad I could help you.

I'm sure you can crank up the serial baud rate.

Regarding the power supply of the WiFi module, have a look at the Nucleo64 user manual in order to know how much Amps you can draw from the 3V3 regulator on the nucleo. I believe these WiFi modules are quite power hungry, and maybe it would be too much for the regulator.

Regards,

Kraal

Posted on March 06, 2017 at 22:28

I see, thanks again, Kraal!

Best Regards,

Robert

Posted on March 06, 2017 at 22:30

Thanks for the suggestion but I need the USB battery to power the Nucleo board as well.  Anyway, Kraal's suggestion would help to address my issue already.  Thanks again.