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

ST25 dynamic NFC tag: EEPROM wearing problems #4

Open
araobp opened this issue Jun 8, 2019 · 0 comments
Open

ST25 dynamic NFC tag: EEPROM wearing problems #4

araobp opened this issue Jun 8, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@araobp
Copy link
Owner

araobp commented Jun 8, 2019

The signage app needs some improvements to avoid the EEPROM wearing problems.

Currently, new URL is written on EEPROM every 10 seconds.

Improvements:

  • Write a base URL onto EEPROM for the first time.
  • webapp.js updates "ref" as a variable on STM32's SRAM, when a new POST request has been received from the signage SPA.
  • When the firmware on STM32 has detected GPO interrupt (RF Field Change event), the firmware writes a new URL onto EEPROM, and "ref" is appended to the base URL like "&ref=something".

The problem is that I have nearly lost my development environment since last week. Unfortunately, CubeIDE is very unstable, and my DELL PC is broken (its quality is no good)...

@araobp araobp added the enhancement New feature or request label Jun 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant