logo elektroda
logo elektroda
X
logo elektroda

[Solved] NodeEcu V3 board power supply: connecting sensors and LED to 3.3V, VU-5V, VIN 5V outputs

szaryczlowiek831 510 7
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 19819839
    szaryczlowiek831
    Level 4  
    I need a quick answer. I have a NodeEcu V3 board. On the board there are 3 outputs 3,3V, VU-5V, and VIN 5V. So I can for example 4 sensors to one board and under VIN for example an LED.
    I mean just the power supply without programming.
    Because I am afraid that if I connect everything then the voltages on the pins will drop.
    If I am wrong somewhere in the description, please correct me. Board connected via USB.
  • ADVERTISEMENT
  • #2 19819998
    khoam
    Level 42  
    The VIN is an input for power, not an output. It is used to power the board when USB power is not being used.
  • ADVERTISEMENT
  • #3 19820056
    szaryczlowiek831
    Level 4  
    khoam wrote:
    VIN is the input for power, not the output. It is used to power the board when not using USB power.
    .
    And you see I found quite a different opinion just here on the electrode. That when powering the board from USB there is a voltage of 5V on the VIN pin.
    Unfortunately I will organoleptically check only when I return.
  • Helpful post
    #4 19820090
    khoam
    Level 42  
    In older NodeMCU models this was indeed the case, i.e. the VIN was directly connected to the VUSB.

    szaryczlowiek831 wrote:
    That means I can to one board e.g. 4 sensors
    .
    What is the total consumption of all 4 sensor modules?
  • ADVERTISEMENT
  • #5 19820209
    szaryczlowiek831
    Level 4  
    I just googled and read that the win output on the V3 version is input only. I just wanted to bow and admit I was right. The MSP2401 display is to be connected to the board to this DHT 11 or DHT 22, DFR0645, and GW PLLRA1.PM-N4N6-XX52-1-700-R18.
    Assumption DFR0645 gives time and temperature from sensor interchangeably every ~30 sec backlighting during daytime hours at nighttime hours backlighting minimum. Dht sensor read every 30min led wired to switch. Led backlighting similar to display.
    Bistable switch on diode supply.
    I have not yet decided on the diode itself. In theory both displays should run on 3v as should the sensor.
  • Helpful post
    #6 19820503
    khoam
    Level 42  
    All pins marked 3V3 on the NodeMCU board are connected to the output of the stabiliser on this board. The current capacity of this stabiliser (AMS1117) will not exceed more than 500 mA, mainly due to the poor heat dissipation on this board (the theoretical maximum capacity of this stabiliser is 1 A).
    The NodeMCU for its needs draws about 200 mA.
    The two displays together consume a little over 150 mA.
    The Power LED is a consumption of about 700 mA (here only the power supply from the VUSB comes into play, if the current capacity of the USB port allows it).
    The current consumption of the DHT is negligible.

    In my opinion, it is best to power everything from the VUSB.
  • #7 19820563
    szaryczlowiek831
    Level 4  
    Thanks for the reply. I'll connect everything to the board and run some cables and see if anything heats up. Of course, the diode will be connected under the VU, but I don't see any other way. USB should be fine, but before I put it in the box I'll check if it heats up.
  • ADVERTISEMENT
  • #8 19820569
    szaryczlowiek831
    Level 4  
    Thanks for the reply. I'll connect everything to the board and run some cables and see if anything heats up. Of course, the diode will be connected under the VU other way. USB should be fine, but before I put it in the box I'll check if it heats up.

    Added after 3 [minutes]: .

    I have received a suitable hint on how to solve my problem. What will come of it will show time.

Topic summary

The discussion revolves around the power supply options for the NodeEcu V3 board, specifically the use of its 3.3V, VU-5V, and VIN 5V outputs for connecting sensors and LEDs. It is clarified that VIN is an input for power, primarily used when USB power is not available, and that it may provide 5V when powered via USB. The total current consumption of connected devices is a concern, with the AMS1117 voltage regulator on the board having a maximum output of 500 mA. Users are advised to connect devices to the VUSB for optimal performance, as the NodeEcu itself draws about 200 mA, and additional components like displays and sensors should be accounted for to avoid overheating. Testing for heat generation after connections is recommended before finalizing the setup.
Summary generated by the language model.
ADVERTISEMENT