Arduino UNO wireless relays

I’m here to ask a question about a project that I have in mind. Recently I used Arduino UNO linked to Ableton and managed to have a funny thing with lights, the setup was :

Ableton Live
Arduino uno
Relays
LED light 220v

Now my question is if you can advice me how to control those lights with in wireless mode and spread it in a space of 300m?

Thank you

I moved your topic to an appropriate forum category @123works.

In the future, when creating a topic please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

Does this space have walls?
Does it have wifi?
I think radio modules could reach this far in open space...

Highly recommend getting the book Arduino Cookbook and also Electronics Cookbook.

That is a shopping list, where is the annotated schematic showing what you will do with them.

Ableton Live will not run on the UNO, it requires For optimal performance with Ableton Live, a computer should have at least an Intel Core i5 or AMD Ryzen processor, 16 GB of RAM, and a 256 GB SSD. For better performance, consider an Intel Core i7 or i9 processor, 32 GB of RAM or more, and a larger SSD.

The UNO cannot drive relays directly, you will need modules.

LED lilght 220V, the uno will not drive them you will need an interface such as a relay etc.

That sounds like an interesting project that could be a lot of fun! However, Please keep in mind that we are not a free design or code-writing service. We’re more than happy to help with your design or code, but we need you to make an initial attempt. Please design and write your code, then post it along with an annotated schematic and an explanation of what’s not working properly. There is also a for hire section if you want to pay for it.

  1. Show Your Work First: Before asking for assistance, make an attempt to design or write the code yourself. Share your work along with details about what isn’t working. That includes a preliminary schematic that you drew.
  2. Provide Clear Documentation: Since we can’t see your project, share an annotated schematic (best) or a clear drawing of your setup. Clear Pictures are welcome, but avoid using Fritzing diagrams as they are wiring diagrams, not schematics, and are not ideal for troubleshooting.
  3. Include Technical Details: If there is specific hardware involved, include links to technical information. There are often many versions of similar components, so precise details are essential. I will assume the processor is a UNO. Many times the processor is stated as ESP32, please state which one and post a link to it.
  4. Reference Resources: For additional help, check out useful links and tutorials: Useful Links on Arduino Forum. Of course one of the better sources of information (in my opinion) is the Arduino Cookbook. Skim it cover to cover and stop on any project that interests you.