Headless Setup of Raspberry Pi without Keyboard and Monitor
In this tutorial, we will learn how to headless setup raspberry Pi without using Keyboard, Mouse, Monitor, or even a USB to serial converter. Firstly, we will see how to …
In this tutorial, we will learn how to headless setup raspberry Pi without using Keyboard, Mouse, Monitor, or even a USB to serial converter. Firstly, we will see how to …
The Improved Inter-Integrated Circuit (I3C) is a next-generation communication protocol developed by the MIPI Alliance to overcome the limitations of I2C and SPI. It provides a high-speed, low-power interface designed …
In this tutorial, we will learn how to interface BME280 sensor with STM32Nucleo and program it in STM32CubeIDE using HAL libraries. At first, we will briefly introduce you to BME280 …
In this tutorial, we will learn how to interface DS18B20 temperature sensor with STM32 Nucleo and program it in STM32CubeIDE using HAL libraries. Firstly, we will briefly introduce you to …
In this tutorial, we will learn how to interface DHT22 temperature and humidity sensor with STM32 Nucleo and program it in STM32CubeIDE using HAL libraries. At first, we will briefly …
In this tutorial, we will learn to interface I2C LCD with STM32 Nucleo and program it using STM32CubeIDE and HAL libraries. Firstly, we will briefly introduce you to the I2C …
In this tutorial, we will learn to use or interface HC-SR04 ultrasonic sensor with STM32 Nucleo and program it using STM32CubeIDE and HAL libraries. At first, we will take a …
In this tutorial, we will learn to interface SSD1306 OLED with STM32 Nucleo and program it using STM32CubeIDE and HAL libraries. An OLED (organic light-emitting diode) is used frequently in …
In this tutorial, we will learn to interface HC-05 Bluetooth module with STM32 Nucleo using STM32CubeIDE and HAL libraries. We will use an Android application to communicate with the STM32 …
In this user guide, we will discuss how to configure STM32 Nucleo timer module in counter mode. To use the timer as a counter, we will configure it in input-edge …