I have been working through the set up instructions for my Bittle X v2. When I try to run OpenCatEsp32 I receive the following:
Arduino: 1.8.19 (Mac OS X), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None"
In file included from /Users/edwardburns/Downloads/OpenCatEsp32/src/imu.h:415,
from /Users/edwardburns/Downloads/OpenCatEsp32/src/OpenCat.h:605,
from /Users/edwardburns/Downloads/OpenCatEsp32/OpenCatEsp32.ino:32:
/Users/edwardburns/Downloads/OpenCatEsp32/src/icm42670/petoi_icm42670p.h:3:10: fatal error: ICM42670P.h: No such file or directory
#include "ICM42670P.h"
^~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board ESP32 Dev Module.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Can somebody help me with this?
Thanks.
Please install the library ICM42670P by TDK/Invensense:https://github.com/tdk-invn-oss/motion.arduino.ICM42670P
Hi,
I am trying to use the mu Camera. I am able to connect to it via the Arduino terminal but I
am receiving the following error:
In file included from /Users/edwardburns/Downloads/OpenCatEsp32/src/Seeed_Arduino_SSCMA/src/Seeed_Arduino_SSCMA.cpp:28:
/Users/edwardburns/Downloads/OpenCatEsp32/src/Seeed_Arduino_SSCMA/src/Seeed_Arduino_SSCMA.h:69:10: fatal error: ArduinoJson.h: No such file or directory
#include <ArduinoJson.h>
^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board ESP32 Dev Module.
Any help would be appreciated.