Skip to main content

Daily Science Blog

I'll be explaining topics from science on a daily basis. Just want to be clear, I'm not a boring person who'll irritate you with science. My specialities are making things interesting to learn. I hope you guys get interested and involved while learning.

Comments

Popular posts from this blog

James Webb Space Telescope

The James Webb Space Telescope (JWST or "Webb") is a space telescope that is planned to succeed the Hubble Space Telescope as NASA's flagship astrophysics mission. The JWST will provide improved infrared resolution and sensitivity over Hubble. The primary mirror of the JWST, the Optical Telescope Element, is composed of eighteen 1.32 meters (4 ft 4 in) hexagonal mirror segments made of gold-plated beryllium which combine to create a 6.5 meters (21 ft) diameter mirror that is considerably larger than the Hubble's 2.4 meters (7 ft 10 in) mirror. Unlike the Hubble, which observes in the near ultraviolet, visible, and near-infrared (0.1 to 1 μm) spectra, the JWST will observe in a lower frequency range, from long-wavelength visible light through mid-infrared (0.6 to 28.3 μm), which will allow it to observe high redshift objects that are too old and too distant for the Hubble to observe.[8][9] The telescope must be kept very cold in order to observe in the infrared without...

Tech 2019

I work on projects that would be helpful for everybody and I prefer to work on analytical models. Just wanna share my recent projects that i worked on. This second one is a Micro Controllers based Smart Energy Monitoring system. This mini circuit board helps us to save electricity by adding capacitor banks to the load side in decreasing reactive power loss. In this way, electricity can be consumed as well as use efficiently. We know that Fossil fuels are getting exhausted and its important to find the other conventional sources of energy.So, this is a picture of a Solar lamp I made, learnt in a workshop.  Apart from finding an alternate source of energy, its important to use the energy efficiently. So, this is solar tracker. If we connect a solar panel to a solar tracker, this will be great way to use energy wisely. Advantage of a solar tracker is to tilt the panels depending on the intensity of light.            ...

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...