12

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

5 Answers5

7

TinyCLR produces several different boards that support the .Net Micro Framework, the most popular was once the Fez Domino, now deprecated and replaced by the Fez Panda II:

FEZ (Freakin' Easy!) is a tiny open-source board running Microsoft .NET Micro Framework. This means, you can write code with much more efficiency using C# programming language under free Microsoft Visual C# express. Build your next projects in minutes by connecting FEZ Domino to one of the shields or the many available components. Includes USB cable.

Many libraries are already included like FAT file system, threading, USB Client, USB Host, UART, SPI, I2C, GPIO, PWM, ADC, DAC and many more.

FEZ offers many features not found in Arduino, BASIC STAMP and others:

  • Based on Microsoft''s .NET Micro Framework.
  • Runs on 72Mhz NXP ARM processors.
  • Supports runtime debugging (breakpoints, variable inspection, stepping, etc.)
  • Use Visual C# 2010 Express Edition for development.
  • Advanced capabilities like FAT, USB device and USB host.
  • Easily upgrades to hardware such as EMX.
  • Open source hardware design files.
  • Use existing shields and holder boards.
  • Based on the USBizi chipset (ideal for commercial use).
  • FEZ Mini is BS2 pin-out compatible with extra I/Os.
  • FEZ Domino is Arduino pin-out compatible with extra I/Os.
Jared Harley
  • 303
  • 2
  • 9
4

Complementing "O Engenheiro" answer:

GHI EMX US$ 299.95 alt text

  • 72 MHz 32-bit ARM 7 Processor
  • 16MB RAM and 4.5MB FLASH
  • 320 x 240 3.5" TFT Display with touch screen.
  • RJ-45 Ethernet connector.
  • GHI WiFi-Expansion compatible.
  • Standard JTAG connector (only available for GHI partners).
  • TFT signals exposed.
  • GPIO signals with interrupts exposed on 0.1" header pins with on-board pin descriptions.
  • 2 SPI Master bus (8/16bit).
  • I2C interface.
  • 4 exposed UART (serial ports), one RS232 interface with hardware handshaking.
  • 7 analog inputs (ADC), 2 are used with touch screen.
  • 1 analog output (DAC).
  • 2 CAN interfaces, CAN 1 is connected to CAN PHY with 9-DSUB interface.
  • 6 PWM signals.
  • One-wire interface support
  • SD/MMC card connector with spring.
  • USB Device port
  • USB Host port
  • XBee module socket.
  • UEXT interface for easy expansions such as GPS, MP3 decoder or 3-axis accelerometer.
  • Real Time Clock backup battery.
  • LEDs and push buttons.
  • On-board Piezo.
  • Powered by USB or DC power (input 6 volts through 2.1mm power connector).

Tahoe-II US$ 399.00

alt text

  • Meridian CPU (ARM920 @ 100MHz)
  • 8Mbytes SDRAM and 4Mbytes Flash
  • 3.5” Landscape TFT LCD with touch-screen
  • 9 user input buttons
  • RS232 serial (DB9)
  • USB Function
  • Ethernet
  • Accelerometer, with support for event notification including free-fall detection
  • SD Card interface
  • Temperature sensor and 2x ADC channels
  • Interface for XBee wireless module (and additional ADC channels if fitted)
  • PWM output
  • Expansion connectors that expose GPIO, I2C, SPI and UART signals
Jader Dias
  • 1,963
  • 5
  • 23
  • 27
3

I'll also post about Netduino US$ 34.95, a open source platform

alt text

Processor and memory

  • Atmel 32-bit microcontroller
  • Speed: 48MHz, ARM7
  • Code Storage: 128 KB
  • RAM: 60 KB

digital i/o features

  • all 20 digital and analog pins: GPIO
  • digital pins 0-1: UART 1 RX, TX
  • digital pins 2-3: UART 2 RX, TX
  • digital pins 5-6: PWM, PWM
  • digital pins 7-8: UART 2 RTS, CTS
  • digital pins 9-10: PWM, PWM
  • digital pins 11-13: SPI MOSI, MISO, SPCK
  • analog pins 4-5: I2C SDA, SCL
Jader Dias
  • 1,963
  • 5
  • 23
  • 27
  • 1
    You've talked about Netduino on your question. – Daniel Grillo Oct 01 '10 at 12:02
  • 2
    Currently in public beta, the Secret Labs team is planning to ship the [NetDuino Plus](http://netduino.com/netduinoplus/specs.htm) by the end of the year. The two main additions are built-in ethernet and micro-sd support. – Ben McCormack Oct 07 '10 at 14:39
3
Daniel Grillo
  • 7,659
  • 18
  • 51
  • 69
3

Here's a recently announced system. It may not be available for purchase yet.

The .NET Gadgeteer

http://research.microsoft.com/en-us/projects/gadgeteer/gadgeer_modules.png

http://research.microsoft.com/en-us/projects/gadgeteer/gadgeteer_example.jpg

Toby Jaffey
  • 28,796
  • 19
  • 96
  • 150