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...
Recent Posts
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,...
How to interface STM32 with RS485 (Modbus) sensors with HAL example code
In this tutorial, we will discuss how we can interface STM32 (as master) to any RS485 (Modbus RTU) based sensor (as slave) using STM32Cube IDE. We will create an example project by interfacing a...