filmov
tv
Tutorial 7: BLE
Показать описание
In this tutorial we’ll be covering how you start using the onboard BLE of the Tactigon board.
The BLE (Bluetooth Low Energy) is used to wirelessly communicate between devices in a “role based” scenario. There is one Central device and one/multiple Peripheral devices. There is also a configuration there a BLE device can broadcast data without being connected to any specific device: beacon mode.
In this first time BLE tutorial we’ll set up the Tactigon board as a peripheral device that broadcast data to a smartphone. This allows you to test the communication between the devices in an easy way so that you can later on start to develop all your ideas.
You can download this example code from our GitHub page:
The BLE (Bluetooth Low Energy) is used to wirelessly communicate between devices in a “role based” scenario. There is one Central device and one/multiple Peripheral devices. There is also a configuration there a BLE device can broadcast data without being connected to any specific device: beacon mode.
In this first time BLE tutorial we’ll set up the Tactigon board as a peripheral device that broadcast data to a smartphone. This allows you to test the communication between the devices in an easy way so that you can later on start to develop all your ideas.
You can download this example code from our GitHub page: