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 we demonstrated 9-digit seven segment…
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 with some external peripheral interfacing…
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 any other embedded system project…
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 available which we can implement…
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 language. You may want to…
Android 14 Essential Developer Insights
Android 14 is launched and here is what you need to know about it as a developer. Android 14 launch date was announced few months ago and hype was already…
How to upload file in Flask Python
To upload file in flask python is very important. Even if we are trying to upload the profile image with even very basic profile management task with flask. Or we…
Custom Java lambda expressions for cleaner and more concise code
Custom Java Lambda expression could help you to write more cleaner and concise code especially when you are working with functional paradigms. Lambda expressions were introduced in Java 8 and…
Top 50 Reasons to use Naive Bayes Classifiers
You should not always consider the resource hungry deep learning models if your task can be handled by a simple Naive Bayes classifier. Here are the Top 50 Reasons to…
Top-Rated Books for Mastering Embedded System Programming
Here is the compiled list of books which you should read to master the Embedded system Programming. Embedded systems programming is not easy perk to enjoy in ride. This is…