Get up and running with Netduino! Configure your development environment, update your firmware, and write your first app.
Get Started
Netduino.Foundation makes Netduino development easier by providing a massive peripheral driver library and a handcrafted API to use them.
Netduino.Foundation
Check out our events page for upcoming Wilderness Labs events!
New to electronics? This tutorial starts with the fundamentals and builds from there.
For announcements and other info, check out our community forums!
We also have a Discord chat server setup, so come say hi!
The following samples can be found in the WildernessLabs Documentation repo.
- Blinky - The quintessential Netduino
Hello, world.
app. - Onboard Button + LED - Using the onboard button to light the onboard LED.
- ButtonInterruptEvents - Listening to an
InterruptPort
for button press events. - Glitch Filtering - Filtering circuit noise using a Glitch Filter and the eventing model.
- Driving an LED w/a PWM Signal - Driving a single LED with a
PWM
signal. - Blinking an RGB LED with Red, Green, and Blue - A simple sample illustrating how to drive an RGB LED.
- Driving an RGB LED - Driving an RGB LED with three
PWM
Signals. - Changing colors of RGB LED with a Potentiometer - Changing the color of an RGB LED with an
AnalogPort
potentiometer. - SD Card IO - Reading and writing to an SD card using
File.IO
. - Web Request - Connecting to the internet and making an
HttpWebRequest
.