Coder Social home page Coder Social logo

Vin 5V not working about nodemcu-devkit-v1.0 HOT 31 OPEN

confile avatar confile commented on April 20, 2024
Vin 5V not working

from nodemcu-devkit-v1.0.

Comments (31)

 avatar commented on April 20, 2024 47

I had the same issue with my VIN pin not providing any voltage. But in my case there is also an VU pin on the board which gives me 5V output voltage.

from nodemcu-devkit-v1.0.

asetyde avatar asetyde commented on April 20, 2024 1

also output 5v power

On 24 gen 2016, at 21:01, PaulHam211 <[email protected] mailto:[email protected]> wrote:

Is VIN only for input power? I have a pref connected to VIN and its not powering.
Shame because i need to have a external 5v PSU while prototyping, I should be able to tap 5v from the USB.


Reply to this email directly or view it on GitHub #9 (comment).

from nodemcu-devkit-v1.0.

vowstar avatar vowstar commented on April 20, 2024

Between Vin 5V and VDDUSB is a diode, 1n5817, Please connect USB cable and test the Vin voltage, and test LM1117's Vout. And then disconnect USB cable, supply Vin 5V to 9V, redo the test. If no voltage, please check the wire between Vin and LM1117

from nodemcu-devkit-v1.0.

confile avatar confile commented on April 20, 2024

I connected the dev kit to USB. In this case Vin 5V has no power. What is Win 5V used for. Is it used for an external power supply instead of USB? Does it mean you can plug the dev board to a 5V power supply instead of USB? Is Vin 5V only input power but not output power, i.e., when you use USB to power the dev board there is no outgoing power of 5V on Vin 5v?

from nodemcu-devkit-v1.0.

PaulHam211 avatar PaulHam211 commented on April 20, 2024

Is VIN only for input power? I have a pref connected to VIN and its not powering.
Shame because i need to have a external 5v PSU while prototyping, I should be able to tap 5v from the USB.

from nodemcu-devkit-v1.0.

christianbur avatar christianbur commented on April 20, 2024

is it possible to connect a 5v sensor to vin 5v (the power supply for the nodemcu is usb)?

from nodemcu-devkit-v1.0.

asetyde avatar asetyde commented on April 20, 2024

from nodemcu-devkit-v1.0.

remedix avatar remedix commented on April 20, 2024

@vowstar so vin takes 5V to 9V ? So if I connect a 9V battery to 'VIN' pin and any 'G' pin that would power it up right ?

from nodemcu-devkit-v1.0.

MrAda avatar MrAda commented on April 20, 2024

I have tried to plug USB cable into board and then did a reading on all of the power pins. The three 3.3V and the one 5.0V. Only the 3.3V seem to be providing power. The 5.0V has really low voltage, not 0 but really low. @asetyde stated he uses it. Maybe he can tell us what we have to do to make it happen? I want to be able to power the board with a 5V source.

from nodemcu-devkit-v1.0.

MrAda avatar MrAda commented on April 20, 2024

I got lucky and mine works. You can't plug the USB cable in while powering trying to power with the 5V pin. I have to see where this VU pin is. I just checked my PNG against my board and the PNG is wrong! It doesn't show VU pin. Do you have a good picture I can see that describes the pins? This is great news to me as I was trying to power a relay and couldn't with the 3.3V output.

from nodemcu-devkit-v1.0.

MrAda avatar MrAda commented on April 20, 2024

Grrrrrrr. My VU pin is showing less than 1V. I really need to use this for my relay.

from nodemcu-devkit-v1.0.

MrAda avatar MrAda commented on April 20, 2024

You have to have usb plugged in

from nodemcu-devkit-v1.0.

drawkula avatar drawkula commented on April 20, 2024

This NodeMCU boards comparison shows the pinouts of the common NodeMCU siblings.

VU (USB power) is an invention of the producer "LoLin" and the other siblings don't have it.

from nodemcu-devkit-v1.0.

MrAda avatar MrAda commented on April 20, 2024

I am so happy that I picked the right sibling! My Version 3 LoLin has this and now I can control my relays.

from nodemcu-devkit-v1.0.

 avatar commented on April 20, 2024

@drawkula Thanks for the great link. Have been looking for exactly something like that when I was choosing a NodeMCU board.

from nodemcu-devkit-v1.0.

supersjimmie avatar supersjimmie commented on April 20, 2024

My NodeMCU board does have this VIN pin (not the VU).
When I only power this VIN with 5V, the board does not boot. (short blink of blue led, then nothing)
When I also connect USB to my laptop it boots fine and keeps running on the VIN 5V when I then disconnect USB.

Tried it with 3 different 5V sources, an unknown 5V/1A adapter and 2 Apple adapters (1A and 2A versions). I did this with a stripped USB cable to extract the 5V directly from the adapter and inject it into the VIN 5V pin.
(so to be clear, I don't connect the adapter to the USB but to the VIN)

I don't understand why the board only needs USB power to boot and then runs fine without it.

from nodemcu-devkit-v1.0.

MrAda avatar MrAda commented on April 20, 2024

Do you know which version of the board you have? Sounds like you don't have the latest. The VU pin, third down on the left side (next to ESP chip) has a 5V out pin called VU (or VV maybe my eyes can't see it). I have tried to power this unit with wires instead of the usb and I don't remember if I was successful, or I just couldn't tell. Need the usb to download to it. If you downloaded a lua file that just blinked the led then you could tell if the power sources work or not as a running app. Eventually I'll have to pull power off of a brick or buck converter so once I get some new ones in, I'll report how well it goes.

from nodemcu-devkit-v1.0.

supersjimmie avatar supersjimmie commented on April 20, 2024

My NodeMCU is v2. I have now discovered that, probable because there is a protecting diode that lowers the voltage just a bit, my module does boot but fails to connect wifi. As soon as I power with usb, the voltage gets just a bit higher and wifi connects. I will try to solve this by searching a power supply with a bit more than 5V.

from nodemcu-devkit-v1.0.

oshamed avatar oshamed commented on April 20, 2024

It works for me using 7.5 volt adapter to 5 volt regulator then to my esp

from nodemcu-devkit-v1.0.

ImaraSpeek avatar ImaraSpeek commented on April 20, 2024

@supersjimmie did you end up solving this? I have the same problem

from nodemcu-devkit-v1.0.

tablatronix avatar tablatronix commented on April 20, 2024

I use VIN works fine, maybe you have voltage drop on your 5v, probably need 5.2v

from nodemcu-devkit-v1.0.

StalePhish avatar StalePhish commented on April 20, 2024

I have the ESP12E DEVKIT V2 board with NodeMCU (from HackerBox) and I'm experiencing the same problem.

If I plug in USB, it boots and I get 4.65V off the VIN.
If I plug in a 9V battery to VIN and GND, it does NOT boot, and I get around 8.5V off the VIN. It's like when you plug in USB, it's doing something different.

from nodemcu-devkit-v1.0.

rsagittario59 avatar rsagittario59 commented on April 20, 2024

My NodeMCU board does have this VIN pin (not the VU).
When I only power this VIN with 5V, the board does not boot. (short blink of blue led, then nothing)
When I also connect USB to my laptop it boots fine and keeps running on the VIN 5V when I then disconnect USB.

Tried it with 3 different 5V sources, an unknown 5V/1A adapter and 2 Apple adapters (1A and 2A versions). I did this with a stripped USB cable to extract the 5V directly from the adapter and inject it into the VIN 5V pin.
(so to be clear, I don't connect the adapter to the USB but to the VIN)

I don't understand why the board only needs USB power to boot and then runs fine without it.

supersjimmie
StalePhish
Imara90
did you solve this problem? if yes .... How??
many thanks

from nodemcu-devkit-v1.0.

bartieman avatar bartieman commented on April 20, 2024

I discovered that for my Lolin NodeMcu v3, the VU pin is only outputting 5V (approximately) if I power the board by USB. If I power the board with 5V using VIN and G, the VU pin is only outputting around 1.1V.

from nodemcu-devkit-v1.0.

tablatronix avatar tablatronix commented on April 20, 2024

It never occured to me that you guys are not using actual nodemcu boards, are you all using lolin or some other knockoffs ? I have amica nodemcu v2 boards and do not have an issue. I might have a doit also, and a wemos d1 mini, I can test

from nodemcu-devkit-v1.0.

MrAda avatar MrAda commented on April 20, 2024

I have been watching these messages. I have successful using my Lolin board but I basically had to feed a power brick to my USB cable which plugs into the usb port on the board. This provides power to board and the other pin didn't seem to work out well.

from nodemcu-devkit-v1.0.

rsagittario59 avatar rsagittario59 commented on April 20, 2024

from nodemcu-devkit-v1.0.

rsagittario59 avatar rsagittario59 commented on April 20, 2024

from nodemcu-devkit-v1.0.

rsagittario59 avatar rsagittario59 commented on April 20, 2024

from nodemcu-devkit-v1.0.

togius avatar togius commented on April 20, 2024

Use VV Nodemcu port for 5V output.
https://frightanic.com/iot/comparison-of-esp8266-nodemcu-development-boards/
Best answer drawkula. thanks.

from nodemcu-devkit-v1.0.

661995 avatar 661995 commented on April 20, 2024

hello guys ?
i have a nodeMCU esp12E ELU devlpmnt board.. i m connecting 4 6V relay to vin pin. when i plug in a USB to my computer 1st and second relay is working fine . but when third relay is on my nodeMCU board was short. means vin and gnd was shord inide automatically and board is died.. someone plz help me to fix it.. how i solve this? can i use 6v relay instead of 5V relay ? is any connection issue in my prototyping ? san we must use a optotoupler for protection of microcontroller ? somebody plz help me

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.