In our project there is 1 master talking to 3 slaves, of which 1 over bluetooth and the other over a wired connection. We looked into the option of doing it over a I2C but were wondering if this can be used for 2 arduino's in parallel?
If this would not be an option, we could also try to build this prototype with 3 bluetooth connections. I already saw that the master can only communicate to 1 slave at a time forcing us to establish new connection the whole time which would be okay. Do you have any tips on how to tackle this problem? I was thinking by using pre programmed AT commands establishing/ breaking the connection when needed.