mlx90640 control with raspberry Pi and duet 3
-
Hello all
Im using raspberry pi 3b+ for reading mlx90640 thermal camera, with that readings it triggers 2 gpio pins 22 and 23 in RPi,
So if I connect the duet 3 with sbc, can I achieve the same function?
And the mlx90640 is now operated with custom python script. -
The pi itself would be running a pretty standard PI OS in the background so you can use it for other things. I'm not sure how CPU and IO intensive your thermal camera program is, but it may be ok to run along side the Duet software. A Pi4 is a much better experience overall though.
As for the GPIO you'd be limited to pins not being used by the Duet obviously since the Duet interfaces with the GPIO pins.
https://github.com/Duet3D/DuetSoftwareFramework/wiki/SBC-Setup-Guide#finding-the-correct-gpio-pin
-
@Phaedrux the mlx90640 uses the pins from RPi
SCA,SCL,GND And VCC,
And I just need any two out put for controlling leds,
Is this possible