-
Notifications
You must be signed in to change notification settings - Fork 37
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
"Parameter extraction failed" Error #19
Comments
I fixed it. You have to update the MLX90640 library. The latest can be found here. basically just replace:
|
Hi Rawan, |
I have the same issue when using a SAMD21 based system. But I always get a status of -4 with parameter extration, although I get values on the temperature. The same camera works fine with an ESP8266 |
I use ESP32 changed API and solve the problem. |
I found the problem. Sparkfun breakout was problematic. The pins of the sensor are short-circuited. I heated up the solders and slid it up. Now the sensor is working. They wrote this on their forums. Some cards were produced incorrectly. I bought it from Digikey. Notice, this process is difficult and requires professionalism. |
Hey, I seem to be running into the same issue, however, when I replace the files I get an error in Arduino where it cannot find the mbed.h file. After looking around I cant seem to find a way to get it and its not included with the new library |
can you give me youtube video how you fix it? |
facing the same issue in this API also the same error. |
ok, got it working with codes from here use Arduino IDE standard ESP32 board MLX90640 board from here .... |
Hello,
I tried to upload the example to a Teensy 3.6 and it successfully uploads with no errors. However, in the serial monitor, I get "Parameter extraction failed":
Any ideas on the source of the issue?
The text was updated successfully, but these errors were encountered: