Prev: 802.3af renegotiation AFTER connect?
Next: A tool that suggests optimized logic for a piece ofcode/module/function
From: Paul Carpenter on 18 Jan 2010 17:26 In article <hj1oor$202m$1(a)mud.stack.nl>, atilla(a)noneofyourbusiness.com says... > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 01/16/2010 05:42 PM, Paul Carpenter wrote: > > Which seems to be the source of many I want to use a camera, but have > > not done any basic research posts. > I think most of them are hobbyists who just want a camera to play with, like > mounting on a Lego robot or so. Be amazed how many want to put it through a very SMALL PIC. > Your post was a bit harsh, but it is the truth. Seen a lot of them and if they looked at past posts first on embedded.com they would have seen many times the similar thing said in a lot less harsh terms. -- Paul Carpenter | paul(a)pcserviceselectronics.co.uk <http://www.pcserviceselectronics.co.uk/> PC Services <http://www.pcserviceselectronics.co.uk/fonts/> Timing Diagram Font <http://www.gnuh8.org.uk/> GNU H8 - compiler & Renesas H8/H8S/H8 Tiny <http://www.badweb.org.uk/> For those web sites you hate
From: Ulf Samuelsson on 19 Jan 2010 19:37
anex skrev: > hi.. i want to develop an embedded system using a micro controller and a > cmos sensor.. i have chosen atmega16 and c3088 sensor.. however I am > certain that memory constraints will be a problem for storing the images..i > am aware of avrcam and cmucam and realize that such a system is > possible..however i cannot find a way around the memory problem..can > someone please suggest some way to solve this problem...or kindly tell me > about the procedure that is generally followed or is advised in such a > situation...i am a beginner so please forgive my inexperience with such > matters.. > > the micro controller and cmos sensor can be changed if needed.. > > thanks in advance.. > The AT91SAM9XE has a built in CMOS sensor interface and can interface directly to low cost SDRAM. Running at 200 MHz with built in cache, it should run in circles around the Cortex parts. Can be had in a TQFP package. If you want to go the lower cost approach, the SAM3S also have sort of a sensor interface. If can do DMA from parallel I/O An AVR32 will have higher processing power than the Cortex-M3, due to its DSP featured instruction set. The ATXMEGA64A1 has DMA and Event system, as well as an external bus, so you can add large external memory to this AVR. BR Ulf Samuelsson > > > --------------------------------------- > This message was sent using the comp.arch.embedded web interface on > http://www.EmbeddedRelated.com |