Top "Netduino" questions

Netduino is an open-source electronics platform using the .NET Micro Framework.

How to convert this hex string into a long?

I have: "0xE94C827CEB" in hex but as a string. Which is: 1002011000043 (dd mm yyyy HH mm ss) Unfortunately …

c# hex .net-micro-framework netduino
What is the difference betweet Netduino and .NET Gadgeteer?

I wanted to learn .NET Microframework and found that there is (among others) Netduino which is somehow compatible with Arduino. …

.net-micro-framework netduino .net-gadgeteer
Netduino no "Console.WriteLine", Console does not exist in current context

I cannot seem to get my very simple netduino program to write to the debug console; VS throws an error …

.net .net-micro-framework netduino
Greater time resolution using .NET Micro Framework on Netduino board (for dimming an LED)?

I'm programming a Netduino board using the .NET Micro Framework 4.1 and want to get a higher time resolution than milliseconds. …

c# .net-micro-framework netduino