logo elektroda
logo elektroda
X
logo elektroda

NodeMCU ESP8266 I2C Adapter Low Power Issue with SHT31 Sensor LED Glowing Dim

63 7
ADVERTISEMENT
  • #1 21680926
    Derby Jhon
    Anonymous  
  • ADVERTISEMENT
  • #2 21680927
    Derby Jhon
    Anonymous  
  • ADVERTISEMENT
  • #3 21680928
    Rick Curl
    Anonymous  
  • ADVERTISEMENT
  • #4 21680929
    vaibhav sharma
    Anonymous  
  • ADVERTISEMENT
  • #5 21680930
    Derby Jhon
    Anonymous  
  • #6 21680931
    Rick Curl
    Anonymous  
  • #7 21680932
    vaibhav sharma
    Anonymous  
  • #8 21680933
    Cologne LED
    Anonymous  

Topic summary

A NodeMCU Lolin ESP8266 board connected to an I2C adapter experiences a low power issue when interfacing with an SHT31 sensor, indicated by a dimly glowing sensor LED. The sensor functions correctly with Arduino I2C adapters, suggesting a wiring or power supply incompatibility with the NodeMCU setup. The NodeMCU is powered via micro USB at 5V, which is appropriate. Voltage measurements at the I2C adapter's Vin pin show only about 0.24V, much lower than expected. This occurs because the I2C shield supplies power to the sensor from its Vin pin, which on the NodeMCU is an input pin rather than an output. The recommended solution is to bypass the shield's Vin power line and supply the sensor directly from the NodeMCU's 3.3V pin. Additionally, the presence of a large capacitor (greater than 10µF) on the power line of the I2C adapter can cause delayed charging and voltage drop; removing or bypassing this capacitor may improve power delivery and sensor operation.
Summary generated by the language model.
ADVERTISEMENT