Closed wtfamidoingrn closed 3 months ago
Could you solve your problem ??
Not really, I eventually resorted to sending all measurement data via a serial connection to my laptop, filtering there and sending instructions back.
I want to implement it in esp32. It has more speed and space. Can you help me by providing some codes and also which library should i install?
Hi, I just quickly uploaded most of the project here. Since this was more of a side project over a year ago, I honestly don't really know what is going on in that codebase. I hope this does help you in some kind of form anyways.
I think all the used libraries are specified in platformio.ini
but are not uploaded to the repository so you might have to figure out how to get them...
Hello, I am using (or at least trying) your library which is exactly what i need on an Aduino uno.
The problem is that the variables don't fit in the 2KB SRAM of the Arduino.
This is what platformio (I do not use the Arduino IDE but the CLion platformio addon) says about the memory usage:
This is the code (main.cpp) i used:
Most of the code is copied from the imu example with some changes from me concerning the I2C and MPU libraries (I use those provided by Seeed Studio).
Is there any way to drastically reduce the Memory usage without using another chip?
If you need any more information don't hesitate to ask, I don't open that many issues...