Effacer les filtres
Effacer les filtres

How to simulate a connectionless BLE network using MATLAB Bluetooth Toolbox?

5 vues (au cours des 30 derniers jours)
Garvit
Garvit le 13 Fév 2023
Commenté : Garvit le 15 Fév 2023
I want to simulate a network where one node is acting as broadcaster and other as observer (or scanner) only and calculate different parameters like throughput, sleep time etc. in different scenerios.
The "BluetoothLENode" object only allows a central and peripheral role for nodes which can function in a connected type of network only.

Réponses (1)

HimeshNayak
HimeshNayak le 15 Fév 2023
Hi Garvit,
I understand that you want to simulate a BLE network, where one node is acting as a broadcaster and other as an observer, using MATLAB Bluetooth Toolbox. This can be done using the Bluetooth Mesh Networks.
Provide the role “broadcaster-observer” to the “BluetoothLENode”, using the following code.
bluetoothLENode("broadcaster-observer")
You can also checkout the following link that shows a sample output from a “BluetoothLENode” call that creates a broadcaster-observer node.
Further you can visit the following link to understand the creation, configuration, and visualization of Bluetooth Mesh Networks,
Regards,
HimeshNayak
  1 commentaire
Garvit
Garvit le 15 Fév 2023
Hi Himesh,
Thanks for the reply.
What I am interested in is that my broadcaster should never spend it's time scanning for the advertisements and my observer should never spend time advertising and with "broadcaster-observer" role of BluetoothLENode it's not possible to make both "AdvertisingInterval" and "ScanInterval" as zero.
Also I want my network where there is one observer and many broadcaster to be not forming mesh or star network and never form a connection with each other.
You can consider a reverse of Bluetooth Beacon as an approximate example of the situation I am interested in Simulating i.e. there are many advertisers who are never doing scanning and a single observer which never advertises.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Coexistence Modeling dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by