In our previous FreeRTOS tutorial, we discussed the fundamentals of RTOS (Real Timer Operating System) and learned how to get started with FreeRTOS in STM32 Microcontroller. In this tutorial, we will...
Archives: Blog
CNC (Computer Numerical Control) is one of the most popular machines for designing, cutting, milling, and drilling various materials such as wood, metal, plastic, etc. If you are new to CNC machines...
The STM32 HAL driver layer provides a simple, generic multi-instance set of APIs (application programming interfaces) to interact with the upper layer like applications, libraries, and stacks. In...
Soldering is a very important tool for both electronics and metalworking. If you're into electronics, then you should know that having a reliable soldering iron is necessary for precise and efficient...
How to interface Raspberry Pi Pico with RS485 Protocol: Example Code Included
RS485 is one of the most popular communication protocols in the industry because of its long-distance capability and noise immunity. In this tutorial, I will show you how you can communicate between...
RS485 Communication Protocol: Basics, Working Principle & Applications
In the world of industrial automation, the RS485 serial communication protocol has played a crucial role for several decades. This tutorial aims to provide a comprehensive understanding of the...