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.

ash's Content

There have been 65 items by ash (Search limited from 13-May 23)


By content type

See this member's


Sort by                Order  

#33590 Camera's

Posted by ash on 14 August 2012 - 01:47 PM in General Discussion

just been playing with a ttl camera based on the OV528 chip. Taking a 640x480 jpg takes about 15 seconds. Is this typical? is there any faster cameras out there?



#33504 dynamically loading assemblies

Posted by ash on 13 August 2012 - 07:53 AM in Netduino Plus 2 (and Netduino Plus 1)

thanks but that was the basis of my code



#33503 Camera Modules for any Netduino

Posted by ash on 13 August 2012 - 07:49 AM in Netduino Plus 2 (and Netduino Plus 1)

i'm using a camera with the OV528 chip and there is a class for it and it works!



#33024 dynamically loading assemblies

Posted by ash on 02 August 2012 - 03:58 PM in Netduino Plus 2 (and Netduino Plus 1)

we could have 100 of these suckers attached to a webserver and it would be nice if the webserver pushed the firmware update.



#33022 dynamically loading assemblies

Posted by ash on 02 August 2012 - 01:22 PM in Netduino Plus 2 (and Netduino Plus 1)

would love to but it's a commerical project. I'm scrapping this now as I've spent too much time on it. Just wish this device could do OTA updates. Now got to work on a RS422 interface B)



#33020 dynamically loading assemblies

Posted by ash on 02 August 2012 - 12:43 PM in Netduino Plus 2 (and Netduino Plus 1)

its the same size and im using the little endian file. it wont even load it from the sd card if i manually copied the pe file. :(



#33017 dynamically loading assemblies

Posted by ash on 02 August 2012 - 12:12 PM in Netduino Plus 2 (and Netduino Plus 1)

Thats what I've used but like i said it hangs on the assembly.load and does not return my app just hangs



#33014 dynamically loading assemblies

Posted by ash on 02 August 2012 - 11:14 AM in Netduino Plus 2 (and Netduino Plus 1)

I'm trying to do the above. it was working ages ago but now all of a sudden my app just hangs!

            byte[] assemblyData = GotSDCard ? File.ReadAllBytes(filename) : ServerHelper.DownloadFile(filename);
            if (assemblyData == null)
                throw new Exception("Assembly was empty");
            try
            {
                Assembly assm = Assembly.Load(assemblyData);
                Debug.Print("loaded Assembly: " + filename);

it hangs on the Assembly.Load call.

In the output window i get

The debugging target runtime is loading the application assemblies and starting execution.
'Microsoft.SPOT.Debugger.CorDebug.dll' (Managed): Loaded 'C:\Program Files (x86)\Secret Labs\Netduino SDK\Assemblies\v4.2\le\SecretLabs.NETMF.Hardware.NetduinoPlus.dll', Symbols loaded.

How can i fix this or see whats going on?



#32787 Take a dirty picture for me

Posted by ash on 27 July 2012 - 11:47 AM in Netduino Plus 2 (and Netduino Plus 1)

sorry, the topic is not going to be that interesting. :lol: I've got my NP hooked up to a serial camera and i want to take a pic and then push it on a webserver. By the looks of it im getting a outofmemory exception. Is there any efficient way of do this with out using lots of memory?



#32341 Problem Detect the presence of SD in Netduino Plus

Posted by ash on 20 July 2012 - 09:35 AM in Netduino Plus 2 (and Netduino Plus 1)

i just did this:

            DirectoryInfo dirinfo = new DirectoryInfo(@"\SD\Bin");
            if (dirinfo.Exists)
                GotSDCard = true;

:lol:



#32151 find the right ip address on the network

Posted by ash on 17 July 2012 - 03:26 PM in Netduino Plus 2 (and Netduino Plus 1)

LMAO, Cheers Nak B)



#32147 find the right ip address on the network

Posted by ash on 17 July 2012 - 02:17 PM in Netduino Plus 2 (and Netduino Plus 1)

Thanks Nak. Looks like its not going to be possible. The network is small ish but there is no IT profesionals on site ha ha. The techs know how to use spanners and screwdrivers so changing a SD card might be a bit too much, lol.



#32123 find the right ip address on the network

Posted by ash on 17 July 2012 - 11:16 AM in Netduino Plus 2 (and Netduino Plus 1)

its for a commerical application where several of theses Ap's on power up with auto locate a server connect and process data. We are trying to limit the technician's just to fit these boxes and replace if faulty. i was hoping not to ping as it will be a long process on these AP boards.



#32099 find the right ip address on the network

Posted by ash on 17 July 2012 - 08:52 AM in Netduino Plus 2 (and Netduino Plus 1)

any examples of code on where i can get the list of devices attached to the network?



#32068 find the right ip address on the network

Posted by ash on 16 July 2012 - 04:28 PM in Netduino Plus 2 (and Netduino Plus 1)

I want my NP to automatically connect to a web server. Is there a way of doing some sort of dns lookup or a list of devices on the current network etc. Cheers, ash.




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.