Skip to content

Feature Request: add example for Portenta H7 #8

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

Open
crouxel opened this issue Mar 11, 2024 · 1 comment
Open

Feature Request: add example for Portenta H7 #8

crouxel opened this issue Mar 11, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@crouxel
Copy link

crouxel commented Mar 11, 2024

Request for Portenta H7 version of library

I was using this library with a an arduino Uno but thought I would try to use 2 cores with a portenta H7.
The portenta does not have an EEPROM, so #include <EEPROM.h> won't work, is not appropriate.
Is it reasonable to ask for a version of this library that works for the portenta H7?

@PaulZC
Copy link
Contributor

PaulZC commented Mar 11, 2024

Hi @crouxel ,

This library will run on the Portenta H7. I think what you are asking for is an example showing how to store the calibration factor and zero offset on the H7?

It looks like this is possible using Key-Value Store - see: https://docs.arduino.cc/tutorials/portenta-h7/flash-optimized-key-value-store/

I'm happy to leave this open, in case anyone has time to write such an example. If you are able to write one yourself, please send us a Pull Request.

Best wishes,
Paul

@PaulZC PaulZC changed the title Make library version for Portenta H7 Feature Request: add example for Portenta H7 Mar 11, 2024
@PaulZC PaulZC added the enhancement New feature or request label Mar 11, 2024
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

2 participants