-
Notifications
You must be signed in to change notification settings - Fork 2
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
Demo implementation for ESP32S3 #38
base: main
Are you sure you want to change the base?
Conversation
Do not set the |
I finally managed to successfully run two edgeImpulses. I had to create a new class specifically for combining the distance and acceleration sensor in a single file. Otherwise I would get a "multiple definition" error. |
the edge impulse implementation works now with all sensors. The interval for the two ToFs is not completely stable (sometimes it loops every 117ms, other times every 96ms or 66ms). Not sure why. |
Added a new folder "sensebox-bike-atrai-esp32s3" to house the implementation. Check out the README of that folder for some performance tests on an Adafruit Feather ESP32S3.
The implementation is covering the following:
I was able to connect to the device with the currently used senseBox:bike app and record measurements.
The ToF should run on its own core, because at the moment it is the bottleneck and needs to have the highest possible frequency it can get.
Other open issues: