Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Armazenar contagem de pulsos em memória e envio BLE

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...

Related