Oscilloscopes are a crucial tool for anyone working in electronics or electrical engineering. They allow you to measure and visualize electrical signals, making them invaluable for debugging...
Posts by Mahamudul Hasan
In this tutorial, we will explain the basic principles of Analog to Digital Converter also known as ADC and closer look at the ADC hardware of the STM32 microcontroller. To get you started, we will...
How to interface Modbus RTU (RS485) sensors with Arduino: Example Code Included
In this tutorial, we will discuss how to interface Arduino (as master) to any Modbus RTU (RS485) based sensor (as a slave) using Arduino IDE. We will create an example project by interfacing an RS485...
In this tutorial, we will interface STM32 with a 16x2 LCD module by using I2C based PCF8574 I/O expender. Also, we will build an example project using STM32 NUCLEO-F446RE development board in...
Interfacing Esp32 with LoRa using Arduino IDE: Example Code Included
In this tutorial, we will interface ESP32 with LoRa SX1278 (Ra-02) module using Arduino IDE. We will create a real-world example project that turns ON-OFF a led wirelessly over LoRa for the...
Stm32 Bluetooth module HC-05 interfacing with HAL code example
In this tutorial, we will interfacing HC-05 Bluetooth module by using UART peripheral of stm32 microcontroller. For this tutorial, we are using stm32 nucleo-f446re development board. We will discuss...