The Controller Area Network (commonly called “CAN”) bus is a fault-tolerant, two-wire serial bus used extensively in automotive and telematics applications today. Since Meadow hardware provides an excellent platform for applications in the harsh environments of fielded vehicle monitoring and control systems, we have…
A large subset of what’s called “motion control” is all about using motors to perform actions. From large industrial conveyors and bulk material augers down to 3D printers and hobby robots, motors are everywhere. The question for us is “how do I control those…
Our MicroLayout library provides a lightweight framework for creating HMIs with labels, buttons and images but sometimes that’s just not quite enough to give your users the information you want. IoT devices very often collect time-series telemetry, and displaying that data is usually meaningful…
You can finally configure your Meadow projects with Azure using IoT Hub! This guide will guide you step by step of what you need to do generate a sas access token that you’ll add on your project to communicate with azure to send and…
Drawing images on a display is pretty much table-stakes for any sort of display-based application, and embedded software is no exception. Meadow Foundation‘s MicroGraphics Library is our go-to for drawing things like lines, shapes and text, but it wasn’t terribly friendly for drawing images….
I’m starting on a new side project for fun. I want to create a scoring box for fencing (the olympic sport, not building fences). If you don’t know much about fencing, the score box is wired to each fencer and their blade and it…
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…
Hello Makers, In this post we’re going over the Capacitive Soil Moisture sensor included in the Hack Kit. Capacitive Moisture Sensor is a soil moisture sensor based on capacitance changes. When the humidity of the soil rises, the value of the output decreases; conversely,…
Hello Makers, It has been a while since I make another post about another peripheral included in Meadow’s Hack Kit. This time we’re going to learn how to work with relays using Meadow.Foundation. No need to download any NuGet packages to use this peripheral,…