Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 972 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 972 Bytes

iot-raspi-multithreading

Introduction to software development for Raspberry Pi with Visual Studio Code, C# and .NET 6, including Debugging. Application development takes place on Windows 10/11 PC with Visual Studio Code and .NET SDK. The application is cross-compiled on Windows PC and downloaded to target (Raspberry Pi) and debugged remotely using VS Code.

The demo application shows how to use .NET Threads, Mutex, EventWaitHandles, Channels, etc.

Target system: Raspberry Pi 4 Model B with at least 2 Gbytes RAM, Pi OS 32-bit or 64-bit.

Development environment: Visual Studio Code with .NET SDK 6, Visual Studio Remote Debugger.

Documentation: