Hi,
i'm facing a problem with a connection.what i understand from ble there are 2 mode in ble such as advertising mode and connection mode. i'm working on a project, which is developing a previous project. on previous project we have 3 drones as 1 act as master and 2 as slave drone they are contionously send data such as position and distance so the slave can adjust the master's position. there are no connection between them so i believe it's in advertising mode
Now we want to establish a connection between master drone with a smartphone so we can send order such as fly etc, so i believe it's a connection mode but as i implent my connection programm there is an interference from the previous project so the smartphone can't not detect the master drone.
my question is should i build a mesh or should i make my master drone as central and peripheral? as it receive order from smartphone and then send its positon to two slave.