2018-01-29 11:15 PM
Hello,
We are using the STEVAL-IDB007V1 board and we want to use both BLE and BL. As i read, the BlueNRG-1 supports only BLE.
Is there any other solution(other IC) to implement BLE/BL but also be able to download firmware on the internal MCU?
Thank you !
#ble #bluenrg #bluenrg-1 #bl #bluetooth #dual #mode2018-01-30 05:56 AM
Hi,
BlueNRG-1 supports BLE only. If you don't need BLE and just want a Bluetooth Classic solution (Bluetooth V3.0), you could use the SPBT3.0DP module.
What kind of product or application are you targeting?
2018-01-30 06:19 AM
We want to support both classic Bluetooth and BLE on same chip.
Also, we would like to implement the communication using the internal MCU (like BlueNRG-1) to avoid the cost of adding an external MCU.
2018-01-30 07:39 AM
ST doesn't have any chip supporting both.
You may use BlueNRG-1 as your application processor to run your application code without the need to have an external MCU. And you could connect an SPBT3.0DP module to it. In this way you would support both Bluetooth Low Energy and Bluetooth Classic, but they would show up as different devices.
I don't know if this combination may fit your needs, though. What kind of product are you going to build?
2018-01-30 07:42 AM
Is there any library from ST related to SPP to implement this protocol?
Or should is use the way 'BLE_Chat' is working?
2018-01-30 10:51 AM
Both STSW-BT3.0DP1 and STSW-BT3.0DP2 software packages for the SPBT3.0DP hardware modules come with an implementation of the SPP profile for serial cable replacement (client and server).
If you want to use SPP, of course you don't need the 'BLE_Chat' proprietary profile which is meant to be used with BLE.
Out of curiosity, what kind of product are you targeting?