Other Parts Discussed in Thread: CC2530
Hello,
I have a question similar to the linked post, but somehow different. I would like to make a star topology with multiple nodes (maximum 100), all of them sending data, for a short period of time, to a Master. The current solution we have is based on CC2530 and works fine but we would like to use the Bluetooth 5 protocol for efficiency. For the CC2530 project we developed a custom protocol, which would like to avoid (if possible) due to resource consumption and time to market.
Each node will stay in sleep for most of the time and will send the data every now and then (raging once every few seconds to minutes). Also we need an acknowledge based system, bi-directional, where messages are not lost and if/when that happens, the slave or master could ask for the same message again.
Mesh solution is not the best since all the devices (except the master) will be placed in an extreme environment and the Master will be placed in another environment, so most of the times the Master will have the worst link compared with the other nodes, but that is the final destination of the package.
Thank you.