Skip to main content

raspberry pi

Toggle Raspberry Pi GPIO Pins with ASP.NET Core 2.0
·298 words·2 mins
dotnet aspnetcore raspberry pi
Today I’ll show you how to Toggle Raspberry Pi GPIO Pins with ASP.NET Core 2.0. First be aware of the following prerequisites: .NET Core 2.0 SDK A Raspberry Pi 3 Running Raspbian Install linux dependencies: sudo apt-get install curl libunwind8 gettext Now let’s start: Create a folder for your new project # Open a command prompt an run:
Raspberry Pi: Run ASP.NET Core on Startup
·195 words·1 min
dotnet aspnetcore powershell raspberry pi
Last week I wrote: Step by step: Running ASP.NET Core on Raspberry Pi and didn’t have the time to write about running the application on startup. After browsing for a while I found this great post: Windows IoT Core: Running a PowerShell Script on Startup which showed me the way! As a prerequisite read and run the sample provided here: Step by step: Running ASP.NET Core on Raspberry Pi
Step by step: Running ASP.NET Core on Raspberry Pi
·428 words·3 mins
dotnet aspnetcore raspberry pi
After reading .NET Core on Raspberry Pi and successfully running a console application on Windows 10 IoT Core on my Raspberry Pi 3 I decided to write: Step by step: Running ASP.NET Core on Raspberry Pi. First be aware of the following prerequisites: Windows 10 IoT Core I’m running Insider Preview v.10.0.15058.0 .NET Core 2.0 SDK Now let’s start: