It's working!!! #674
Replies: 2 comments 2 replies
-
Glad to hear you've got it working!
I actually suspect you booted the device once while the wrong SSID was still configured, at which time NDS would have persisted that into nvram. Once it finds the credentials there it will ignore the defaults in secrets.h, even if the stuff in nvram is wrong. You could try doing a full (firmware) reset of the device, reflash with the correct settings in secrets.h and then try again. I don't think the remote control can work, as I don't see an IR receiver connected to your M5StickC Plus2 in the picture or video. |
Beta Was this translation helpful? Give feedback.
-
The M5 has an LED IR transmitter, but no receiver.
… On Dec 16, 2024, at 6:23 PM, Witchdoc59 ***@***.***> wrote:
Well that worked. At first the m5 said there was no wifi so I opened up the serial port and noticed that the serial monitor indicated that I had an IP address and then a second look at the m5 and it's showing the IP address.
—
Reply to this email directly, view it on GitHub <#674 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA4HCF245IFMSYWDWMI65FL2F6DJXAVCNFSM6AAAAABTU6G326VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJYG44DGNY>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
-
I had trouble getting Dave's laser cannon working. [https://www.youtube.com/watch?v=1hYmpztMQe0&list=PLF2KJ6Gy3cZ7ynsp8s4tnqEFmY15CKhmH] So then I saw a video on WLED and I thought I'd try that. WLED can not use pin 32 so I had to wire up my M5 using pin 33. Following the wiring scheme of the WLED video everything worked fine. So once I had WLED working I thought maybe I could get NightDriver working. It took me a bit of time to find where to modify the active pin but once I set 33 in the globals.h file then everything worked fine. I've attached a photo of the wiring setup and a video of the working strip. I haven't got the strip rolled out to it's full length as the room isn't big enough.
I created a video of the working strip and it can be viewed here. https://youtu.be/dReUvsyvFTg
I'm not sure if I have the #define COLOR_ORDER EOrder::GRB set correctly. WiFi and Remote Control are not working. The problem with the WiFi is that it is trying to join the wrong wifi network even though I've set the correct ssid in the secrets.h file. I'm suspecting that it's reading a wrong secrets.h file.
Beta Was this translation helpful? Give feedback.
All reactions