In this tutorial, we will explain how to generate PWM signal and PWM duty cycle using PIC18F4550 microcontroller with an example in MPLAB X IDE. So that you can able to generate any kind of PWM...
Recent Posts
In this tutorial, we will cover the STM32 USART peripheral. We will also cover how to handle UART protocol in STM32 and create an example project in interrupt mode using the STM32 NUCLEO-F446RE...
Password based Door Lock System using PIC16F, PIC18F Microcontroller.
In this tutorial, We will explain how to code a password based door lock system using PIC18F4550 microcontroller. We will also draw a circuit diagram for this project so that anyone can build this on...
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...
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...