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

Connecting with STM32F3Discovery #11

Open mrmamon opened 9 years ago

mrmamon commented 9 years ago

I'm trying to stream image from lepton to PC via STM32F3Discovery board. but I'm not sure why I got only "resync" from serial.

I've connected cable like your image in the website.

CS->PA6 MOSI->PA4 MISO->PC5 CLK->PA7 GND->GND VIN->5V

STM32F3Discovery

Evilboyd commented 9 years ago

Same thing Cornell got

Sent from my iPhone

On Jul 6, 2015, at 2:23 AM, mrmamon notifications@github.com wrote:

I'm trying to stream image from lepton to PC via STM32F3Discovery board. but I'm not sure why I got only "resync" from serial.

I've connected cable like your image in the website.

CS->PA6 MOSI->PA4 MISO->PC5 CLK->PA7 GND->GND VIN->5V

— Reply to this email directly or view it on GitHub.

shoo0912 commented 8 years ago

Hello, Why did not you use an I2C interface? Can I use the camera without I2C interface?