Hello,
I am new to nordic sdk and tools. I am planning to develop a nRF52840 DK based sensor device that reads I2C temperature sensor data ad broadcast it periodically. Also it will have 16-bit microphone and a speaker as an additional functionality.
I want to advertises temperature sensor every interval (beacon application). And with this I want my device to be connectable with central station (nRF52840-DK + CC3200 launchpad) for audio transfer.
Hence I need a sample nrf52 sdk base project that is configured for connectable advertisement and also have sample BLE services in that sdk sample code. Can anyone point me to that example in nrf52 SDK?
I have already developed the whole project using CC2640. The TI Simplelink SDK provides a 'SimpleBLEPeripheral' project that is configured for connectable advertisement. Now I want to move from cc2640 to nrf52840.
Can anyone help me with SDK sample that suits my requirement? Do we have something similar to TI's 'SimpleBLEPeripheral' project (processors.wiki.ti.com/.../Tutorial:_How_to_Create_a_Custom_Bluetooth_Smart_Embedded_Application_with_the_CC2650DK)