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

raspberrypi_capture program stucks in function " int transfer( int fd ) " #32

Open laxmimerit opened 8 years ago

laxmimerit commented 8 years ago

Hello, I am interfacing the thermal camera with the Pi B v2 (tried with A also) and followed everything as it is given but unfortunately, it is stuck in transfer() function. I have verified the connections as it is given. CS -> Pin 24, CE0 MOSI -> Pin 19, MOSI MISO -> Pin 21, MISO CLK -> Pin 23, CLK GND -> Pin 25, GND VIN -> Pin 1, 3V3 SDA -> Pin 3, SDA SCL -> Pin 5, SCL

what could be wrong here? any help, please...