-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Can't install in arduino #45
Comments
Did you install ArduinoJSON before? |
Same, tried several versions of ArduinoJson 6.x, 7.x, couple of betas.. No Joy.. |
Same here, tried on arduino IDE and vscode/platformio and I can say there is no way to build a running code. The best I had is arduinojson throwing a lot of warnings which I interpret more as errors and the esp32 boards crashing on startup. I used esp-idf 5.3.2 if it can help but after several trials, library versions and all as per the install instructions nothing works unfortunately. |
Please provide details on the errors you get in VSC/ PlatformIO |
Hi pkerspe, Here is the serial output from vscode: --- Terminal on COM11 | 115200 8-N-1 Core 1 register dump: Backtrace: 0x4008a0f5:0x3ffb1fa0 0x400e35f6:0x3ffb1fc0 0x400d8ef1:0x3ffb1fe0 0x400da8f5:0x3ffb2080 0x400db4b3:0x3ffb21e0 0x400d3be6:0x3ffb2220 0x400d31ae:0x3ffb2240 0x400e6db7:0x3ffb2270 0x4009085e:0x3ffb2290 These are the libraries used: |-- ESP-StepperMotor-Server @ 0.4.12 PACKAGES:
I get a lots of warnings from arduinojson, the code compiles but I get this mediation guru error on several kind of ESP32 boards. Thank you, |
Those are not warnings but a kernel panic resulting in the esp32 to reboot. |
I wanted to report thank deleting platformio and ESP-IDF extensions in VSCode, then uninstalling vscode and deleted all remaining folders I managed to get up and running. You were right, it seem like the SPIFFS image that was downloaded had an issue somehow and nothing would help other than deleting all and re-installing. While vscode/platformio make things simpler they are really a pain to troubleshoot when something goes wrong :-) Many thanks for your support pkerspe and the amazing project you built ! All the Best, |
Describe the bug
try to install into arduino ide,
The ide sees the library, but when I click install I get error message
"Failed to install library: 'ESP-StepperMotor-Server:0.4.12'. No valid dependencies solution found: dependency 'ArduinoJSON' is not available"
Environment
Arduino
The text was updated successfully, but these errors were encountered: