Running .NET Core on Raspberry Pi 3B+

Introduction

I don’t know why, but seeing .NET Core makes me feel great; it can truly run cross-platform, and I personally really like it. So, I decided to use a Raspberry Pi to validate my idea. At the time of writing this article, I had just installed core 2.1 on the Raspberry Pi, so let’s start with the results.

Running .NET Core on Raspberry Pi 3B+

1. Basic Preparation

It’s been three days since I got the board... I’ve gone through many

Why C++ is Not Recommended for Microcontroller Programming

Follow+Star Public Account, don't miss out on exciting content
Why C++ is Not Recommended for Microcontroller Programming
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 the content of writing a flashing light program using C++ in conjunction with Keil and STM32, to see why C++

Mastering FreeRTOS: A Comprehensive Guide to Doubly Linked Lists

Abstract: Today, we will discuss the doubly linked list by combining the source code of FreeRTOS's linked list. Note: A linked list item is a node, and a node is a linked list item; they refer to the same thing, and it doesn't matter what you call it.

1. Defining the Linked List Structure

// Define the linked list, which is also the head of the linked list
typedef struct xLIST
{  
    volatile unsigned   int uxNumberOfItems;					

Getting Started with Arduino Programming: Hardware and Software Preparation

It's fine as long as the solution suits you, there's no need to pursue perfection.

The Arduino integrated board is a small requirement and is not suitable for all scenarios. If you have a need for younger students to learn Arduino or for large classes, you might want to consider it. Of course, there are many products that meet the same needs. The course videos have already started. This is the first update today. If you need equipment, you can contact

Back to Top
Product has been added to your cart