groupgets / LeptonModule

Code for getting started with the FLIR Lepton breakout board
https://groupgets.com/manufacturers/flir/products/flir-lepton
BSD 2-Clause "Simplified" License
317 stars 197 forks source link

Connect to other SDA,SCL pins #76

Open nadavzil1 opened 3 years ago

nadavzil1 commented 3 years ago

Hi,

I'd like to connect the breakout board to two other pins on the pi 4. Instead of pin #3 (SDA1, I^2C), pin #27 (SDA0, I^2C) Instead of pin #5 (SCL0, I^2C), pin #28 (SCL0, I^2C)

When I do it I still have a thermal video, but FFC freezes the video. Is it possible to connect this way and all I need is a code fix, or is it an inherent problem and can't be connected this way?

Thanks