We will be using nRF51422 with S310 SoftDevice for our development. ANT for mesh network implementation as that's what it does best, and BLE for interfacing with mobile devices, as BLE is more common in smartphones/tablets. We wanted to add iBeacon functionality for proximity and distance use cases. Here our my questions:
- Is it possible for the Smart Beacon firmware in the nRF51822-Beacon dev kit, to be used/ported in the nRF51422?
- Also, is there a way to switch or reflash the firmware at run time to switch between S310 softdevice, S120/S130 softdevice, and the iBeacon firmware?
- Is it possible to store the binaries of the softdevices/firmware in external flash and access it when switching firmwares at run time? Purpose is we wanted to make the software flexible and dynamic based on user application but using only a single chip (nRF51422). Hoping for your support. THanks!