In this tutorial, we will explain the basic principle of External Interrupt in a microcontroller-based system. To get you started, we will guide you on how to interface with External Interrupt in the...
Archives: Blog
The oscilloscope is one of the best devices for analyzing circuits and signals. However choosing the right oscilloscope is crucial because if you choose the wrong oscilloscope, you could pay extra...
Raspberry Pi Pico ADC tutorial using Arduino IDE with Example Code
ADC, or analog-to-digital converter, is used to read analog signals. For accurate reading, you have to have better knowledge about your microcontroller ADC and its features. In this tutorial, I am...
In this tutorial, we will explain the basic principles of UART/USART and the Direct Memory Access (DMA) of the STM32 microcontroller. To get you started, we will show you how to interface STM32 UART...
How to program Raspberry Pi Pico and Pico W using Arduino IDE
You can program the Raspberry Pi Pico and Pico W using various programming languages, including MicroPython, C/C++, and CircuitPython. The good news is that you can program your Raspberry Pi Pico...
A Complete Pinout Guide of Raspberry Pi Pico and Pico W: GPIOs Explanation
In this article, we are going to provide a detailed explanation of the Raspberry Pi Pico and Pico W pinout. After that, you will be able to find the power pin, the PWM (Pulse Width Modulation) pin,...
