As I said above you can change the above defines so that the buttons are active with low power. Then after rebuilding, you can use button1 to do factory reset and advertise.With the default settings, factory reset cannot be done in low power mode.
Hello,in app_conf.h where you are setting CFG_FULL_LOW_POWER 1, there is also this code below.Which means that buttons are not used at all. You can simply change this define to enable them.
This is not possible, unfortunately. Installing the stack is a more complex operation than just programming it into memory - there are safety and other procedures done by FUS. Because of this, the stack binary cannot be combined with the user applica...
Using CFG_TX_POWER to adjust the output power should go without issue. But the most straightforward way is to use the aci_hal_set_tx_power_level(1, CFG_TX_POWER); function with a different second parameter. Here I switch between two levels in the p2p...