Hello,
I am developing a firmware to count pulses through a GPIO and store the sum of these pulses in a memory until there is pairing with the BLE.
After pairing, the sum of these pulses is transferred to another application and the memory is released and starts a new count.
These pulses will be performed at approximately 3 times per second, but it is not constant as this depends on my external sensor that will be connected to my GPIO.
I need help solving this, as well as counting and storing this information, my firmware should be done in order to use the minimum power.
Greetings...