A quick note: the Teensy only has 16kB of SRAM, not 128 as I wrote. That means that the only possible way of getting a frame off the camera module would be by subsampling the picture several times...
Type: Posts; User: semi
A quick note: the Teensy only has 16kB of SRAM, not 128 as I wrote. That means that the only possible way of getting a frame off the camera module would be by subsampling the picture several times...
For anybody who's interested I found an application note and accompanying code on the Freescale website on how to capture frames from an OV7675 module to the SRAM on a K60 MCU.
The name of the...
I think SPI speed shouldn't be the limiting factor; it's very fast, and the Teensy can use DMA when talking with it.
The NRF24L01+ module supports speeds up to 2Mbit. I don't expect great (or even...
I only just started looking at it, but the OV2640 comes from a series of camera modules from Omnivision. I've found a page detailing communicating with a lower-res version called the OV7670 (which I...
Hi all,
I've ordered a couple of Teensy 3.0 for a project where I'm putting various things in an R/C car. I've got an NRF24L01+ module in it and a camera so I can do FPV.
It hit me that the...