How to configure and test BlueNRG 2 as a network coprocessor ?
Hello all ,
I would like to use BlueNRG-2 in my project to communicate in BLE with mobile phone .
My application is build with Atollic TrueStudio on STM32L0.
I'am using BlueNRG-2 on STEVAL-IDB008V2 to test demo applications .
I downloaded BlueNRG-1.2 DK software package and BlueNRG GUI V3.1.0.
So far I understand that I need to flash DTM binary file: DTM UART.hex with BleuNRG-2 navigator to configure BleuNRG-2 as a network coprocessor
I connected my STM32 uC UART interface with UART_RX (IO11) and UART_TX (IO8) of the BlueNRG 2 on the STEVAL-IDB008V2. .
My questions are :
1- Is there any HW configuration to do on STEVAL-IDB008V2 to use UART interface.
2- which software library i need to implement in my uC or BlueNRG 2 to communicate with my mobile phone ?
3- In which case i need the DTM Updater ?
4- how can i test DTM firmware ?
Thank you .