Netduino

From Wikipedia the free encyclopedia

Netduino was an open-source electronics prototyping platform based on the .NET Micro Framework. It uses the ARM Cortex-M 32-bit RISC ARM processor core as a 32-bit ARM-microcontroller. The Netduino boards (except the discontinued Mini and Go models) are designed to be pin-compatible with most Arduino shields.[1] Applications can be built on Windows (with Visual Studio), or on Mac OS (with Xamarin Studio). The platform is similar in concept to the Arduino platform, but is generally more powerful and instead of writing applications in C/C++ or Wiring (essentially, C++ without header files), applications are written in C#, which brings powerful, high-level language constructs to the toolbox such as threading, event handling, automatic garbage collection, and more.

Development[edit]

Netduino was invented by Chris Walker, founder of Secret Labs.[2]

The platform was actively supported by Wilderness Labs and had an active open source community.[3][4] Some time in 2020 Wilderness Labs discontinued Netduino and completely superseded it by Meadow, an STM32F7-based microcontroller board with .NET Standard.[5]

Hardware[edit]

The Netduino family is based on the Cortex-M Micro Processor running the .NET Micro Framework (NETMF) v4.3.[6] Development can be done on both Windows, with Visual Studio, or with Xamarin Studio on Mac OS X. IO includes 22 General Purpose Input/Output (GPIO) ports, 6 of which support hardware Pulse Width Modulation (PWM) generation, 4 UARTs (serial communication), I2C, and SPI (Serial Peripheral Interface Bus).[7]

The Netduino family consists of the Netduino 3, Netduino 2, and the original Netduino 1 lines. The original Netduino (1st generation) and Netduino Mini (also 1st generation), have been replaced by the much more powerful Netduino 2 and 3 lines.

Netduino 3[edit]

The Netduino 3 is based on a Cortex-M4 microcontroller running at 168 MHz with 384 KB of flash storage and 164 KB of RAM.

Netduino 3 is offered in 3 different models, the N3 base model, N3 Ethernet model, and the N3 WiFi model; which vary by their internet connectivity mode and their code/flash storage size. All N3 models support persistent storage with SD cards up to 2GB. Both the Ethernet and WiFi models have a Micro SD slot built in to the board. The base model can use SD cards via most Arduino SD Card add-on shields.

The N3 technical specifications are as follows:

Model MCU Flash RAM Network
N3 Cortex-M4 @ 168 MHz 384 Kb 164+ Kb N/A
N3 Ethernet Cortex-M4 @ 168 MHz 1408 Kb 164+ Kb 10/100 Mbs Ethernet
N3 WiFi Cortex-M4 @ 168 MHz 1408 Kb 164+ Kb 802.11b/g/n with SSL/TLS 1.2 Support

Netduino 2[edit]

Netduino 2 is offered in 2 different models, the N2 base model as well as the N2+, which adds 10Mb Ethernet.

Model MCU Flash RAM Network
N2 Cortex-M3 @ 120 MHz 192 Kb 60 Kb N/A
N2+ Cortex-M4 @ 168 MHz 384 Kb 100+ Kb 10 Mbs Ethernet

Discontinued Models[edit]

The original Netduino forum is archived and contains historical and technical information about the original Netduino boards and development.[8]

Netduino 1[edit]

The original Netduino was based on an Atmel AT91SAM7X processor running at 48 MHz.

Netduino Plus[edit]

The Netduino Plus added an onboard Ethernet port and a microSD card reader.[9]

Netduino Mini[edit]

The Netduino mini was a smaller breadboard mountable Netduino in a DIP package.[9]

Netduino Go[edit]

With Netduino Go, all the peripherals were virtualized, with 8 gobus ports replacing the Arduino headers. Additional modules could be added through these ports, and each module had a small microchip which works together with the mainboard.[10]

References[edit]

  1. ^ "Netduino Documentation". Netduino Documentation.
  2. ^ "Lost Redirection".
  3. ^ "Wilderness Labs". Wilderness Labs.
  4. ^ "Netduino on Stackoverflow". stackoverflow.
  5. ^ "So long, Netduino; may you long live in our hearts". Wilderness Labs. Retrieved 2023-10-26.
  6. ^ Embedded Programming with the Microsoft® .NET Micro Framework (Developer Reference). Microsoft Press. 2007. ISBN 978-0735623651.
  7. ^ "Netduino Hardware". Netduino Hawdware.
  8. ^ "Archived Netduino Forum". Secret Labs.
  9. ^ a b Walker, Chris (2012). Getting Started with Netduino. O'Reilly. pp. 1–6, 26. ISBN 9781449302450.
  10. ^ "Introducing Netduino Go". Netduino.

External links[edit]