Transmition image

Status
Not open for further replies.

Tom2

New Member
I have to implement an image wireles transmition (using pic microcontroller).I do not know how to start.Is anyone who can give me information- resources for this subject???????
 
For a start decide on the required resolution and frame rate (assuming video and not still frame), then see how much data you need to shift!.
 
Actually i need resources for implement the electronic circuit and the code for pic microcontroller.If anyone done any project in the past,with this subject it was very useful to me to see.
 
Well, i want to load an image (or video) in one component and via wireles to transmit it to other.This is the main subject of the project which i want to implement.
 
You need to have some idea of how much data it takes to represent an image. On a VGA monitor there are 640 x 480 pixels. Each of those pixels has a 24-bit quantity associated with it. So back of the envelope
Code:
3 x 640 x 480 = 921,600 bytes
I think I can state without fear of contradiction that there are no members of the PIC family that have enough RAM to store even a significant portion of a single image.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…