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.

ritchie

Member Since 25 Oct 2011
Offline Last Active Jun 22 2012 05:44 PM
-----

Posts I've Made

In Topic: Deploy over network / run from SD

13 January 2012 - 05:19 PM

Thanks, good suggestions both Valkyrie and Nevyn. I didn't know netmf could do dynamically loaded libraries, nor had I seen that boot loader thread. I'll dig in and post the results.

In Topic: End User Configuration for Commercial Application

05 January 2012 - 10:21 PM

The various platforms are the major issue. I have to work something out for firmware/software updates, but that will be mfdeploy based. As for user config - http was the answer (but cabled, not wifi - so default ip sorted that out)


Colin, did you determine if it was possible to do a firmware/software update over the network (cabled or otherwise)? That is a requirement for a project I'm working on here, and I'm not yet sure how to approach that. I guess ideally I'd like something like a router firmware update procedure via HTTP, but I don't know what is involved to jockey an image into flash memory. Maybe via SD somehow?

In Topic: Multicast on Netduino?

20 December 2011 - 04:34 PM

Thanks Valkyrie-MT, good suggestion to try running in the emulator. I managed to get the Netduino to send multicast packets on Friday, I just need to verify by writing a PC client to ensure that they show up if I join the group correctly. I believe most of the socket option calls I was trying are for joining a group in NETMF which would be extremely useful for my application, but not required. I'll let you know what I find.

In Topic: DHCP doesn't work

01 December 2011 - 08:37 PM

I have the exact same issue :( using v4.2 firmware.

This is the code i tried to use, taken from another site / forum (im very much still learning)

...
// DHCP
NI.EnableDhcp();
//NI.ReleaseDhcpLease();
NI.RenewDhcpLease();
...


I've found that for whatever reason calling ReleaseDhcpLease()/RenewDhcpLease() doesn't actually seem to do so - the lease never gets renewed. If I just enable DHCP it usually sorts itself out after that. It would be nice if there was a callback on DHCP events instead of having to poll for a valid address, but this is a start.

DeviceInfo:
HAL build info: 4.2.0.0, Netduino Plus (v4.2.0.0 RC3) by Secret Labs LLC

In Topic: I2CBus

01 November 2011 - 10:37 PM

This code is a derivative of the I2CBus class Pavel Bansky developed. This will help you easily manage multiple I2C devices on a single bus. My I2CBus implements the Singleton pattern. Please note this is done this way because you can only have one instance of I2CDevice and it can sometimes be hard to manage multiple I2C devices.


Hi phantomtypist, what is the license for your I2CBus class?

Thanks and regards,

r.

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.