Bindeshwar S. Kushwaha

LED with Arduino

Glowing an LED using Arduino Microcontroller

If you are trying to get an understanding of Microcontroller Arduino. The first program you will start from glowing an LED. Thereafter, you will use Ultrasonic sensor, DHT sensor, Touch sensor etc. Furthermore, you should have experience of  C/C++. Moreover, if you see the code, there are two functions setup() and loop(). If you put […]

Glowing an LED using Arduino Microcontroller Read More »

Addition-Multiplication-subtraction-and-Division-in-Python

Addition, Multiplication, Subtraction and Division in Python

If you are learning Python, and  you are a beginner,  after making Hello world program  in Python. You should perform basic computations like  addition, multiplication, subtraction and division. Addition of Two Numbers in Python- See the program for addition of two numbers. Output would be 16 In the above code a refers to 12 i.e.

Addition, Multiplication, Subtraction and Division in Python Read More »

Understand classification Problem in Machine Learning

Understand classification Problem in Machine Learning

Basically, there are four types of machine learning algorithms. 1- Supervised Learning Algorithms- In supervised  learning, values of  features and labels or classes are given. Further, Supervised learning algorithms are of two types. 1.1- Regression- In regression numerical values are predicted. 1.2-Classification In classification, labels  are predicted. 2-Unsupervised Learning Algorithms In unsupervised learning, instances have

Understand classification Problem in Machine Learning Read More »

ultrasonic sensor

Calculate Distance using Ultrasonic Sensor and Arduino Uno Microcontroller

Ultrasonic Sensor- Ultrasonic sensor is an electronic device which can calculate distance. It transmits ultrasonic waves and converts ultrasonic waves into electrical signal. Ultrasonic sensor can be used in various projects from making smart dustbin to obstacle avoiding robots. In this post, I will explain how to calculated distance using  Ultrasonic sensor and Arduino Uno

Calculate Distance using Ultrasonic Sensor and Arduino Uno Microcontroller Read More »

ATL

Projects  List of Events(Competitions) to be Participated Other Events  Participation Records in Events (Competitions) Quizzes List of Participants ATL Achievements Google Group Tinkercad Class Link CodeComebat Class Link PostNetwork Group LinkedIn  Group Thingspeak Channels        

ATL Read More »

Glow an LED using Arduino Code Explanation Line by Line

Glow an LED using Arduino Line-1-setup() function is used to configure Pins for INPUT, OUTPUT, signal rate etc. Line-2-Block of setup() function starts here. Line-3-It indicates pin no. 8 is used for OUTPUT. Line-4-Block of setup() function ends here. Line-5-Statements inside loop() function run forever. Line-6-Block of loop() function starts here. Line-7-digitalWrite(8, HIGH) statement will

Glow an LED using Arduino Code Explanation Line by Line Read More »

©Postnetwork-All rights reserved.