Bluetooth Architecture: Concept Explained
Here it goes:
Let us begin with a brief overview of what it contains and what it is intended to do.
The basic unit of a bluetooth system is a 'piconet', which consists of a master node and up to seven active slave nodes within a distance of 10 meters.
Multiple piconets can exist in the same (large) room and can be connected via a bridge node.
An interconnected collection of piconets is called a scatternet.
![[IMG]](proxy.php?image=http%3A%2F%2Fyhd3471.bokee.com%2Finc%2FFigure%25204-35.jpg&hash=df407a583a65bee5265dec5b61bb5223)
The reason for the master/slave design is that the designers intended to facilitate the implementation of complete Bluetooth chips for under $5. The consequence of this decision is that the slaves are fairly dumb, basically just doing whatever the master tells them to do.
At its heart, a piconet is a centralized TDM system, with the master controlling the clock and determining which device gets to communicate in which time slot. All communication is between the master and a slave; direct slave-slave communication is not possible.