Categories
8051-8052 Assembly Language Keil uVision

8051 7 segment display Interfacing

Want to create a digital counter using a 7-segment display and an 8051 microcontroller? This comprehensive guide walks you through the process step-by-step, from wiring connections to code examples in both assembly and C. We will demonstrate the 7 segment interfacing code in assembly as well as 7 segment interfacing C code with keil uvision compiler. Seven […]

Categories
Arduino Examples

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 where we are only focusing on specific number of bytes which are being transmitted from different sensor or even from different microcontroller board. For example in my current case I […]

Categories
Android Kotlin

Android Kotlin Course Outline for beginners

Here is expected Course Outline for Android development in Kotlin language for beginners. You can follow the learning path of Android development in the following order and could achieve the learning goals of android development in less time with more productive way. Here’s a suggested course outline for a free Android Kotlin course:

Categories
NLP Tutorials

Natural Language Processing Techniques

In this post we are going to discuss about rapidly growing Research field which is about Language processing. We list down useful tools and previously well known developed APIs and techniques to use for processing Natural languages.  NLP Techniques This Quora post explains it in little more depth. But here are some of the famous techniques […]

Categories
Android Kotlin Tutorials

For Loop in Kotlin

Iterating through collection of items are very common problem in any programming language. But when it comes to latest modern programming languages like Kotlin, this task became more fancy and more options become handy to do different type of iterations. Today we are going to take a deeper look into different version of for loops […]

Categories
Arduino

Resistive Food Identification using Arduino

Abstract Food identification could be done in many ways as Every food is different in many ways, like shape, color, size and taste as well as many other chemical and electrical properties. What if we build some cool project out of it? Electronics is a fun to play with. So we are going to make […]