How do I install a usermod, so i can use my rotary encoder.
I’ve read the kno.wled.ge page about compiling wled, installed VScode, and tried to do it myself, but i couldn’t get either of the usermod_v2_rotary_encoder_ui or [a usermod to change brightness and color with a rotary encoder, cant find the link right now] working.
So it would be great if someone could teach/instruct me how to do that.
If you mean the reuslt from this site https://wled-compile.github.io/ then that is meant to compile on gh , follow the instruction on that site but to change the build flags on local pio on your PC then you would just add the build flags
-D USERMOD_ROTARY_ENCODER_UI in platformio.ini
Yeah, the OTA-Update is probably the easiest.
But even there I have problems.
I downloaded WLED (install.wled.me) on my ESP32 , connected it to my Wifi, went to Manual OTA update and uploaded my file.
It said „Update succesful“ , then said „Rebooting…“ and then my browser lost connection to the website. I couldn’t access it trough the IP or the app.
If you faced issues with OTA ( which could happen for multiple reasons ) then might be best to flash with serial directly from this site WLED installation (wled-install.github.io) , just make sure you take a backup if you have a lot of presets or configuration that is hard to redo .as your setting will be lost
There is a version with rotary encoder and some more usermods on wled-install.github.io. It very easy to flash and works perfectly fine. So its the easiest way.
But you can’t use some pins, because of the other usermods that are installed. @ltrows try if that works for you.
Like you i think the best way is to compile yourself if you can ( this could get a bit tricky if you will compile a lot of usermods at the same time but normally okay )