My use case: I have a leader PB with a sensor board connected to other follower PB’s. They’re all reacting to sound/motion from the leader. What if I wanted to add another “leader” PB to add/average/max the frequency from both? Leader is in quotes because all I wouldn’t want it to act as a leader but just contribute sensor data.
Followers can have sensor boards and you can choose where they get their data for each type, but there isn’t anything that would let you have multiple remote sensor board data streams.
What are you learning looking to make?
@wizard it’s just in idea mode now, but I’m looking to make an interactive display where you have different forms of input, either in the form of sound (like a drum beat from bongos and/or just music), or movement like wheel you spin or just a button. And each of those inputs triggers various components of a setup, that for simplicity are only connected wireless, where the inputs sources are physically separate from the lighting. And then the sum of different components played simultaneously can trigger different visualizations e.g. you spin a wheel while playing the bongos unlocks a different visualization.
To illustrate, I have music, a set of drums using an accelerometer, and a button. And then I have different LED structures, let’s just say 2. All of these are wireless. Both LED structures are reacting to music. But then maybe I want LED structure #1 to react to the drums in addition to the music, and LED structure #2 to react to the button. So it’s effectively routing different sources of input wirelessly.