Hello to this great forum.
Forgive me for my bad english.
I want to give me some advice for my project for home automation.
I want to setup a network in my house, with some boards, that each board communicate to a master board with RF24L01.
So if we have 3 rooms and name them AA,A1,A2
i want to have a uno board with a RF24L01 as a master in room AA
an ATtiny with RF24L01 in each other room.
-
The first thing i want to ask is what IO will be left for the ATtiny to communicate with relles or temperature sensors or some buttons to control same devices in this room.
-
Can i separate the data from room A1 and A2 to know the uno board where to send the data and from where the data is coming from? can i do this in the code? if every data from the A1 room have a letter A before everything and B from A2. Will be problem if A1 and A2 send data the same time?
Thanks for your time.