Hi , I’m a beginner. I want to made a IR thermo scan but I don’t know how to make it.
My Tool
- raspberry pi 3
-HW 691 GY-906 MLX90614
Sorry,My English isn’t that good**.**
My Tool
- raspberry pi 3
-HW 691 GY-906 MLX90614
Sorry,My English isn’t that good**.**
-
Yes, there is a Adafruit library for RPI: https://github.com/adafruit/Adafruit_CircuitPython_MLX90614
-
You need to install the required Adafruit libraries. They are listed on the documentation.
-
-
Umm,It show import error no module named board,busio and adafruit_mlx90614.What should I do?
-
Is this right?
-
Try this:
-
I believe that this sensor works with the i2c protocol, as a first step I would suggest trying to connect to it and reading the temp
-
Use the vsync library in Arduino and Processing...
-
then you have the data sheet and the I2C protocol... If you use C++ with the WiringPi library on the Pi, the Arduino library for the device may work...
-
-
Do you have any example?
-
-
I don't have an example but...
1. Download Arduino library for your device.
2. Write a program in C++ on the Pi. Include the WiringPi library and the device Arduino library in your program.
3. Compile.
4. Check.
5. Post result here.
-
OK I will try it.
-
thank you for answer but i don't have arduino.Is there any other way?
-
but i don't have library of this sensor.it only have library in arduino.
-
Read the sensor in Arduino and transfer the reading serially to the Pi...
Related Discussions




Harper Kilgore
Delina Menefee
Harper Kilgore
Keon Halverson