If you have a Raspberry Pi, but you prefer to develop .NET apps for it using Visual Studio, this tutorial will help you build and deploy remotely over SSH. ... Read more →
Build Smart IoT Devices with C# & .NET
Bring your hardware projects to life. Control sensors, read data, and build connected devices using C# with Arduino, Raspberry Pi, or Meadow boards.
In the previous tutorial, you learned how to send data from a PC to an Arduino microcontroller. In this follow-up tutorial, you will write a .NET desktop program that will listen for sensor data sent from an Arduino. ... Read more →
Did you know you can use C# and .NET to extend the functionality of your Arduino device? In this tutorial, we will be writing a WPF desktop application to communicate with an Arduino Uno board connected through a USB port to your computer. ... Read more →