Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

IoT : How to build .NET Core to build applications for IoT?

Do you know that .NET core to build applications for IoT?

  • .NET Core can be used to build applications for IoT devices and scenarios.

  • IoT applications typically interact with sensors, displays and input devices that require the use of GPIO pins, serial ports or similar hardware. The Raspberry Pi is commonly used for IoT applications.

You need to use at least .NET Core 2.1. .NET Core 3.0 is required for ARM64 devices. Many of these samples use the Raspberry Pi, however, .NET Core can be used for other devices. A Raspberry Pi Starter Pack contains enough electronics to get started on many projects.

.Net Core is supported on Raspberry Pi 2 and 3. Raspberry Pi 3 B+ is recommended, based on the faster CPU. .NET Core is not supported on Raspberry Pi Zero or any of the Raspberry Pi model A devices. .NET Core does is not supported on ARMv6 chips, only ARMv7 and ARMv8. It is not supported on Arduino.

The following samples demonstrate various scenarios:

  • Blinking LED
  • More blinking lights
  • Serial Port - Arduino

These samples use the System.Device.Gpio library. It will be supported on Linux and Windows IoT Core. The library is currently in early preview, based on source in dotnet/iot. There are many libraries that are important beyond GPIO, I2C and related fundamental protocols.

Share the post

IoT : How to build .NET Core to build applications for IoT?

×

Subscribe to Msdn Blogs | Get The Latest Information, Insights, Announcements, And News From Microsoft Experts And Developers In The Msdn Blogs.

Get updates delivered right to your inbox!

Thank you for your subscription

×