is a Visual Studio solution with a few small C# applications for the Meadow F7 Development Board
The TryOuts are a collection of small Apps which are tested and working on the Meadow F7. Main purpose is to have small examples for a certain connected device and learn the Meadow APIs so these examples can serve as a quick-start.
Project/Folder | Purpose | Extra Info |
---|---|---|
InputValueChanged | Digital input with an event handler. | There are a few ways to handle an input (like a pushbutton) and react on changes. . |
MeadowApp | The default starter template (HelloLed), blinking the internal LED in 3 colors | It was reported that Led.StartPulse gives problems for some, so Led.StartBlink is used here. |
OledApp | Display text on 128x32 OLED (SSD1306 family) and a Button enables a Led | D01=Led, D03=Button, D08=OLED-CLK , D07=OLED-SDA 0.91 OLED 128x32 I2C SSD1306 |
Uln2003App | Motor stepper, using ULN2003 motor driver board. | D01=ULN2003-A, D02=ULN2003-B, D03=ULN2003-C, D04=ULN2003-D ULN2003 board |