
Django Bootstrap alert Closeable
In this post we are going to create a new base.html file which will handle the bootstrap and the most important django messages to display...

How to Read N Number of Bytes from Serial Port in Arduino?
In this post we are going to demonstrate how to read “N” number of bytes from Serial port in Arduino. This is very common problem...

PIC CCS UART Interrupt to 9 digit 7 Segment Display
We are extending our previous example where I show how to receive data from UART in PIC CCS Compiler for PIC16f887 microcontroller. We received Serial...

PIC16F887 UART to 7 Segment
In this post we are going to extend our previous timer based 7 segment multiplexing code. We are going to add a UART in that...

PIC CCS 7 segment Multiplexing Using Timer Interrupt
In this post we are going to do 9 digit 7 segment multiplexing using timer0 interrupt in pic16f887 microcontroller using PIC CCS Compiler. Here is...

Seven-Segment Multiplexing with RTOS on PIC16F887
Multiplexing 7 segment display is one of major problem. We try to solve this problem using RTOS in PIC CCS Compiler. In this blog post...

Microcontroller RESET Problem
The Unexpected reset of a microcontroller is the microcontroller reset problem which we are going to discuss in this blog post. Whenever you are dealing...

HC-05 Bluetooth Integration with Android Kotlin
Interfacing hc-05 bluetooth module with Android Application is one of the very basic task. Whenever we need to communicate with our Arduino based devices or...

Efficient Single-Sensor Line Following Algorithm
The line following algorithm uses different combinations of sensors. We are focusing single sensor line following algorithm in this post. There are also other algorithms...

New way to write 8 Led blinking program in assembly for 8051
Blinking LEDs like 8 led blinking are one of most common tasks. Once you learned how to blink single LED with 8051 microcontrollers in Assembly...