Hi,
I'm developing a system where I have a two button "remote" and connecting to movable part that plays sounds. My plan was to have a nRF52 in each of the parts. So "button1" will play the sounds and "button2" will snap a picture on the phone. Is this possible? Here are the two ways I thought to set up such a system:
1. The remote is the central device and the phone and movable part are peripherals
2. The movable part is the central device and it is responsible for the sounds and moving as well as relaying that the phone needs to take a photo when "button2" is pressed on the remote.
Please let me know if either are possible. I want to avoid using a RF remote system because another nRF52840 would be cheaper and will allow us to have smaller board.