External Interrupt With dsPIC33F

Overview In this tutorial, we will learn how to use an External Interrupt in PIC Microcontroller and why/where we will need them. This is a part of the sequence of PIC Tutorials in which we started learning PIC Microcontrollers from scratch; hence this tutorial assumes that you are familiar with how to program a PIC…

Read More

Smart Farming using IoT

Overview Agriculture is the backbone of the economy and is the fundamental method of occupation. The world’s large population depends on agriculture to live daily life. About 70% of The Indian population depends on the crop and furthermore, many of the crops are contributed from here. Most of the crop cannot be productive just by…

Read More

How to Interface RTC using PIC

In this tutorial, we are going to discuss RTC Interfacing with PIC24. Before that, we should know about the RTC (PCF8563) operations. Let’s start. Components Required: 1 pic24 2 pcf8563 3 serial terminal Features and benefits Provides year, month, day, weekday, hours, minutes, and seconds based on a 32.768 kHz quartz crystal  Century flag…

Read More

How to Send Data/Push to Server Using GSM800 Modem with PIC Microcontroller

Requirements: Hardware: Software: PIC24FJ256GA110 FAMILY Pin diagram of PIC24 Fig. 1: PIC24FJ128GA106 Pinouts Now we are going to see PIC24 Interrupt and GMS Data Send to Server Tutorial. Both, Parallel and Serial modes of communication have certain advantages and disadvantages over one another. The serial communication is a preferred option due to its ability of…

Read More

How to Interface UART with 8051

Introduction Hi guys, in this article we will see how to interface uart with 8051 using Keil IDE and runs in the proteus software. Let’s get started. One of the 8051s many powerful features is its integrated UART, otherwise known as a serial port. The fact that the 8051 has an integrated serial port means that…

Read More