Hello @felmue
Your PR worked in my environment.
I have added code as follows.
M5.begin();
M5.Axp.set_BOOST_BUS_OUT_EN(true);
Thank you!
Hello @felmue
Your PR worked in my environment.
I have added code as follows.
M5.begin();
M5.Axp.set_BOOST_BUS_OUT_EN(true);
Thank you!
Thanks @felmue ,
I managed to light up the LED once. The issue seemed to be with the power supply, as you suggested. Thank you.
Here's what I did:
Additionally:
I think I need more code related to power management.
Hello Felix,
Thank you for your response. I apologize for any confusion. I tried using GPIO2 and GPIO1 for the Neopixel_PIN, but the LED strip still doesn't light up. I just misunderstood what I was posting about PINs.
Are there any possible problems or trial points?
Thanks for your assistance,
Iketaki
I recently purchased the M5Stack CoreS3 and am trying to light up the SK6812 LED strip that I bought from the official M5Stack store.
I've connected the LED strip to the CoreS3's PORT A. Based on the CoreS3's PIN MAP, PORT A is labeled as 26/36. With this in mind, I tried using the official sample program, setting the Neopixel_PIN to 26, but the LED strip doesn't light up. I've also tried setting it to 36 with the same result.
One thing I noticed is that the 144pcs/m version of the product seems to have slightly different terminals when compared to mine.
Could anyone shed some light on why this might be happening? What should I check or try to get the LED strip to light up?