Tag Archive for netduino

Getting Started with Netduino the book.

This is my little review of Getting Started with Netduino

As others have said, this book is exactly what it says it is. It isn’t some secretly expert book that will magically make you an electronics guru. I write this with a sort of mildly sarcastic tone due to the upsetting reviews which essentially say “Hey it was what it said it was and not more! Crap!”. Sort of like the people who buy computer parts and complain about compatibility when such things are clearly stated, but I digress.

On to the actual book then.

When I began working with the netduino it was a completely new thing for me. I had never done hardware before, though I was already used to programming in the .net framework in C#. This is is where the book does a good job and can play two roles. If you know C# but not electronic concepts, the book will help. If you don’t know C# and electronics concepts, the book can help. Although the book says that some little bit of prior experience is needed, I honestly think one could learn how to use C# with this book. Granted you won’t learn how to make a windows program, but you could easily learn how to use C# for netduino things.

I would have loved to have this book when I started out. It’s a really good way to, big reveal, get started. The code samples are simple and explained, the pictures are clear and very helpful when show along side the code. The conventions used in the book make it easy to learn because its a very consistent outline.

My final thoughts are this, the book is what it advertises, a book for getting started. You can pick this little gem up, learn the basics, and move on to bigger things. Once you’re done with the book you can head over to the forums and try other people’s projects or get started with your own cool inventions! If an “expert” is ever needed, there are usually people in chat or on the forums who are happy to help.

netduino GO! Seven Segment Animation

I made another little demo with the display! I hope it helps with custom digits. Let me know if you need help.

Get the project code here

Netduino GO! Seven Segment Display Demo

I got a new module! the seven segment display module is awesomely built and adds more displaying options to your netduino go. I made a little demo video to show what i did with it right away :) . I will be making another video soon showing all the features and whatnot.

Get the project code here

Netduino GO! Module – Button

Netduino GO! Modules – Potentiometer
This is part of my videos which will show the modules I have, how to use them, and other information so you learn about the modules that are out there and how to program for them.

Go here for code and design files!

Netduino GO! Module – Potentiometer

Netduino GO! Modules – Potentiometer
This is part of my videos which will show the modules I have, how to use them, and other information so you learn about the modules that are out there and how to program for them.

Go here for code and design files!

Netduino GO! Module – RGB LED

Netduino GO! Modules – RGB LED
This is part of my videos which will show the modules I have, how to use them, and other information so you learn about the modules that are out there and how to program for them.

Go here for code and design files!

Netduino GO! – Video 2 – RGB LED, Pot, Button

Here we have our first how to!

What – A simple controllable RGB LED light
Modules – RGB LED, Potentiometer, Button (Optional, could use on-board button)
Why – Simple first project, pretty lights are nice :)
Possible expansions – *More* lights :D , Some button press glitch handling

Netduino GO! – New Netduino, New Series

I’m back!

 
This is the introduction video to a new series of videos i will try to make. The videos in this series will be tutorials/how to videos in order to teach you what I know as I learn it. I will structure this somewhat nicely in other to keep up with the videos. I really look forward to making more of these, so keep your eyes peeled :D

Netduino Serial Deploy and USB HID Tutorial

This is a video to show you how to switch your netduino to serial deployment in order to make it USB HID.
Set up:
1. Watch the reflashing tutorial
2. Download latest Firmware  |  Download special mfdeploy

Switch to serial deployment:
1. Select your Netduino or Netduino Plus in MFDeploy
2. Go to Target Menu > Configuration > Deployment Transport
3. Select either COM1 or COM2, com one is pins 0 and 1, and com2 is pins 2 and 3.
4. Unplug and plugin your Netduino or Netduino Plus.
5. Select your com port in Visual Studio(Project Properties > .NET Micro Framework > Transport)

Note: Power your netduino before plugin in the usb port because the usb code has to run first.