-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firmware update options #2
Comments
this explains the dead support here... |
@frostworx Use official binaries via kno.wled.ge, don't bother with their repo. It's at the OOOOOLD v0.13.3. Official 0.14.0 was just released, and contains a TON of improvements, including merged the SR into core WLED repo. |
Can someone confirm that the new FW works with the microphone and the remote? |
@kongo09 You might need to update some settings on the v0.14.0 after flashing to get to the right mic setting. The various pins and where they connect can be found on the page, I believe you're referring to https://www.athom.tech/blank-1/wled-esp32-rf433-music-addressable-led-strip-controller Not sure about the IR remote, probably can get it partially working. As for RF433, doubtful unless you port the Usermod (https://github.com/athom-tech/Sound-Reactive-WLED/tree/master/usermods/RF433) from their repo to the core. Really wish Athom would upstream their Usermod/remote differences. That way they wouldn't end up having OOOOOLD firmware on their otherwise excellent hardware, and not have to actually maintain any of the software themselves. Lower mid- and long-term costs that way. |
yeah, thought so, @Drizzt321 |
Might help others as well: In the end, I did not even try to get the microphone to work, but instead used It works excellent! :} |
I haven't tried to get the remote to work, but I can confirm the microphone works with the official release.. In order to enable the microphone, confirm the settings in the Usermods -> Audioreactive config section. Set:
Keeping the settings from the athom repo defaults, change the config section to:
Save and reboot the unit. |
Thank you for posting your settings, @kaibae19! Edit: who needs an IR remote, when you can use Home Assistant instead :) |
Just got my christmas lights set up. Really want the 0.14 version on it (have it on another WLED device). About to push from HA...praying it doesn't hose my setup. |
You could give the MoonModules WLED fork a try. We have a special PDM microphone driver variant "legacy I2S PDM" that works better with athom hardware, and you can still use AGC without problems. Also we made an attempt to get the athom IR to work, however some keys are having slightly different functions in the MoonModules WLED fork. |
OMG I just found MoonModules, looks promising, I'm definitely going to try it out! |
But in principle, I'm really satisfied with MoonModules 😄 |
The "WLED ESP32 Music Addressable LED Strip Controller" is working fine with WLEDMM_0.14.0-b27.31_athom_music_esp32_4MB_M.bin https://github.com/MoonModules/WLED/releases Thanks. |
Which binary do I need given there are different versions? Thanks! |
I'd suggest using the latest stable audioreactive build "WLED_0.14.0_ESP32_audioreactive.bin" (mine is still running the beta "WLED 0.14.1-b1 Hoshi") Edit: just bumped without any issues to stable 0.14.0 Interesting how many people look for information in this repo btw, |
I can confirm that the newest WLED_0.14.1-b2 is working great with Athom music version. I guess the ATHOM team is waiting for a stable version of WLED. Tip for the team: My environment configuration is: [env:Athom_SoundReactive] Half work is behind you guys. |
Happy I found this, was thinking of buying this devices but seems Athom is one of those "release and forget" companies, not buying devices without proper support. |
A tried the stable version of WLED_0.14.1_ESP32_audioreactive.bin https://github.com/Aircoookie/WLED/releases/tag/v0.14.1 Seems to be working. An issue I had, and remains unresolved, is that when wifi sleep is enabled, the connection is problematic and when I have the LEDs turned off, I get a restart after a few seconds and they turn on with orange color. |
I just flashed WLEDMM_0.14.1-b30.36_athom_music_esp32_4MB_M.bin from https://github.com/MoonModules/WLED/releases and all seems to be working. Fixed the names of effect and color palettes in my Home Assistant system. I'll report anything else interesting (good or bad). |
Is the remote working for you? |
I don't use a remote. I think I have one somewhere and will test it if I can find it. |
I found the IR remote and receiver. Worked just fine. One other note for Home Assistant users, don't upgrade if it offers a 0.15.0-b2. I was unable to get the mic to work with that version. |
Yes be careful to not "accidentially upgrade" your music controller with "plain Aircoookie WLED". You'll lose IR support, and your microphone will also not work well in plan WLED. So it's better to only use MoonModules(MM) WLED, and don't update blindly to something with a bigger number. Audioreactive in MM is much better (1.5 years ahead) and we have a driver called "Legacy I2S PDM" especially for the music controller. |
I needed WS2805 support so I gave it a go with V0.15.0.b4 and got it working with the following settings:
|
That works great on my Athom controller, @Dogmeat88, many thanks. Apart from RFF, of course, looks like that's not easy to solve? |
@Pharkie no problem. |
Some of the Athom controllers have RF433 to wirelessly connect PIR sensors and push buttons. The microphone and IR remote can be made to work with the above settings, but it seems that the RF433 hardware is difficult to make work with more up-to-date WLED firmware. |
Upgrading to Moon Modules WLED worked perfectly for me. I updated my controller by going to Config / Security & Updates / Manual OTA Update using the .bin file directly. All settings I made previously worked out of the box and the IR remote also worked. The Microphone did not work.
It only really reacts to loud music. There is a manual gain slider in the info tab which can be used to adjust it from a user perspective. Its a bit unfortunate that they are the only company selling a WLED compatible controller with a fuse, relay, IR, microphone and case. |
Athom moved over to the normal releases.. |
This is due to switching AGC off. If you set AGC to "normal" or "vivid", then MoonModules WLED will react a lot better.
This is a very high squelch value. Try to optimize it for better reactivity: https://mm.kno.wled.ge/WLEDSR/Squelch-and-Gain/#how-to |
Well "kind of". If you try to compile their source code, you will find out that it behaves differently... In my opinion, athom actually moved to closed source, because the binaries on their release page are not build from the released source code. There seem to be some "secret addons" which athom does not publish on github. |
That's true. |
I recently ordered two "WLED ESP32 Music Addressable LED Strip Controller".
On your project page
you're referring to your wled SR fork as firmware update source,
the official SR project is here though.
Your fork does not seem to be very actively developed (in fact even the readme points to the real project), so I wonder if your fork is still required for fw updates?
Additionally the official WLED project has audio reactive support since the latest beta - could this be used as well for firmware updates?
The text was updated successfully, but these errors were encountered: