0

How to broadcast real time data to 200 Oculus Go?

The sent data would be approximately 4800 bits of information, at least 25 times per seconds. All Oculus Go would receive the same data.

This seems unlikely to work properly with a single Wi-Fi router, because of signal interference.

Could it work using multiple wireless routers?

Or is there a way to broadcast Wi-Fi signal to many devices, all listening the same channel (setting the Oculus Go as passive receivers, and having a single emitter)?

8
  • 50 3D positions is entirely arbitrary. There is no information as to what bandwidth you'd need or the size of the data. Both of which could be relevant. A Wi-Fi signal is also always a broadcast you're probably thinking about multi cast or similar.
    – Seth
    Commented Feb 25, 2019 at 10:52
  • Sorry for being unclear. I meant 150 * 32 bits, 4800 bits of information, at least 25 times per seconds. By "broadcasting Wi-Fi signals using the Oculus Go as passive receivers", I meant emitting data from the wireless router, and only receiving on the Oculus Go (not answering nor anything else) all on the same channel (to avoid signal interference). I was advised to use a custom external board with an nRF24L01 2.4GHz Wireless Transceiver and an atmega32u4, if it is not possible to do this with the integrated Wi-Fi.
    – arthur.sw
    Commented Feb 25, 2019 at 11:05
  • "150 * 32 bits, 4800 bits" - where did you get that? What's 150 and 32 bits?
    – gronostaj
    Commented Feb 25, 2019 at 11:15
  • 3
    Is it different data for each single Oculus Go, or the same data for each? Multicasting on wireless, even if encrypted via WPA/WPA2, sends the data only once, so if it's the same data, that should work out of the box without bandwidth trouble (provided you can convince the Oculus Go to receive multicast data).
    – dirkt
    Commented Feb 25, 2019 at 11:32
  • 1
    @arthur.sw you have the application on all the Androids listen to a class-d IP Address of your choosing. (If you are the author of said application). Commented Feb 25, 2019 at 23:22

0

You must log in to answer this question.