Interfacing Raspberry Pi With Lcd
I’ve spent the past few days exploring a project that allows me to display text on an LCD using a Raspberry Pi. We will be using Python in this post, so familiarity with Python will be useful. First, make sure…
I’ve spent the past few days exploring a project that allows me to display text on an LCD using a Raspberry Pi. We will be using Python in this post, so familiarity with Python will be useful. First, make sure…
In a [previous blog post](/posts/running-a-net-core-2-0-webapi-app-on-the-raspberry-pi-raspbian/), I discussed how to create a dotnet core 2.0 WebApi application to run on the Raspberry Pi and trigger an LED. This post will build upon that by outlining the steps I took to connect…
I wanted to create a web api app that answered calls on my Raspberry Pi. The first step I learned was how to install and configure .NET core 2.0 on the Raspberry Pi. Note – .NET Core only runs on…