Mainstream Development Languages for Microcontrollers

Mainstream Development Languages for Microcontrollers

Follow+Star Public Account Number, don’t miss exciting content Author | strongerHuang WeChat Official Account | strongerHuang Microcontrollers have many names, MCU (Microcontroller Unit), also called microcontroller, etc. With the popularity of the Internet of Things, the demand for microcontrollers is increasing. At the same time, with the enhancement of microcontroller performance and resources, the languages … Read more

Advanced Support for IoT Applications in .NET Core 3: System.Device.Gpio

Advanced Support for IoT Applications in .NET Core 3: System.Device.Gpio

System.Device.Gpio is a brand new open-source library for .Net Core, designed to enable IoT (Internet of Things) applications to interact with hardware like sensors, displays, and input devices through its GPIO pins or other I/O controls. This library is enhanced by a collection of device bindings maintained by the community. As demonstrated by Microsoft’s .NET … Read more

How to Deploy .NET Core 2 on Raspberry Pi 3B

How to Deploy .NET Core 2 on Raspberry Pi 3B

There is very little information on how to deploy .NET Core 2 on Linux ARM processors. I found a few articles online, but they were not detailed enough, and I hit a wall following their tutorials. After several days of struggle, I finally succeeded in the deployment. Here is a successful run screenshot: 1. In … Read more

Why C++ is Not Recommended for Microcontroller Programming

Why C++ is Not Recommended for Microcontroller Programming

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column Generally speaking, when programming on microcontrollers, either assembly or C language is used, and it is rare to develop with C++. So why is it not recommended to use C++ for microcontroller development? Below, I will discuss … Read more

Running .NET Core 3.0 on Raspberry Pi 4: Truly 64-Bit!

Running .NET Core 3.0 on Raspberry Pi 4: Truly 64-Bit!

Click the blue text above to follow “Wang Yujie’s Blog” Introduction Not long ago, I wrote an article titled “Installing .NET Core 3.0 Runtime and SDK on Raspberry Pi 4”, followed by subsequent articles on “Auto-Starting .NET Core 3.0 on Raspberry Pi”, “Nginx Configuration for Internal Access to Raspberry Pi 4 ASP.NET Core 3.0 Website”, … Read more

×