Code Monkey home page Code Monkey logo

Comments (22)

adrianlzt avatar adrianlzt commented on April 20, 2024 14

Looking at the datasheet of the power regulator

Vin should be between 4.75V and 10V

from nodemcu-devkit-v1.0.

mbfac avatar mbfac commented on April 20, 2024 4

Very bad experience with 12V.... works fine 1 minute.... :-(

from nodemcu-devkit-v1.0.

Jmilesy avatar Jmilesy commented on April 20, 2024 2

However, after that 1 minute at 12v, you have a lovely bench heater, again from experience!!!

from nodemcu-devkit-v1.0.

miguelpom avatar miguelpom commented on April 20, 2024

Hi @adrianlzt.
I'm working on a project with the NodeMCU v1.0. Together with the Node I have an Arduino Nano running. Thus, to simplify my hardware design, I want to power the NodeMCU from a 5Volt external power source (the same that powers the Nano board).
Since you closed this issue, did you tried to power the NodeMCU from its Vin pin?
Did you notice any performance issues?
What's the version of the NodeMCU board you used?

Thank you in advance!

from nodemcu-devkit-v1.0.

adrianlzt avatar adrianlzt commented on April 20, 2024

I was just exploring how can I power the NodeMCU, but haven't done it yet, sorry.

from nodemcu-devkit-v1.0.

nedimhx avatar nedimhx commented on April 20, 2024

Hello everyone,
@adrianlzt @miguelpom I'm working with NodeMCU for over 5 month, and it's time to test it on Maxell 9V alkaline battery. From 5 to 10 Vin is perfect solution.

from nodemcu-devkit-v1.0.

downlz avatar downlz commented on April 20, 2024

Thanks for the information.I was looking for the input voltage.The board pins more or less matches arduino Nano.

from nodemcu-devkit-v1.0.

zfarrugia avatar zfarrugia commented on April 20, 2024

I can confirm that 15.5V will kill the NodeMCU board ... from experience.
Using a bench power supply into the VIN.
Arduino Nano seemed fine at 15.5V (however not sure if it will reduce the life of the circuit)

from nodemcu-devkit-v1.0.

mmaxus35 avatar mmaxus35 commented on April 20, 2024

Thanks for the comments guys. I thought that i can handle up to 18V .. Yet, burned out at 16v :(

from nodemcu-devkit-v1.0.

shakthi-arul avatar shakthi-arul commented on April 20, 2024

This thread is useful. Thanks, guys!

from nodemcu-devkit-v1.0.

fryguy04 avatar fryguy04 commented on April 20, 2024

I had a NodeMCU in my attic working just fine for 6 months on 5V ... replaced it with 12V and ever since then it has been cyclic rebooting, it will work fine for a few minutes (maybe 5min) then reset itself. Converted back to 5V and back to working fine again ... Thanks to this Thread! I too thought i could use upwards of 12v, seems not to be true

from nodemcu-devkit-v1.0.

gerritfries avatar gerritfries commented on April 20, 2024

I have a NodeMCU Amica powered with 16V (the voltage of my doorbell) and it's working fine for two months now. I guess even though the voltage is a bit too high the ampere might be pretty low and thats the reason it works without problems.

from nodemcu-devkit-v1.0.

joao-carvalheira avatar joao-carvalheira commented on April 20, 2024

Hello everyone,
@adrianlzt @miguelpom I'm working with NodeMCU for over 5 month, and it's time to test it on Maxell 9V alkaline battery. From 5 to 10 Vin is perfect solution.

Did it work?

from nodemcu-devkit-v1.0.

L4RGER avatar L4RGER commented on April 20, 2024

Im having trouble with a 5v power supply in at Vin. With power applied to board doesn’t work until reset button is pushed and then it works fine until next power cycle. Then it requires a reset again.
Going to rewire and supply 9v to Vin

from nodemcu-devkit-v1.0.

ROBBED666 avatar ROBBED666 commented on April 20, 2024

My NodeMCUs have AMS1117 3.3 onboard step-down regulator which has a Max Vin of 15 Volts DC (taken from the device spec sheet). I've been bench running a unit at 14 Volts for 24+ hours with no excessive temperature rise, or operational issues. I in about 50mA, therefore Power dissipation of about 0.6 Watts in the regulator as it's a linear device.

For use in a vehicle where battery charging can push, or even exceed 15 Volts from the vehicle's alternator, this is a 'little close to the wind'. A quick and dirty solution is to stick a couple of rectifier diodes in the supply lead (each will give approx 0.6Volt drop each. Might want to add a reservoir capacitor after the diodes just to smooth things out. (100uF or so.)

Disclaimer: Use the above info at your own risk, yada, yada. If you don't understand it, don't do it!

from nodemcu-devkit-v1.0.

hariharan69 avatar hariharan69 commented on April 20, 2024

I want to use the Vin pin to power NodeMCU, but it's not clear which is the maximum value we can use.

In the rear of the PCB it's written "Vin +5v recommended, +10V MAX".

But in this pdf, in the "POWER" section is written:
"Max Supply Voltage: 20V"

boards like Arduino and nodemcu all share common voltage regulator called AMS1117 that can support upto 18V its specifically optimized to run in 12v lead acid voltage ranges ie: it cuts of at 10v(min voltage) so go ham and plug a car battery to it :)

from nodemcu-devkit-v1.0.

CaptainJack42 avatar CaptainJack42 commented on April 20, 2024

My experience shows that powering it with ~10.6V will kill the board (after like 15 Minutes of continuous operation) after that the board is only good for using it as a pocket warmer that can be powered by usb or to light up your room using the red and blue onboard LEDs

from nodemcu-devkit-v1.0.

nilesh-akhade avatar nilesh-akhade commented on April 20, 2024

Sorry, I'm late for the party. But please make it simple for me.

But still, how do I power my NodeMCU 1.0 (ESP-12 E Module) / LoLin NodeMCU. What are current and voltage requirements? Are there any power modules available?

From my research, I have options:

Voltage: 4.5V-10V or 5V or 3.3V
Current: 500mA or 1A

from nodemcu-devkit-v1.0.

mbfac avatar mbfac commented on April 20, 2024

from nodemcu-devkit-v1.0.

nilesh-akhade avatar nilesh-akhade commented on April 20, 2024

That is very helpful @mbfac. The conclusion is

  • Vin pin expects anything between 4V to 10V, 500mA - 1A. (5V recommended)
  • MicroUSB input expects: 5V, 500mA

from nodemcu-devkit-v1.0.

RichyT avatar RichyT commented on April 20, 2024

The regulator on the board is a linear regulator. It has to dissipate power (as heat) equal to the current multiplied by the voltage difference. For 5V->3.3V, that's not a lot. For 15V->3.3V, that's going to be a whole lot more (almost seven times as much). It's only a small device with no heatsink.

If you're wanting to run off 12+V and you're doing anything that draws any power, you might want to consider using a beefier regulator to drop the voltage first (15->5 for example) or replace the regulator with something beefier or non-linear like a buck converter.

from nodemcu-devkit-v1.0.

RichyT avatar RichyT commented on April 20, 2024

Looking at the datasheet of the power regulator

Vin should be between 4.75V and 10V

Just to say, I had a look at that datasheet and I think you're misinterpreting it. Though it does seem anecdotally that 10V is the limit.

from nodemcu-devkit-v1.0.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.