or
Sign in to turn on 1-Click ordering.
More Buying Choices
Jameco Electronics Add to Cart
$57.95 + $5.63 shipping
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

Netduino Plus 1

by Secret Labs
4.2 out of 5 stars  See all reviews (18 customer reviews)

List Price: $59.95
Price: $49.95 & FREE Shipping. Details
You Save: $10.00 (17%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Sold by Secret Labs and Fulfilled by Amazon. Gift-wrap available.
Want it Friday, June 21? Choose One-Day Shipping at checkout. Details
  • Netduino Plus is an open source electronics platform using the .NET Micro Framework.
  • Netduino Plus offers 20 GPIOs combined with SPI, I2C, 2 UARTs (1 RTS/CTS), 4 PWM channels and 6 ADC channels. Plus MicroSD storage and Ethernet IP networking.
  • .NET Micro Framework combines the ease of high-level coding and the raw features of microcontrollers.
  • 3rd-party accessories offer pre-built functionality like GPS location, servo control and battery power.
  • Design files and source code are included. MicroUSB cable included for a limited time.

Frequently Bought Together

Netduino Plus 1 + Wall Adapter Power Supply - 9V DC 650mA
Price for both: $55.94

Buy the selected items together


Special Offers and Product Promotions

  • Volume discounts available: 10% off 10-99 units; 20% off 100+ units. Discount will be applied at checkout. Here's how (restrictions apply)

Technical Details


Product Details

  • Item Weight: 1 ounces
  • Shipping Weight: 8 ounces (View shipping rates and policies)
  • ASIN: B004FRZ4E6
  • Item model number: Netduino Plus
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (18 customer reviews)
  • Date first available at Amazon.com: December 9, 2010
  • Would you like to give feedback on images?

Product Description

Netduino is an open source electronics platform using the .NET Micro Framework. Featuring a 32-bit microcontroller and a rich development environment. Suitable for engineers and hobbyists alike. Input. Output. Interface with switches, sensors, LEDs, serial devices, and more. Netduino offers 20 GPIOs combined with SPI, I2C, 2 UARTs (1 RTS/CTS), 4 PWM channels and 6 ADC channels. Code. Debug. Repeat. .NET Micro Framework combines the ease of high-level coding and the raw features of microcontrollers. Enjoy event-based programming, multi-threading, line-by-line debugging, breakpoints and more. Very expandable. 3rd-party accessories offer pre-built functionality like GPS location, servo control and battery power. Netduino is also pin-compatible with Arduino shields. 3rd-party drivers are required for some Arduino shields. Design files included. Netduino is an open source electronics platform. All design files and source code are included. Learn from the designs. Remix. Enjoy the freedom of open source. Netduino Plus includes all hardware features of the Netduino--plus MicroSD storage capabilities and an Ethernet jack for fast integrated IP networking.


Customer Reviews

Bottom line, I highly recommend to hobbyists. Win Myan  |  2 reviewers made a similar statement
Most Arduino shields should be compatible with the Netduino and Netduino Plus!! Steven E. White  |  3 reviewers made a similar statement
Most Helpful Customer Reviews
24 of 25 people found the following review helpful
5.0 out of 5 stars Up and running fast. April 27, 2011
Amazon Verified Purchase
I received the kit and spent 15 minutes downloading and installing C# Express, the .NET Micro Framework, the Netduino SDK, and the Netduino Getting Started Guide. I connected the board by USB, opened up a new C# project, and had a blinking LED in about 5 minutes. After making code changes, I was able to compile, deploy, and have it running in under 10 seconds. Another hour playing around and I have the Netduino hosting a webpage from a micro SD card and turning LEDs on and off via specific web addresses. This is one of the best out of the box experiences I've had with a development kit.

The kit I received came with the board, four sticky feet, a USB micro cable, and an ID sticker. There were no drivers or documentation included - they must be downloaded from the Netduino website. The board is also pretty small - the base is about 3/4 of a credit card and it is about a centimeter thick. It has a sticker with the MAC Address on the back.

There is an active community on the Netduino forums and lots of discussion around using various Arduino shields. I ran into some issues getting the board to use DHCP, but a download of the latest firmware from the forum mostly fixed them.
Comment | 
Was this review helpful to you?
17 of 18 people found the following review helpful
4.0 out of 5 stars NetDuino Plus - first thoughts May 9, 2011
Amazon Verified Purchase
The Netduino Plus gives you a fantastic starting point for embedded electronics.
The built in memory card slot and Ethernet interface makes this a much less expensive alternative to an Arduino with an Ethernet shield.

Pros:
You can use the full MS Visual Studio suite with all of it's debugging goodness
The online forums are very helpful and the user base are quite friendly.
Manufacturer appears to really listen to the user's needs and tries work with private developers for the greater good of the community! (big kudos!)
Most Arduino shields should be compatible with the Netduino and Netduino Plus!!

Cons:
The vast majority of work has been done for the Arduino and you'll need to learn how to convert the Arduino 'sketches' into VB C# Project code. (not too hard)
Secret Labs (the manufacturer) is working on 1-wire support and it's relatively easy to upgrade the Netduino's firmware.
Have not been able to connect a humidity sensor to the Netduino Plus yet, but I think it will be possible with a little more effort on my part.

Overall, it's a great price for a compact webserver interface type device!
Comment | 
Was this review helpful to you?
22 of 25 people found the following review helpful
5.0 out of 5 stars Better than an Arduino! May 24, 2011
Amazon Verified Purchase
The Netduino Plus is mostly hardware-compatible with the popular Arduino mictrocontrollers, and can interface with most Arduino "shields" etc.

The difference is that rather than using the C/C++-based Arduino development environment, this board runs the .Net Micro Edition which means that you program it using the C# language (people are working on Visual Basic.Net support I believe as well).

This is actually incredibly cool, as the C# language is much nicer than C/C++ (regardless of what you think of Microsoft), and you get to use the very professional (yet free) Visual Studio Express tools from Microsoft to write and debug programs.

You can use the Visual Studio Express Debugger to debug the code running *on* the Netduino. Set breakpoints, evaluate expression in the context of the Netduino, etc. MUCH nicer than trying to debug an Arduino application!

Downsides, such as they are, include: You won't be able to use code from any of the now many Arduino books out there. As a very basic starter guide however, you may want to pick up a copy of Getting Started with the Internet of Things: Connecting Sensors and Microcontrollers to the Cloud which is a book specifically about starting out with an Arduino Plus!

Also the performance of .Net code will be slower than native C code on an Arduino. This is only relevant if you want to do low-level real-time interrupt handling etc. In general the Netduino's .Net runtime will be fast enough for most applications.
... Read more ›
Was this review helpful to you?
2 of 2 people found the following review helpful
4.0 out of 5 stars Netduino Review October 8, 2011
By DRRD
Nice board, with a lot of nice features. Small problem reading analog ports. Solution found on the Netduino forum. Did not contact seller as I considered this a minor problem.
Comment | 
Was this review helpful to you?
3 of 4 people found the following review helpful
5.0 out of 5 stars A+ System for Hobbying Engineers and Programmers September 23, 2012
Amazon Verified Purchase
I have heard great things about the Arduino and decided last week to look into getting one to hopefully start a hobby. That's when I found the Netduino. When I heard that the Netduino came with out-of-the-box .NET Micro Framework compatibility the decision was a no brainer. I purchased the Netduino Plus along with a 9V power supply, a SainSoft mechanical relay, and the book "Getting Started with Netduino". From the moment it arrived I had a blinking LED program running within 30 minutes. Within the next hour I had my relays hooked up and switching on my push button command. By the end of the next day I was executing commands and viewing button statuses using an HTTP link in my web browser over ethernet.

Never in my life would I have thought I would catch on this quickly. I've tried bragging to my wife, father-in-law, and then my dog, but none of them seem to care as much as I do about a blinking LED. So now I'm here bragging to the Amazon community. For anyone who can get excited about an LED, this is the purchase for you. I hope that you can share my excitement and that you have the experience I have had.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Great product
This is my third netduino. I made my first one into a deadmau5 mask, my second one into a power supply/voltage monitoring system, and this one is turning into a part of my home... Read more
Published 8 days ago by wabash9000
5.0 out of 5 stars party time
This is so much fun i wish i would have got it sooner.
now its time to get this party started.
Published 22 days ago by Jason Sanders
5.0 out of 5 stars Very Cool
I have written software for many years and love C#. I have done some minor embedded software development in the past, just hated C/C++. Read more
Published 9 months ago by Mike Vanalstine
5.0 out of 5 stars Nice Toy for An EE
Is it blazingly fast? No. Does it make programming a bare bones computer board easier? You bet. This is obviously a competitor to the Arduino board, but one with a faster CPU... Read more
Published 10 months ago by Lawrence Maturo
2.0 out of 5 stars performance wasted in .net environment
Microsoft always tries to extend its platforms to other devices, this is one example... they give the device more processing power and ram... only to be wasted in the C# runtime... Read more
Published 11 months ago by FERNANDO CASSIA
5.0 out of 5 stars So much fun to play with
Being a .Net developer for more than 6 years, as soon as I read an ad about netduino, I know I gotta try it. Read more
Published 14 months ago by Win Myan
4.0 out of 5 stars Great learner module
Downloaded the example code and was able to create an app right away. great module to build prototype projects and for some home gadgets.
Published 15 months ago by JohnZ
5.0 out of 5 stars Inexpensive WiFi option for Netduino
Here are some inexpensive Wired to Wireless converters that may work with LAN interface:
IOGEAR Universal Wi-Fi N Adapter for Home or Office GWU627
TRENDnet Wireless N... Read more
Published 18 months ago by HVSD
2.0 out of 5 stars Not the best...
I worked with Arduino platforms before. When I heard about Netduino and a faster chip (3 times faster), and a RAM 60 times bigger, I decided to buy one, it looked promising. Read more
Published 20 months ago by Gio
5.0 out of 5 stars Best microprocesor yet!!
this is like a 120 US dollars worth in arduino micro and extras. this has better programing resources C# which can be programmed in visual studio!. worth every penny!
Published 21 months ago by Yamil
Search Customer Reviews
Only search this product's reviews

Customer Questions & Answers
Be the first to ask a question that you have.
Please make sure that your post is a question about the product. Edit your question or post anyway.
Typical questions asked about products:
 - Does this camera work well in low light?
 - How long does the battery in this laptop last while watching movies?
 - Will my HDTV work with this 5.1 home theater system?