IOT Based Radio Telescope

by kabirnaik in Workshop > Science

17427 Views, 109 Favorites, 0 Comments

IOT Based Radio Telescope

8ac71668f6ddffcff38ddda48d449c81.jpg
iot.jpg

Hello ,

This project which i am writing is based on our IOT based radio telescope. In this project we are planning to fuse radio astronomy and the latest technology of IOt which is (Internet of Things). So in this project our aim is to create a radio astronomy environment and then control it with or using a smart phone which will be accessible to the internet. So now let me tell you what Radio Astronomy is. Radio astronomy is a subfield of astronomy that studies celestial objects at radio frequencies. The initial detection of radio waves from an astronomical object.Radio astronomy is conducted using large radio antennas referred to as radio telescopes, that are either used singularly, or with multiple linked telescopes utilizing the techniques of radio interferometry and aperture synthesis. The use of interferometry allows radio astronomy to achieve high angular resolution, as the resolving power of an interferometer is set by the distance between its components, rather than the size of its components. So in our project we are plannning The

Power Supply

maxresdefault.jpg

This is how your telescope will look like. And the next step also will be fun. You can use either battery or adapter no need of the above circuitry. Use what ever you are comfortable with. Its a nice and fun job to use wires and battery. Here are some links which you can use to build your own radio telescope.

Battery:

https://www.google.co.in/aclk?sa=L&ai=DChcSEwjAuOT...

Adapter:

http://www.googleadservices.com/pagead/aclk?sa=L&a...

You can use any of the above of 12 volts.

Arduino Code

funiot.jpg

Here is arduino code which you can use. To move the 4 moters please repeat these steps to the number of moters.

CODE:

int motorPin = 3; void setup() { pinMode(motorPin, OUTPUT); Serial.begin(9600); while (! Serial); Serial.println("Speed 0 to 255");} void loop() { if (Serial.available()) { int speed = Serial.parseInt(); if (speed >= 0 && speed <= 255) { analogWrite(motorPin, speed); } }}

After loading the code connect your moters and see if it works. And after connecting all to a bread board and all the wires enjoy the moters ride.Now the next step.....

IOT Again the Modern Craze.................

iot.jpg
why-lot.jpg

IOT

The internet of things (IoT) is the network of physical devices, vehicles, buildings and other items—embedded with electronics, software, sensors, and network connectivity that enables these objects to collect and exchange data. With this after finishing your moter work now connect your arduino to the IOT system. using the usb port connect a internet dongle and the code your IOt module. I cant provide the code as it differs so start coding.

What Do You Use.

635995498613446151-1370162953_words1.jpg

You can use ANYTHING JUST COME UP WITH YOUR OWN IDEA AND PING ME. It just the depends on your imagination use what ever you want to use.

The Reading You Get:

cassa.jpg
m51BottomLeft.jpg
homepage.jpg

Use whatever software you want to get the readings and here are the images which you will get. And then explore Quasars , galaxies and Pulsars whatever you want. I will soon write how to use interferometry and get your reading in the next instructable.

AND THEN YOU VAN SHOW OFF AS YOU WILL THE FIRST ONE TO MAKE IT IN THE WORLD AS IT HAS NEVER BEEN DONE BEFORE.

THANK YOU AND PLEASE VOTE FOR ME. You can ask me any query and i shall try to answer it.