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

Use an SD card rather than FRAM #90

Closed
jeff-winn opened this issue Dec 9, 2021 · 2 comments · Fixed by #113
Closed

Use an SD card rather than FRAM #90

jeff-winn opened this issue Dec 9, 2021 · 2 comments · Fixed by #113
Assignees
Labels
feature New feature or request

Comments

@jeff-winn
Copy link
Owner

As a user, I would like the ability to set my own pin for the Bluetooth connection bonding without having to compile the software myself. Because the current mechanism requires the use of the FRAM chip, and the difficulty to set it up is high having an externalized SD card I can plug into my computer to set the value in would be extremely helpful.

@jeff-winn
Copy link
Owner Author

Potential hardware:
https://www.adafruit.com/product/4682

This appears to also require the use of the SD library since it's SPI based, nor does the Feather M4 Express seem to support SDIO.

@jeff-winn jeff-winn added feature New feature or request and removed feature labels Dec 9, 2021
@jeff-winn
Copy link
Owner Author

The configuration settings class in the master device will likely need to absorb this change in technology.

Still not sure whether JSON or an INI style file should be used.

@jeff-winn jeff-winn self-assigned this Dec 14, 2021
This was referenced Dec 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant