sir
in the biggining i found difficult in downloading header file.
when i downloaded header file from Your can download the header file for MLX90615 provided by Sergey Kiselev from the below link.
i encountered the error .
the error was too long, so i have cut it short,
the error is like this
exit status 1
MLX90615.h: No such file or directory
" The ZIP does not contain a library"
afterwards tried to download the mlx90615.h from other sources, now iam getting this error: error compiling board for arduino nano.
i think i have not downloaded the proper mlx90615.h header file.so please help to proper procedure to download mlx90615.h header file.
i am very much interested to complete this project.please help sir .
sir please give the proper step by step procedure to add mlx90615.h file.
i have to complete this project i am new to this field so please help sir.
It seems you have trouble in installing the header file. So one thing you can do is, download the zip file from authentic source like github, arduino libraries etc. and resistall using "Include Zip library" option in Arduino IDE. After that you must be acknowleged with a "successful installation" message. After successful completion you can try compiling the sketch and the sketch will compile successfully.
If you are trying to add this library using the Add ZIP Library methode in arduino, that would not work for this zip file, as because its not formated as the recomended folder structure of arduino, instead what you can do is put this library in your project folder and tell the compiler that it is a local library.
by altering the code from <MLX90615.h> to "MLX90615.h"
sirs
thank you for your replies.
i tried now the error is like this
exit status 1
no matching function for call to 'MLX90615::MLX90615()'.
because i am new the arduino programming,
so sirs i request you to give the step by step procedure.to download mlx90615.h and how to include that into my program.
i am very interested to complete the project .
thank you once again sirs
Curious if anyone would be interested in developing this sensor for the USA market. I am looking for a sensor like this where my App can make a Java call to the sensor and have it return the sensor reading. Thanks,
Steve
Sourav Gupta
PermalinkThe link you have given has a header file. Did you added the header file in proper way?
- Log in or register to post comments
Joined February 12, 2018 696Monday at 02:11 PM