Questions tagged [netduino]

A variation on the Arduino platform.

52 questions
17
votes
11 answers

Should I buy a Netduino or Arduino?

I am looking at buying a NetDuino for some fun home hobby projects. Have any of you used it and how was your experience? Should i look at the Arduino or FreeDuino range instead(or something totally different)? I decided to stick to the NetDuino due…
SetiSeeker
  • 231
  • 1
  • 2
  • 5
13
votes
3 answers

Can I wire the two sides of a L293D Dual H-Bridge together if I only need one H-Bridge?

Background: I'm using an L293D dual H-Bridge to drive a DC motor, but only one motor, and the package contains two complete H-Bridges. This is all being soldered onto Veroboard (stripboard). Question: Is it possible to use the two sides of the chip…
Andrew M
  • 377
  • 2
  • 4
  • 12
13
votes
7 answers

6 LEDs in parallel with a single resistor to simplify soldering

I'm trying to wire up 6 RGB LEDs in parallel, all controlled from a single source (well, three sources, one for each colour). The LEDs came supplied with resistors to limit the current of 270 Ohm for a 5v supply. The problem is, 6 LEDs x 3 colours =…
Andrew M
  • 377
  • 2
  • 4
  • 12
12
votes
5 answers

What are the .NET Micro Framework ready systems available?

Once I heard of Netduino I began to wonder which other systems would provide the same features: Processor and Memory Micro .NET Framework ready USB interface Cheap Portable
Jader Dias
  • 1,963
  • 5
  • 23
  • 27
9
votes
6 answers

What makes a particular platform suitable or unsuitable for production use?

Let's assume that the cost of goods is an insignificant factor. If a company lacks a team to produce a custom board for a particular product, but has success with an off-the shelf development platform like Arduino / Netduino / mbed, what sorts of…
Dave
  • 3,800
  • 24
  • 41
8
votes
3 answers

How to diagnose crosstalk

I am completely new to electronics, and am trying to learn by building an electronic drum set. I've found lots of examples online of circuits to condition the output from a piezo to be read by a controller (a Netduino in my case). The circuit I'm…
herbrandson
  • 181
  • 5
7
votes
1 answer

How to develop for .NET Micro Framework on Linux?

Is there an IDE which will allow me to develop for the .net Micro Framework on Linux? Maybe MonoDevelop?
Jader Dias
  • 1,963
  • 5
  • 23
  • 27
7
votes
5 answers

Microcontrollers - Beginner questions

How do you determine how many sensors a microcontroller can use? My understanding is you can't use C# directly on any microcontroller but you can use C# and communicate over the USB and look for a specific port. Is this true? In my case i've…
5
votes
3 answers

Ambient operating temperatures for *duino boards

If this has already been ask I apologize as I cannot find it using the search option, please send link. For my first project I'm thinking of building a monitor, in stages, for my outdoor pond (about 30 feet from the house) with wireless data…
ddm
  • 205
  • 2
  • 5
5
votes
3 answers

Is it safe to connect Arduino/Netduino to car voltage source

On Netduino homepage it is stated that Netduino can be powered by input: 7.5 - 12.0 VDC or USB. The car output voltage is 12V but the car voltage source can produce voltage spikes so I am not sure whether it is safe to plug netduino directly into…
Niko Gamulin
  • 229
  • 2
  • 8
4
votes
3 answers

How can I persist data onto the Netduino?

Mainly, I want to persist data onto the onboard Netduino memory (if there is any?) without hooking anything else up. The idea is that I either read the data back in the next time the Netduino is plugged in (for settings), or read the data when it's…
John B
  • 160
  • 7
4
votes
3 answers

Is Netduino awaiting a second run?

I didn't jump on Netduino when I should have now it looks like they are in a very limited supply. Does any one know if there is going to be any more manufactured or possibly the beta Netduino?
Matt
  • 71
  • 1
  • 3
4
votes
1 answer

Netduino to power 12V LED Strip

I'm a programmer by nature, but I thought I'd try dabbling in programming a micro controller. I've hooked up my voltage meter, and have figured out how to switch my output ports on/off, and they're currently outputting 3.3V. What must I do to…
Chase Florell
  • 327
  • 2
  • 9
3
votes
1 answer

Driving P-MOSFET with Netduino

I've read quite a lot of threads here about P-MOSFETS and how to drive them properly from IC but still have some questions. Here's the schematic: Some useful values from MOSFET datasheet Vgs(th) -2..-4 V Rds(on) ~0.07 Ohm C ~1.5 nF Schematic will…
Igor Rybalka
  • 125
  • 1
  • 4
3
votes
3 answers

Can more than one device read data from GPS?

I have an OSD(atmega88p inside), which is reading data from GPS through serial connection as I understand and I would like to connect second device (FEZ Cerb40) to read GPS data, wondering if that will cause any problems, may be serial device can be…
Giedrius
  • 133
  • 7
1
2 3 4