Hello, i bought an ESP32 thing Plus (WRL-15663) and also this oled module:
https://www.amazon.com/Diymore-Digital- … B07XRFFPCT
I tried to connect it trough the I2C bus by soldering a Qwiic on it, and the display itself worked fine, however the orange LED on the
Thing started immediately to light up at boot and i noticed it gets brighter as more white dots appear on the display.
This could mean that the display is drawing a lot of current and the regulator on the ESP thinks it is chargin a LiPo,
as this is what the LED should indicate.
I am actually running the same display with an Artemis Thing with no problems, and the ESP regulator should be more powerful than the Artemis (1100 mA against 600 mA according to dataheets).
The most annoying problem is, however, that if i connect an F9P GPS module on the same I2C bus, i cannot get
data from it, with, for example, “myGNSS.getLatitude()”, only random garbage; while it works just fine if i remove the display from the I2C bus. As if the display was clutterimg the I2C data channel.
The evidences might lead to a hardware fault on the display, even if it is working, but I would like to get some advice or a feedback from someone that has tried the same display.
Thanks in Advance