NachtRaveVL / Lepton-FLiR-Arduino

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

Dual SPI Support #17

Open techandtopics opened 1 year ago

techandtopics commented 1 year ago

Hi, Are there any examples of using the lepton on vspi pins and outputting that video to a tft screen on the hspi pins? I believe I have the pins and code set up correctly to start working on this. However, it seems the shutter is going off on the lepton. I'm afraid some of the hspi commands/data might be getting sent on the vspi bus as well. I'm working with an esp32 in the Arduino IDE

JSpiner commented 1 year ago

@techandtopics I successfully connected tft display and lepton with esp32. Here is my source code. But it only succeeded on lepton2.5 (80x60). lepton 3.5 (160x120) is still in testing.

here is my repo : https://github.com/jspiner/thermalscope