Micro:bit Series Tutorial

Micro:bit Series Tutorial

After the previous basic tutorials, have you gained a preliminary understanding of the Micro:bit? In the upcoming lessons, we will use our Micro:bit to implement various creative applications. Understanding these applications will help you expand your creativity and learn some programming skills along the way. Without further ado, today we will implement our first application … Read more

Using Timer Interrupts to Implement Breathing Light Effect with CC2530

Using Timer Interrupts to Implement Breathing Light Effect with CC2530

Introduction Today, we will not cover the Zigbee protocol, but rather some operations of the timer in the CC2530 microcontroller. This article uses 8-bit Timer 3 for experimentation, and other timers can be similarly applied. Through this article: You will learn some basic knowledge about timers. You will see configuration instructions for some timer registers. … Read more