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.

TalbotEv

Member Since 05 Apr 2012
Offline Last Active Mar 10 2015 03:32 PM
-----

Posts I've Made

In Topic: Netduino and 5v relais 220v

18 February 2013 - 02:20 PM

Thanks for the info, i'll check it out!


In Topic: New: Netduino 4.3 SDK and VS2012 support!

18 February 2013 - 01:55 PM

OneWire for gen1 board will be sweet, i'm waiting for this like ages!


In Topic: 4.2.0.0 one-wire

19 January 2013 - 02:48 PM

Any update on this, i'll love to use OneWire on NP1.

Is it a solution for u guys to build the OneWire as a seperate DLL and save that on the SD card and load it ?


In Topic: Netduino Plus 2 Native OneWire Temp Sensor

14 November 2012 - 10:59 AM

Does this also works for the Netduino Plus Version 1 ?

Also at the tick you create a new string everytime, i myself would make a public static string and fill that evertime.

string debugString = tempReadingTimestamp.ToString();

So i would change this to:

debugString = tempReadingTimestamp.ToString();

and at the the static declarations at the top:

...
static DateTime tempReadingTimestamp = DateTime.Now;

static string debugString;

In Topic: Netduino Plus Firmware v4.2.0

01 September 2012 - 08:18 AM

Love the new firmware but still missing the special build with One Wire, when does that goes live ?

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.