contact less smart ir thermometer

Submitted by viresh on Thu, 08/20/2020 - 18:19

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 .

The link you have given has a header file. Did you added the header file in proper way?

  Joined February 12, 2018      696
Monday at 02:11 PM

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.

  Joined April 29, 2019      6
Monday at 04:05 PM

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.

  Joined August 22, 2019      125
Thursday at 12:29 PM

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"

  Joined December 02, 2019      117
Monday at 10:02 PM

 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

  Joined April 29, 2019      6
Monday at 04:05 PM

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@sitelligence.com

Steve  

  Joined August 25, 2020      1
Tuesday at 01:05 AM