Port of TI's CC3100 Websock camera demo. Using FreeRTOS, mbedTLS, also parts of Arducam for cams ov5642 and 0v2640. Can also use MT9D111. Work in progress. Be warned some parts maybe a bit flacky. This is for Seeed Arch max only, for an M3, see the demo for CM3 using the 0v5642 aducam mini.

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
22:f9b5e0b80bf2 2015-09-15 dflet Removed some debug. default tip
21:38c6b11aa348 2015-09-15 dflet Removed some debug. Did some more work on the MT9D111 camera, which now works in jpeg mode.
20:409ebd125b9c 2015-09-12 dflet Changed SPI port. SPI now appears to work correctly. Cam MT9D111 still not working correctly.
19:3dd3e7f30f8b 2015-09-10 dflet Solved part of the problem with spi, looks like there is maybe a fault with the Seeed Arch Max, fault or by design i don't know, program seems to work fine on an STMF32407I (Waveshare) baord.
18:3f1b52616d00 2015-09-03 dflet Some debug removed still have some random failures with SPI?? MT9D111 cam still not working.
17:acc075ff3fcb 2015-08-31 dflet Changed SPI mode from 1 to mode 0. Mode 0 is correct. Note: may be some clk skew here mode 0 & 1 work???, spi still flacky when mco1 is turned on. Doing some off app testing to try and get the mt9d111 cam working. Removed some debug.
16:7e5aab2fabba 2015-08-30 dflet 2 cams work now ov2640 and ov5642, the mt9d111 appears to be a hard nut to crack with respect to jpeg. Still have SPI issues, appears to be something to do with the MCO1 clock.
15:5433f9d94cd7 2015-08-28 dflet Cam ov2640 working correctly, didnt know it also gave a jpeg header. App still not stable. Still a lot of work needed.
14:90603ea1e85b 2015-08-25 dflet I2C now works. 2 Cams added only the ov2640 works for now, many changes everywhere in the cam app. Still filled with debug.
13:bf45f592c2b6 2015-07-13 dflet WIP commit 14 i2c not working correctly.
12:7d75ba5deed1 2015-07-12 dflet WIP commit 13 reworked 12c
11:404bd8bb7fa6 2015-07-07 dflet WIP commit 12
10:f2447c682c0f 2015-07-06 dflet WIP commit 10
9:b7c6e7303df5 2015-07-06 dflet WIP commit 10
8:529a12812c53 2015-07-06 dflet WIP commit 9
7:a069c1750fbc 2015-07-05 dflet WIP commit 8
6:37fb696395d7 2015-07-03 dflet WIP commit 7
5:75fcfdb7cae7 2015-07-01 dflet WIP commit 6
4:c27adffcfec2 2015-06-30 dflet WIP commit 5
3:7643714ec664 2015-06-26 dflet WIP commit 4
2:b92db44a29b4 2015-06-26 dflet WIP commit 2
1:1a80c1529aa3 2015-06-25 dflet WIP commit 2
0:50cedd586816 2015-06-24 dflet First commit work in progress