The Inside Story of Meadow.Linux

About a year ago I was working on a project for an NVIDIA Jetson Nano that used four pretty common and easy to find peripheral devices. As a long-time embedded .NET developer, I decided that using the .NET IoT library was probably the route…

Meadow b6.0 live with debugging

We’re happy to announce our latest full-stack release, b6.0. We’ve added in-IDE debugging, device config file support, a 20x Graphics Performance, and much more. Debugging – Debugging support in Visual Studio for Windows, macOS, and VS Code! Device/OS Configuration – Device and OS settings are now…

ICYMI: Meadow Presentation at .NET Conf

Hello friends, If you missed the Meadow presentation at .NET Conf, you can check the recorded session right now on YouTube. Bryan Costanich and Adrian Stevens show off how relevant is for us software developers to get into IoT and how much our platform…

ICYMI: Check out Bryan’s Meadow presentation on .NET Live

Hello friends, In case you missed the Meadow presentation at the On .NET Live series, you can check the recorded session right away. Cecil Philips interviews Bryan about IoT and the latest updates on Meadow boards, showing new features like running SQLite to log…

Introducing the Meadow F7V2

Hello friends of Wilderness Labs! Bryan here, and I’m super excited to break the news on a piece of technical art we’ve been working on for the last year, the Meadow F7v2 board: The F7v2 is the successor to our popular F7v1 board and…

Meadow b5.3 w/ SQLite and more!

Meadow b5.3 is out, and it’s our most stable and complete release yet. We spent a lot of effort fixing issues introduced in b5.1/b5.2, and also added SQLite support to Meadow! Big changes and fixes include: SQLite Support – SQLite is now built into Meadow.OS…

Meadow b5.2 is live!

This is a small release that mainly focuses on cleanup of Meadow.Foundation, and fixing Bluetooth (which we broke in b5.1): BLE Fix – We broke the Bluetooth stack (among other small things) in b5.1 due to issues with our CI release pipeline. Most of the…

Meadow b5.1 is live!

We have now shipped another full stack update for Meadow, meaning new Meadow.OS binaries, Meadow.CLI, NuGet packages and VS Extension updates. The major highlights for this release are: Full .NET Standard 2.1 – We moved all the projects over to .NET Standard 2.1. (Last release…

Update Meadow Apps from .NET Framework to .NET Standard

If you’re running beta 5.1 we released just now, after completing a full stack update from Meadow.OS to the VS Extension, you’ll also need to update your Meadow Application projects. In this post I’m going to show you how to do that. In beta…

Work on Meadow using Visual Studio Code

Hello Meadow developers, In this post, I want to show you how to use the Meadow Extension for Visual Studio Code. Installation Download the extension .vsix file from the latest GitHub release. Click File -> Preferences -> Extensions. In the Extensions tab , click the … menu and…