Hi,
My project application is to advertise BLE MAC ID (Company's 6 byte Unique ID) with advertising interval of 30 sec i.e. My BLE will transmit its MAC ID & go to sleep mode, wake up after 30 sec re transmit MAC ID & again go to sleep. It repeats this cycle forever.
I already purchased the nrf51822 beacon kit for development & now studying its example code pca20006 on keil, but it consist of LED, switches & API functionality along with DFU & configuration mode, which I really don't want.
Can you please provide simple BLE GAP based unconnected Advertising code example suitable with my application, which will allow me to configure MAC ID & Advertising mode Interval (1 to 60 Sec) with user specific data (up to 20 Bytes), so I can modify it as per my application?