Skip to content

Integrate latest version of edge-impulse-sdk with an updated model and add MicroMod support #11

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
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

micropicostack
Copy link

This Pull Request integrates the latest version of the edge-impulse-sdk contained in the c++ library export and adds an example model with the new structure. Additionally there were just couple of changes in the files in edge-impulse/interface

…del example

The C++ library exported by edge impulse includes a newer version of the model
structure and edge-impulse-sdk. There were just couple of changes in the files
in edge-impulse/interface, other than that it is a replacement.
…Learning Carrier Board

The MicroMod board is paired with the RP2040 controller, the default board
is the initial Pico setup. To build the MicroMod version add -DBOARD_MICROMOD=ON
to the build.
@micropicostack micropicostack changed the title Integrate latest version of edge-impulse-sdk with an updated model Integrate latest version of edge-impulse-sdk with an updated model and add MicroMod support Jun 14, 2024
@AIWintermuteAI
Copy link
Collaborator

Hello!
Thank you for the PR, at the moment we don't accept PRs directly to firmware repositories.
However if you can distill this PR down to the 1-2 important changes, I can transfer these changes to internal repository.

One note: the SDK and the model files are NOT included on purpose (user should paste the fresh deployment from Studio before building). Please remove them from the PR.

@micropicostack
Copy link
Author

micropicostack commented Jul 8, 2024

Thanks for the feedback! I think there is an issues with copying the new deployment files to the repository. Namely the display_results in edge-impulse/inference/*_impulse.cpp will conflict and not build the firmware.

I have attached the .patch file with all the changes I did to make MicroMod board work. This includes adding the board define to the build, adding correct Pin defines, adding MicroMod onboard motion sensor implementation.

I guess the PR can be deleted, and if the changes are acceptable, they could be merged to the repository by you @AIWintermuteAI .

micromod.patch

@carlosdelfino
Copy link

Hello @micropicostack, could you help me? I'm trying to compile the firmware, but I'm not having any success. Open an issue that can be accessed via the link #13 .

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

Successfully merging this pull request may close these issues.

3 participants