In this tutorial, we will explain the basic principles of Inter-Integrated Circuit (I2C) communication and a closer look at the I2C hardware of the STM32 microcontroller. To get you started, we will...
Archives: Blog
How to interface Arduino with RS485 protocol with example code
In this tutorial, we will explain how to communicate between two Arduino boards with the help of the RS485 serial data communication protocol. Arduino doesn’t have any peripherals for RS485...
Everything about PIC Microcontroller Timer with example code
In this tutorial, we will show how to configure and use PIC Microcontroller timer. For this tutorial we will use PIC18F4550 microcontroller for demonstration and also create a simple LED blink...
In this tutorial, we will explain the basic principles of the Lora communication technique, and how LoRa can be used with the Arduino for IoT projects using the Arduino IDE. To get you started, we...
This tutorial will show how to open a new project from stm32 CubeMX software for ARM Keil uvision IDE. stm32CubeMX is a graphical tool used to configure the STM32 microcontroller. Keil uvision ide is...