Mastering RGB Lighting with .NET nanoFramework on ESP32-S2-Pico

Mastering RGB Lighting with .NET nanoFramework on ESP32-S2-Pico

Previously, we introduced the basics of .NET nanoFramework. In this article, we continue with the example of the Microweather ESP32-S2-Pico to discuss development with .NET nanoFramework: controlling the onboard RGB lights and external RGB lights. The content includes the significance of status lights, WS2812, HSV, PWM, and related knowledge. 1. Background The first step in … Read more

Solving the Reverse Color Problem of WS2812B LED on ESP32 and Applications of Status Indicator Lights

Solving the Reverse Color Problem of WS2812B LED on ESP32 and Applications of Status Indicator Lights

This article mainly introduces the problems encountered when using .Net nanoFramework to drive the WS2812B LED on the ESP32-S3-Zero board, as well as how to design a light control class to conveniently use the status indicator light to display the working status of the device. 1. Introduction When using the .Net nanoFramework to drive the … Read more