I want to make a low power beacon with GPIOTE input which indicates movement and causing a change in the beacon advertisement (e.g. minor value). In order to do that I am using the gpiote event and initializing the advertisment data, stop and start. Since the GPIOTE resistot can be selected between pullup and no pull, I selected no pull and added expernal resistor of 100Kohm (instead of the internal 10Kohm), in order to save energy (since the tilt switch is always moving and causing gpiote event.
Still the current consumption due to the continouse stop start events is quite bug, I cannpt achieve real low power.
Is there any other way to get low power with tilt switch?