Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with the system level design of a camera module

Status
Not open for further replies.

zasanil

Electrical
Joined
Jan 28, 2007
Messages
4
Location
US
I'm trying to come up with a system level design using a camera module found in cell phones and I have run into some trouble. Basically, I need help with the system level design where I can control the basic functions of the camera module using simple switches through an i2c system without having to resort to using a big microprocessor or a lot of code. I just want to control the functions of the camera (like focus, zoom, etc) with pushbutton switches, but the camera module uses i2c as an interface, and the data-sheet says is should be connected to a baseband processor which is overkill for what I want. I'm kinda new to this and any help would be great.
Thanks!
 
Anil,

you cannot create I2C signals with simple push buttons. A micro-controller is a must here.

However, don't be afraid. Micros are not that complicated devices.

Cheers

Yeasir Rahul
 
What would be a good simple micro-controller that would take inputs from about 10 switches and convert them to i2c signals?
Thanks
Dan
 
Zilog and Microchip make microcontrollers for which very inexpensive development boards exist, including all the software. Check on their websites they may have promo specials. In the past I have purchased a development system for the Z8 encore for $10.
 
Thanks Felixc,
I'll check them out!
 
There is always the PICSTAMP for "outta the box" stuff.

This particular one snaps onto a 9 volt battery. You can twiddle the pins via BASIC which is very easy stuff. You could put your buttons on the proto area then program to read a button push and send the command string to the camera module.



Keith Cress
Flamin Systems, Inc.-
 
I would make sure your micro can supply / recieve the appropriate clock frequency (with adequate drive strength) for the resolution that you require. Also, noise is a major concern when dealing with camera signals.
 
Basically, I want to control this camera module's basic features like zoom, focus and maybe croping:

with some pushbutton-switches. The data-sheet says it is controlled by i2c signals, but I just need an easy way to go from switches to i2c.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top