/DotnetRaspBerryPi5Patterns

Raspberry Pi 5 .NET (C#) Patterns

Primary LanguageC#

image image image

Raspberry Pi 5 .NET Patterns

If you looking for info how to build, deploy and debug .Net apps on Raspberry Pi 5 check my another repo:

https://github.com/Woselko/Build-Debug-.NET-RaspBerryPi5

Before you run anything, check .vscode/tasks.json and .vscode/launch.json

woselko@192.168.0.87 is pattern {RaspberryUser}@{IP} check also your debugger path "debuggerPath": "/home/{RaspberryUser}/vsdbg/vsdbg"

For proper debugging you need to set up SSH passwordless connection to your Raspberry, all configuration you can find in linked tutorial

DHT11SensorApp & DHT22SensorApp

image

DHT11 and DHT22 is same electronic schema, but code is different, DHT22 is more accurate

LedBlinkingApp

image

LCD App

LCD

MQ-9 With output to digital converter ADC0834

MQ-9

SensorMotionApp

image

RfidReaderApp

image

RaspCameraLibrary

C# libcamera wrapper for streaming video image

CameraStreamServer

videoserver

C# EMGU.Cv VideoObjectDetection app film/stream detection

image

Python Camera Live Stream Detection with TensorFlow Lite (coming soon)

CameraCaptureOnMotionDetectionApp (coming soon)

AspOnRaspbian - full nginx configuration (coming soon)