LM324 IC or Infrared Proximity Sensor

LM324 Photodiode sensor or Infrared Proximity Sensor (Line following Robots’ Sensor)

Hi friends!!!!
Today we will talk about LM324 IC or Infrared Proximity Sensor.

Line follower robot needs sensors to detect the line to follow. Robot can detect line in two ways. One is using vision sensor (Robotic eye) or using Photo diode sensors as the line is drawn in single surface with two differentiating colors. Robotic eyes are too expensive so we will have to use use LM324 Photodiode sensor Or Infrared Proximity Sensor.

Now we are going to build a sensor that will sense the reflective objects from a certain distance. This will work as proximity sensor. The

Read more

Basic electronics idea and Notation

Hello friends!!!

I am a hobbyist. I have done lots of school projects when I was a secondary school student. Today I am going to share my ideas on electronics and I will obviously try to give you a concrete guideline, “How to understand and work with Electronics” in the most possible ways.

What is Electronics?

Electronics is the study of electrons. In electronics we study about the flow

Read more

Let us dive into C Part-5 (Operators & Operands)

C Operators and Operands

Hello Readers!!!!!

How are you doing? I wish you are doing well. If you face any difficulties then please let me know here with comments.

Today we are going to learn about the Operators and Operands in C.

What is Operator?

Operators are the foundation of any programming language. We can define operators as symbols that help us to perform specific mathematical and

Read more

Documentation is the master key of all codes to get back after a long time gap.

Documentation is the master key of all codes to get back after a long time gap of your coding on that specific file.

Hello Readers!!!!!

Today I am going to share with you a silly but most important part of Coding on Documentation. The codes you are writing today is an asset for your future. If you can’t reuse the code after a while or you if can’t understand the code after a long time then that

Read more