Skip to content
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

5ghz ESP32+ RTL8720 usermode #4149

Open
Negr92 opened this issue Sep 18, 2024 · 2 comments
Open

5ghz ESP32+ RTL8720 usermode #4149

Negr92 opened this issue Sep 18, 2024 · 2 comments
Labels
enhancement hardware (Likely) Setup-specific issue, e.g. flickering LEDs question

Comments

@Negr92
Copy link

Negr92 commented Sep 18, 2024

I’ve been studying the WLED project for some time. I use LED to control LEDs using ARTNET and 1.31. sometimes I notice interference at 2.4ghz (when I use it on stage). The interference is caused by other equipment. I want to use WLED at 5GHz frequency. There are very few modules with 5ghz support. my choice fell on the Realtek RTL8720. I plan to connect RTL8720+ESP32 via UART. The RTL8720 connects to WIFI 5ghz and transmits data via UART to ESP32. do you think it’s possible to do this as a USERMODE?

P.S. I am not a professional programmer. I’m a fan of writing simple programs. WLED is too complicated for me. I ask for help and advice.

@softhack007 softhack007 added question hardware (Likely) Setup-specific issue, e.g. flickering LEDs labels Sep 18, 2024
@willmmiles
Copy link
Collaborator

I don't think it's currently possible to proxy network access over the serial port; as far as I'm aware that's never been done with Espressif's TCP/IP stack.

You could potentially write a program for the RTL8270 to act as its own ARTNET/e1.31 endpoint and convert the messages to the Adalight protocol that WLED supports on the serial port. It would be entirely independent of WLED, though. If you found the Adalight protocol to be unsuitable, you could potentially implement your own as a usermod.

@netmindz
Copy link
Collaborator

Depending on what control you are looking for, you might also be able to use wired DMX as the input from the other board - if you are using the in-built effects rather than realtime (dumb) mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement hardware (Likely) Setup-specific issue, e.g. flickering LEDs question
Projects
None yet
Development

No branches or pull requests

4 participants