Meadow Samples
The following samples can be found in the Wilderness Labs Netduino Samples 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. - 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
. - Controlling a servo - Make a servo sweep through 180 degrees continuously.
- Read Temperature from TMP102 - Read the temperature from a TMP102 temperature sensor using I2C.
- Write to I2C Register - Change the mode of the TMP102 by writing to a register using I2C.
- UART Test - Basic reading and writing to a UART.
- 16x2 LCD - Write information to a 16x2 LCD using SPI.
- Read DS3234 Using SPI - Read the current date / time from a DS3234 RTC using SPI.
Contributing
These Wilderness Labs samples are distributed under the Apache 2 license. If you have a cool sample that you'd like to document and share, please submit a pull request! We love quality contributions.
Additional NETMF Samples
Additionally, the Netduino version of the NETMF SDK includes a number of Samples, including: