Hi.
I'm busy to add the nrf8001 BLE module to my PIC32MM product for negative pressure monitoring in a small area. Is there is list of minimum settings that is available to get the nrf8001 going? (Pseudo code) or something?
Kind regards BDD
Hi.
I'm busy to add the nrf8001 BLE module to my PIC32MM product for negative pressure monitoring in a small area. Is there is list of minimum settings that is available to get the nrf8001 going? (Pseudo code) or something?
Kind regards BDD
I would recommend that you start with the ble-sdk-arduino. Follow the porting guide. At a minimum you need to use nRFgo studio to create a setup file (or use one from the example projects). This needs to be sent to the nRF8001 on boot to configure the device. After that you can send / receive data according to your configuration.
porting guide:: https://github.com/NordicSemiconductor/ble-sdk-arduino/blob/master/documentation/libraries/BLE/nRF8001-Porting-ACI-Library.md
Im new to the nRFgo Stdio.
So I need to do a setup on the Studio , will that export a settings file that I can use and stream over via SPI? from my PIC32MM
Yes, you need to do that. I guess you should also look at the library arcithecture document to get a better understanding of this.
Yes, you need to do that. I guess you should also look at the library arcithecture document to get a better understanding of this.