Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DA14531 Reuse & Extended Use #8

Open
FloofyDwagon opened this issue Mar 26, 2024 · 0 comments
Open

DA14531 Reuse & Extended Use #8

FloofyDwagon opened this issue Mar 26, 2024 · 0 comments

Comments

@FloofyDwagon
Copy link
Contributor

When we start using the DA14531 on a bee, we will flash to the OTP memory meaning we can no longer access the memory via the serial wire debug probe. Data will be retrieved from the tag via BLE - currently initiated via a GPIO-IR.

Following data retrieval we should reset the tag to be used again:

  • End transmission.
  • Reset variables.
  • Restart receiving.
  • Re-enable RTC-IR (if disabled to save power)?

Might be worth thinking about the system's representational power of time too: currently it's relative time to ms accuracy transmitted and stored in 3 bytes meaning up to ~4 hours of time can be represented... this is probably fine for now as the transmitter batteries will begin to die at a certain point. However, to represent actual time or longer periods of relative time another byte will be needed which is possible in the advertising address' 6th unused byte (this will result in additional storage burden on the DA14531 too).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant