This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SPI with BLE

Hello All

Could you please guide me. i want implement BLE with SPI interface...if i sent any command via mobile Bluetooth..then NRF51 DK should receive the Command and then it should transfer the data via SPI interface .could please help me

  • First make sure your BLE app is working well standalone (meaning GAP and GATT layers and your custom/chosen data protocol on top of it against your peer app - typically mobile or PC or other embedded device). Then test SPI example from SDK separately against your SPI counter part. Once you are sure both these things work you can attempt to merge both things into one application. Good luck!

Related