Hello,
I'm currently on an Arduino project where I'm using wireless communication the first time.
I want a smart light system in my room that should use more than two Arduinos.
I want to make a touch screen that can control multiple Arduinos which are responsible to control the Lights.
As I want to control multiple Lights at different places in my room I need a communication with about 4-5 Arduinos. The touch screen should be a master and the others should be slaves. I would appreciate to do it with Bluetooth, so is it possible to connect more than two Arduinos using Bluetooth and if yes, what Bluetooth module would you suggest. If not, are there other ways to do it.
I would be happy if you can help.