Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

Benoit Clouet

Member Since 16 Dec 2012
Offline Last Active Mar 03 2013 05:48 AM
-----

Posts I've Made

In Topic: Netduino+2 Linksprite Camera Serial read problem

22 January 2013 - 11:31 PM

Actually I managed to get some random results changing the size of the image chunks I fetch down to 128.

 

const int IN_BUFFER_SIZE = 512;

change into

const int IN_BUFFER_SIZE = 128;

 

However, it is not reliable at this stage.

 

Now I'm going to use a logic level converter since the N+2 is said to be 3.3v and the camera is said to be 5v. I will hopefully get some more reliable communication.


In Topic: Netduino+2 Linksprite Camera Serial read problem

03 January 2013 - 06:58 AM

Shall you need the full source, please see here : http://pastebin.com/qS5jqd0L

 

What is really strange is the fact that the camera works well with an arduino...


In Topic: Netduino+2 Linksprite Camera Serial read problem

02 January 2013 - 11:56 PM

Yes you're right, this is an error I did when I copy/pasted the code.

 

Anyway, this seems not to be the problem.


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.