Thanks for the info, i'll check it out!
- Netduino Forums
- → Viewing Profile: Posts: TalbotEv
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.
Community Stats
- Group Members
- Active Posts 7
- Profile Views 6010
- Member Title New Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
2
Neutral
User Tools
Friends
TalbotEv hasn't added any friends yet.
Posts I've Made
In Topic: Netduino and 5v relais 220v
18 February 2013 - 02:20 PM
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.
So i would change this to:
and at the the static declarations at the top:
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 ?
- Netduino Forums
- → Viewing Profile: Posts: TalbotEv
- Privacy Policy