Skip to main content

Posts

Showing posts from April 22, 2020

Earth Day 2020!

Hello people of this World! I wish everyone a very happy Earth Day 2020 50th anniversary. Let's be responsible of our Actions, take 5 promises for our planet Earth. Every tiny thing we do matters, including a bit of paper we throw, duration of our bath, food we waste, food we throw without mercy and leaving the chargers switched on etc. Everything Counts, let's count on Earth from this min! #Earthday2020 #Savetheplanet #Species #Extint #Saveenergy

How to make your own DIY Ultrasonic Range Finder?

Hello viewers, Today we are gonna build a Ultrasonic Range Finder. This is basically an essential part of our Interstellar Rovers. Let's Start of by learning to connect the components. Step-1 : Click on Tinkercad in your web browser. Step-2 : Create an account or sign in if you have an existing Autodesk account. Step-3 : Click on Circuits in your Dashboard. Step-4 : You'll need to Drag and drop an Arduino UNO R3 as well as an Distance sensor from the components Menu on the right. Step-5 : Click on Arduino GND port and drag the wire to the Sensor GND port. Similarly. click on 5V Arduino port and drag the wire to the sensor port. Step-6 : Connect the digital pin to the SIG pin on the sensor. It's Time to Code!  /*   Ping))) Sensor   This sketch reads a PING))) ultrasonic   rangefinder and returns the distance to the   closest object in range. To do this, it sends a   pulse to the sensor to initiate a...