Test Code for OV7670 Camera module. The images are sent over ethernet link.

Dependencies:   EthernetInterface mbed-rtos mbed ov7670

You can find more information in this page: https://mbed.org/users/edodm85/notebook/ov7670-camera-and-ethernet-stream/

Revision:
2:d6b38a4512eb
Parent:
0:2208b72b1ba1
Child:
3:df8de18d7fa9
--- a/main.h	Sat Jul 20 16:36:31 2013 +0000
+++ b/main.h	Sat Feb 15 15:17:08 2014 +0000
@@ -27,14 +27,14 @@
 //ETHERNET
 char* ip = "192.168.153.153";             // ip
 char* mask = "255.255.255.0";           // mask
-char* gateway = "192.168.153.5";          // gateway
+char* gateway = "192.168.153.130";          // gateway
 EthernetInterface eth;
 TCPSocketConnection client;
 TCPSocketServer server; 
 
 //ETHERNET BUFFER
 char bufferRX[20];
-char bufferTX[9600];
+char bufferTX[4800];
 
 //RESET
 extern "C" void mbed_reset();