Skip to main content
28 votes
4 answers
13k views

I wanted to learn .NET Microframework and found that there is (among others) Netduino which is somehow compatible with Arduino. Recently .NET Gadgeteer came to public. There was a lot of enthusiasm, ...
stej's user avatar
  • 29.5k
17 votes
4 answers
31k views

I have: "0xE94C827CEB" in hex but as a string. Which is: 1002011000043 (dd mm yyyy HH mm ss) Unfortunately I don't know how to do the conversion if I only have it in string format, and I don't have ...
Daniel Minnaar's user avatar
11 votes
4 answers
13k views

I cannot seem to get my very simple netduino program to write to the debug console; VS throws an error The name 'Console' does not exist in the current context Any ideas what might cause it to not ...
wmarbut's user avatar
  • 4,725
9 votes
5 answers
7k views

I'm programming a Netduino board using the .NET Micro Framework 4.1 and want to get a higher time resolution than milliseconds. This is because I'm attempting to dim an LED by blinking it really fast. ...
John K's user avatar
  • 29k
7 votes
3 answers
4k views

I'm running a light webserver using .Net Microframework and I was wondering what libraries would work well for for mainly JSON serialization, but possibly deserialization as well. Problem I've found ...
Ryu's user avatar
  • 8,779
7 votes
3 answers
916 views

I have a program written with the standard Arduino IDE in C. Is there any way that I can port my program to C# so I can use it with .net and my Netduino?
Sponge Bob's user avatar
  • 1,641
5 votes
4 answers
729 views

I am following one of many examples of interfacing C# and .net micro framework with a Parallax Ping sensor. Parallax http://learn.parallax.com/KickStart/28015 Tutorial 1 https://www.ghielectronics....
Adrian's user avatar
  • 3,486
4 votes
0 answers
270 views

I am a hobbyist-programmer and build a few nice working solutions on NetDuino Plus 2 in C#. Recently I acquired the new Netduino 3 Ethernet. My problem is that the debugger does not work. When I load ...
Arno's user avatar
  • 41
3 votes
2 answers
6k views

I have a FEZ Board (I don't think this matters) and I'm communicating with it through a serial port. I made a WPF application, where I open the COM port and write data over it. This all works great, ...
YentheO's user avatar
  • 317
3 votes
3 answers
1k views

Is it possible to deploy ASP.NET MVC3 applications onto either a Netduino or .NetGadgeteer? If so how would I go about such a thing? What I want to do is have a Netduino, connected to a wifi router, ...
Anish Patel's user avatar
  • 4,402
3 votes
2 answers
7k views

Hi I want to try my SD card on de the netduino plus. I downloaded the SDK from this website yesterday. I could not find documentation so I figured out the following code. However it gives "...
Julian de Wit's user avatar
3 votes
4 answers
494 views

I've got something pretty noddy to cross-fade the colour of an RGB led and I'm having problems getting the desired values. I've stripped this example down to a bare minimum but Start, End and Steps ...
Basic's user avatar
  • 26.9k
3 votes
1 answer
803 views

I'm using a Netduino board and I'm having a problem with ending a NativeEventHandler(button). The problem is main thread stuck at the join() function. I dont understand why the childthread is not ...
henryyao's user avatar
  • 1,818
3 votes
1 answer
113 views

I am using netduino and Quectel GSM module and I would like to parse with regex recieved sms. Does anybody knows something about this?
Jan Holešínský's user avatar
3 votes
2 answers
2k views

So I'm trying to use a bluetooth module (HC-06) to read data sent to my Netduino board from my cell phone. However, I cant get the bytes converted into text so I can compare the characters I send and ...
Justin Gardner's user avatar

15 30 50 per page
1
2 3 4 5