Hi,
Is there any firmware to control Bluetooth over the UART interface. I want to use nrf52832 for Bluetooth only?
Hi,
Is there any firmware to control Bluetooth over the UART interface. I want to use nrf52832 for Bluetooth only?
Yes. Please look at BLE Serialisation:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Flib_serialization.html&cp=4_0_0_3_40
So you can just use the nRF52832 chip to run the BLE stack, and talk to it over a serial interface from a host application. Look at the ble_connectivity example to build the firmware which will let you do this.
Yes. Please look at BLE Serialisation:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Flib_serialization.html&cp=4_0_0_3_40
So you can just use the nRF52832 chip to run the BLE stack, and talk to it over a serial interface from a host application. Look at the ble_connectivity example to build the firmware which will let you do this.