In the past we had a C based product that communicated from our Host processor over SPI to an nrf8001 peripheral using an Application Controller Interface (ACI) provided as part of
a Nordic SDK (the \Nordic\ble-sdk-efm32-master.)
This allowed us to send commands ie. (Retrieve the device's version information, Request the Bluetooth address and its type, etc) by sending a command via SPI to the nrf8001.
We have a new project which has a nrf52811 connected to our Host processor via SPI, similar to the example described above.
We need the same capability, to be able to send commands from our Host (STM32) processor to the nrf52811 over SPI to get device information, etc.
I’ve searched through the information at the Nordic infocenter, but it’s not at all obvious to me what is the path (if any..) to find a similar Application Controller Interface (ACI) or similar interface that will allow us to send commands via SPI to the nrf52811.
Any suggestions?
Thank you!