MLX90640 support in micropython #9181
Replies: 4 comments 3 replies
-
That does look a nice device (for the benefit of others reading it's a 24*32 passive IR imager). The library is an Adafruit one, written for CircuitPython. Options are to run CP and follow the Adafruit instructions or to adapt their driver for MicroPython. I have gone through this process for a number of devices. It is reasonably straightforward once you've figured out the Adafruit way of doing things and will probably result in a driver which is just a single file rather than a whole ecosystem. |
Beta Was this translation helpful? Give feedback.
-
That would be great. A single library to copy-paste and save in the lib
folder of the pico would be fantastic.
But at the moment this is far away my possibilities:-(
I'll prefer to use micropython because seems circuit python at the moment
is still monothread (but really love the way circuit python exposed the
file system) and following bytes&bits tutorial video on YouTube I
discovered the great increase on fps displaying things on tiny lcd, using
multicore and video buffer.
Il gio 1 set 2022, 20:27 Peter Hinch ***@***.***> ha scritto:
… That does look a nice device (for the benefit of others reading it's a
24*32 passive IR imager). The library is an Adafruit one, written for
CircuitPython. Options are to run CP and follow the Adafruit instructions
or to adapt their driver for MicroPython. I have gone through this process
for a number of devices. It is reasonably straightforward once you've
figured out the Adafruit way of doing things and will probably result in a
driver which is just a single file rather than a whole ecosystem.
—
Reply to this email directly, view it on GitHub
<#9181 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK4JWRLIW3IQZSRV6IFLJDV4DYQDANCNFSM6AAAAAAQCDRSYA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
someone could help me in the conversion of the circuit python adafruit library for the melexis sensor to the micropython language? |
Beta Was this translation helpful? Give feedback.
-
Couple of other library options - untried, at least until I can find my MLX90640 board:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, got this interesting sensor in the lab, but have really hard time getting something more than his i2c address from him 😄
Here:
https://github.com/avsg8/MLX90640_micropython
there is some sample code, but without the ability to dump all the libs from the archive to the pico filesystem, is really hard to tell if it works or not (i'm using thonny).
Has anyone tried to bind the melexis sensor to the pico? Do you know of some other "driver" to handle it?
Thanks everyone 😄
Beta Was this translation helpful? Give feedback.
All reactions