Collection of .NET Micro Framework samples for the Netduino. Contains notes & samples for testing various sensors and capabilities on the Netduino.
By default all the instructions and downloads are for the .NET Micro Framework 4.2.* and Visual Studio 2012. I wanted to use the latest firmware & Visual Studio 2013. Instructions, notes & download links that I used are all found in the README_updateDevice+Dev.md file.
- Blinky - Tiny app that blinks the onboard LED. From Chapter 3 of Getting Started with Netduino
- PushOnboardButton - Turns the onboard LED on when the onboard button is pressed. From Chapter 3 of Getting Started with Netduino
- SimpleBreadboardButtonLed - First time using breadboard... turns the LED on when the button is pressed. From Chapter 5 of Getting Started with Netduino
- SimpleAnalogPotentiometer - Getting the values from analog sensors. From Chapter 5 of Getting Started with Netduino
- SimpleRgbLed - Writing to the RGB LED (using the MSFT & SecretLabs libraries). From Chapter 6 of Getting Started with Netduino
- SimplePiezoSpeaker - Playing sounds on a piezo speaker. From Chapter 7 of Getting Started with Netduino
Drawings (*.fzz) of physical projects done using Fritzing.