NachtRaveVL / Lepton-FLiR-Arduino

Arduino Library for the Lepton FLiR Thermal Camera Module.
MIT License
57 stars 17 forks source link

TODO: ESP32 test run/support (Orig: How to wiring on ESP32?) #8

Open tomeroto opened 3 years ago

tomeroto commented 3 years ago

Hi,

Thanks for you libraries.

Btw, I was testing my ESP32 with this setup pin:

ESP32    | FLIR LEPTON
3.3V     | VIN
GND      | GND
16       | CLK
19       | MISO
23       | MOSI
5        | CS

But it is nothing happen on serial output. Do you have recommended wiring / pin setup for ESP32?

NachtRaveVL commented 3 years ago

I'll have to wire it up on the ESP32 and give it a go - more than likely, you'll need to make sure Wire1 is properly defined, and properly set up. I was looking at supporting this in the next version, but I admit I haven't gotten around to fully testing it yet. It's on my todo list, albeit I've been a bit preoccupied with general life stuff.

imaurus commented 3 years ago

I'm working on this. I managed to make it work with my ESP32 dev kit. Here the pinout:

D33 - sda D32 - scl gnd - gnd 3v3 - vcc d5 - cs D16- clk d19 - miso d23 - mosi

I connected also an LCD using a secondary SPI and I managed to show something on my tiny lcd.

I have some problem with adapting the library with lepton 3.0 higher resolution.

kami83 commented 3 years ago

@imaurus : I have some problems with a TTGO T7 Board. Can you post your sketch for the esp32 Dev? Thanks a lot.

Cu kami

ZePedro80 commented 2 years ago

Hi guys! How did you manage to get a proper 160x120 frame, if the library only works for 80x60 pixels (Lepton versions prior to 3.x)?

khaoulaMOS commented 2 years ago

hello i dont know why the frame is like that image could you plz help me

ZePedro80 commented 2 years ago

I would say that's a sync issue. I had a similar problem with my ESP32. I had to buy a Raspberry Pi and use it instead

JSpiner commented 2 years ago

hello. Does anyone have it working?

NachtRaveVL commented 2 years ago

Still not working, although I have seen some teams be able to modify the v1 codebase with STM and get it working, I've been busy with another project that has been taking precedence at the moment. I will return to this in time, for now tho, I would suggest looking at different options.

It would be nice to get this working on ESP32 though, as I am a huge fan of the MCUs.

JSpiner commented 2 years ago

Hi, I'm trying with ESP32 board. image I connected lepton with this pinmap But it prints LeptonFLir::checkErros lastI2CError: 2: Received NACK on transmit of address It also happens when disconnect all cables at lepton.

image By any chance, I'm using lepton lev kit v2, is the pin-map different here?

NachtRaveVL commented 2 years ago

Pinmap is a bit different on v2 breakout, as they have included the ISR pin for VSYNC.

Currently the library is undergoing a massive redesign and rework, but has been on the back burner while other things take precedence. I wanted to include a bunch of the various functionality that the Lepton 3.5 exposes but, it's just a lotttttt of unpaid work. Lots of writing slightly different methods over and over and over and over again, save nothing about the more fun parts.

I was also eyeing a new library, TurboSPI, but haven't dived into it enough just yet.

Really though, this project has been superseded by other stuff for quite some time now. It seems like no matter how many times I tell people there is just a constant instream of folk staring and posting, so.

Anyways, I may have time in August to look more into it. No promises. Current work takes precedence.

rmz-rider commented 1 year ago

Hi, I' m working on a project with thermal cameras. Saw, the last post is a few months old. So, is it still not possible to get 160x120 frame with Flir Lepton 3.5 using ESP32-S3 ?

thanks a lot

ramakrishna99 commented 1 year ago

Hi, I' m working on a project with thermal cameras. Saw, the last post is a few months old. So, is it still not possible to get 160x120 frame with Flir Lepton 3.5 using ESP32-S3 ?

thanks a lot

Hi, I am working on similar project and getting similar issue "LeptonFLiR::checkErrors lastI2CError: 2: Received NACK on transmit of address". Please help if you resolved this issue.