Questions tagged [netduino]

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

A tag for any questions related to the open-source electronics platform, Netduino.

Netduino's current hardware variants consist of the Netduino 2, Netduino Plus 2, and Netduino Go. Their legacy hardware variants are the Netduino, Netduino Plus, and the Netduino Mini. With this tag, you can post questions relating to whichever type of Netduino you own. All variants run the .NET Micro Framework, meaning you can use much of the same programming skills and techniques you have learned as a C# programmer to venture into the world of physical computing.

For further information about Netduino, check out netduino.com and to learn more about the .NET Micro Framework, go to netmf.com.

71 questions
0
votes
1 answer

Sails.js - Choose between websocket or socket.io

I want to use socket.io instead of websocket with sails.js framework. I know I saw something about that two days ago but I don't remember where... Do you know where can I choose between both? Because my client is WP8/Netduino and can only use…
Vadorequest
  • 16,593
  • 24
  • 118
  • 215
0
votes
0 answers

Connect WP8 (VM) with node.js server using TCP

I'm working on a school project. The goal is to link a Windows Phone 8 (WP8) with a server (node.js using sails.js framework based on express.js) by TCP socket. I have found a great tutorial for the C# part (WP8), I'm working with a Windows 8…
Vadorequest
  • 16,593
  • 24
  • 118
  • 215
0
votes
1 answer

Best way to create your own SpiDevice for the .NET Microframework?

In a new design (new to .NET Micro) I have a series of LED 7 segment displays which are controlled via the SPI bus with Netduino. Now, I have seen that one doesn't have to emulate the SPI bus stuff because the .NET Microframework already has an…
Lord of Scripts
  • 3,579
  • 5
  • 41
  • 62
0
votes
5 answers

Multiple data type input in C# function

I am switching from an Arduino (c language) to a Netduino (c# language). In my arduino program I have the following function (built-in): Constrain I would like to convert this to C#. I have the following code: int ConstrainValue(int value, int min,…
JR_
  • 183
  • 1
  • 3
  • 15
0
votes
2 answers

ping local network with netduino (C#)

I need to ping different objects on my network with an netduino plus any suggestions on what code would work best Im trying to use using System.Net.NetworkInformation; but I don't have that library available to me (constraint of netduino…
Crash893
  • 11,428
  • 21
  • 88
  • 123
0
votes
1 answer

What is the overhead for thread creation in the .net micro framework?

I was curious as to what are the impacts of thread creation were on a netduino running the .net micro framework. It's commonly understood that threads have an inherent overhead to them but I was wondering if anyone knew if there were optimizations…
devshorts
  • 8,572
  • 4
  • 50
  • 73
0
votes
1 answer

Error: Assembly file '' does not exist! Load failed. - when trying to start .Net Micro 4.2 Project

I get the error "Error: Assembly file '' does not exist! Load failed." when I try to start a .Net Micro 4.2 Framework Project (in the emulator) in Visual Studio 2010. I cannot set debug points to my main procedure (it crashes before it reaches it).…
habakuk
  • 2,712
  • 2
  • 28
  • 47
0
votes
1 answer

Netduino Programmer for .net microframework

Where to get Netduino boared in India? I have been searching for Netduino development board from last one month but not getting it in India(Delhi).If anyone have this information please shere this with me.
KanhuP2012
  • 407
  • 3
  • 9
-1
votes
1 answer

Pulse sensor coding for Netduino Plus 2 gone wrong

I'm currently doing a project on Netduino Plus 2 using .net micro framework which requires me to code for a pulse sensor. I have tried finding codes for pulse sensor but to no avail. I tried using AnalogInput codes for pulse sensor but the output…
-1
votes
1 answer

Which Netduino hardware should I use?

I am building a temporary controller that needs to monitor 20 separate button pushes along with another 15-20 analog and digital signals. It also needs to output at least 20 different digital signals. Which Netdurino will let me get all these…
Keith Sirmons
  • 8,271
  • 15
  • 52
  • 75
-2
votes
1 answer

C# How to extract multiple smaller byte[] from 1 bigger byte[]?

This question is related to: C# How to extract bytes from byte array? With known starting byte I have "100 bytes byte[]", that is composed with several "14 bytes byte[]" that occur in the bigger byte randomly. My smaller byte[] start with the…
Jónatas Brás
  • 82
  • 1
  • 2
  • 11
1 2 3 4
5