2015-10-20 03:27 AM
Hi.
I just get a new nucleo shield with BlueNRG-MS and I would like to ask You how I should start with it? My adventure with Bluetooth started a few months ago, but communication with those systems was via UART and AT commands. This one is much different and I don't know how to start with it to exchange data with any other Bluetooth device. I have already downloaded ST library but I don't know how to use it. Can you give me any tips? #hello-world #bluenrg-ms2015-10-22 08:29 AM
Dear Legierski Michal,
One way for you to get started with your HW is using the X-CUBE-BLE1 software package that you can download here:http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1920/PF261442
The latest version is 2.5.0.One simple example that you can use is SensorDemo that you will find at this path within the package:
STM32CubeExpansion_BLE1_V2.5.0\Projects\Multi\Applications\SensorDemoThe readme.txt file describes what you need to do to establish a connection with a BLE enabled smartphone.
For more details, please refer to this document:http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00169392.pdf
What kind of project are going to use BlueNRG-MS for?
Best regards,
Antonio2015-10-23 02:31 AM
My device will be a part of a bigger system. I have to create a wireless optical head. It will receive data via Bluetooth (e.g. from PC) and will send it to device via infrared. Actually we have such head's but with USB connection and I have to make it wireless. Thank you for your answer. I will read those documents as soon as possible.
Michał