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

How does 'Solar Sensor Beacon' example work without softdevice?

Hi,

I found the 'Solar Sensor Beacon' example from 

https://github.com/NordicPlayground/solar_sensor_beacon.

There, I found that no softdevice initialisation (nrf_sdh_ble_enable) has been used. Also, in the Target Options, I found that IROM1 starts from 0x0 and IRAM1 starts from 0x20000000 - which confirms, softdevice has not been used.

Is it possible to beacon out something without using softdevice?

Thanks.

Parents Reply Children
Related