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…
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…
If you’d like to get real time weather data to your Meadow projects, you should try using the free public weather web service OpenWeatherMap, which we use already in a couple of our projects up on Hackster. First you’ll need to create an account…
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,…
Hello fellow makers, This post is to showcase the most interesting and useful Meadow projects on Hackster released throughout this year: Working with µGraphics on a ST7789 Display Learn how to connect an SPI LCD display to your Meadow board to draw shapes, text…
Hello Makers, In this blog post I want to show you how simple is to control LEDs using Meadow.Foundation. In other platforms you would need to set digital output ports or PWM ports to control the LEDs by changing its values explicitly. With Meadow.Foundation,…
Hello once again, In this post, I want to draw your attention to the couple of servos included in your awesome Meadow Hack Kit. These are pretty straight forward to set up using the Meadow.Foundation driver library. For these peripherals, you’ll need to search…