<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.artscienceblr.org/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.artscienceblr.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vikrant+mishra</id>
		<title>(art)scienceblr - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.artscienceblr.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Vikrant+mishra"/>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Special:Contributions/Vikrant_mishra"/>
		<updated>2026-08-11T17:40:17Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.22.6</generator>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T13:00:03Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* LED VU Meter using Potentiometer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
The activity involved mainly to use the pulse sensor and show the readings on the serial monitor.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|350px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|300px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
This project shows you how to take inputs from a sensor (potentiometer here) and get LEDs to respond and visually display the peaks and troughs of the readings.&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings. To work with detection easily, we also made a small solenoid using copper wire and a 9V battery to induce EMF around the end of wire, which acted as an antenna.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|100px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, saving water and growing healthier veggies and flowers with a self-watering planter becomes much easier. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. There is an indication of the amount of moisture on the LED meter.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|-CZDJWY8foE}}&lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T12:57:21Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
The activity involved mainly to use the pulse sensor and show the readings on the serial monitor.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|350px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|300px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings. To work with detection easily, we also made a small solenoid using copper wire and a 9V battery to induce EMF around the end of wire, which acted as an antenna.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|100px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, saving water and growing healthier veggies and flowers with a self-watering planter becomes much easier. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. There is an indication of the amount of moisture on the LED meter.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|-CZDJWY8foE}}&lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T11:10:56Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* HerboPet */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
The activity involved mainly to use the pulse sensor and show the readings on the serial monitor.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|350px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|300px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings. To work with detection easily, we also made a small solenoid using copper wire and a 9V battery to induce EMF around the end of wire, which acted as an antenna.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|100px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, saving water and growing healthier veggies and flowers with a self-watering planter becomes much easier. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. There is an indication of the amount of moisture on the LED meter.&lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T11:09:01Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Working */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
The activity involved mainly to use the pulse sensor and show the readings on the serial monitor.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|350px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|300px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings. To work with detection easily, we also made a small solenoid using copper wire and a 9V battery to induce EMF around the end of wire, which acted as an antenna.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|100px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. There is an indication of the amount of moisture on the LED meter.&lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T11:03:48Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Pulse Detecting Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
The activity involved mainly to use the pulse sensor and show the readings on the serial monitor.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|350px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|300px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings. To work with detection easily, we also made a small solenoid using copper wire and a 9V battery to induce EMF around the end of wire, which acted as an antenna.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|100px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T11:02:28Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Turbidity Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|350px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|300px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings. To work with detection easily, we also made a small solenoid using copper wire and a 9V battery to induce EMF around the end of wire, which acted as an antenna.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|100px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T11:02:03Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Turbidity Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|250px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings. To work with detection easily, we also made a small solenoid using copper wire and a 9V battery to induce EMF around the end of wire, which acted as an antenna.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|100px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T11:00:35Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* EMF Sensor// Developing our own Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings. To work with detection easily, we also made a small solenoid using copper wire and a 9V battery to induce EMF around the end of wire, which acted as an antenna.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|100px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:59:18Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* EMF Sensor// Developing our own Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|100px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:59:03Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* EMF Sensor// Developing our own Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|10px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|100px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:58:30Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
===EMF Sensor// Developing our own Sensor===&lt;br /&gt;
&lt;br /&gt;
An EMF meter can measure electromagnetic fields, which are usually emitted from man-made sources such as electrical wiring, or magnetometers fields, which occur naturally in Earth's geomagnetic field and are emitted from other sources where direct current is present. We had to make a detector for EMF using the Arduino uno. After researching on the internet we realized that the EMF detector requires only a wire that is connected to the input pin of the Arduino. Using the EMF readings we connected LED's to blink according to the EMF readings.&lt;br /&gt;
&lt;br /&gt;
[[File:EMF detector.jpg|300px]]&lt;br /&gt;
[[File:Code for the emf detector.jpg|300px]]&lt;br /&gt;
[[File:Code for emf detector 2.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:54:15Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Data Visualization/ LDR Frequency Graph */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|250px]] [[File:Processing code.png|250px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|250px]] [[File:Graphh.png|250px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:53:23Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Circuit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|300px]] [[File:Final.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:Final.jpg</id>
		<title>File:Final.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:Final.jpg"/>
				<updated>2017-04-11T10:53:00Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:52:00Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* LED VU Meter using Potentiometer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|170px]] [[File:Potentio (2).jpg|170px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|170px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:51:32Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* LED VU Meter using Potentiometer */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|200px]] [[File:Potentio (2).jpg|200px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:50:53Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
===LED VU Meter using Potentiometer===&lt;br /&gt;
&lt;br /&gt;
[[File:Potentio (1).jpg|500px]] [[File:Potentio (2).jpg|500px]] [[File:FormatFactoryFormatFactoryPotentio (3).jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:FormatFactoryFormatFactoryPotentio_(3).jpg</id>
		<title>File:FormatFactoryFormatFactoryPotentio (3).jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:FormatFactoryFormatFactoryPotentio_(3).jpg"/>
				<updated>2017-04-11T10:48:38Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:Potentio_(2).jpg</id>
		<title>File:Potentio (2).jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:Potentio_(2).jpg"/>
				<updated>2017-04-11T10:47:21Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:Potentio_(1).jpg</id>
		<title>File:Potentio (1).jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:Potentio_(1).jpg"/>
				<updated>2017-04-11T10:47:01Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:43:53Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Prototype */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final prototype involved working with the structure and various materials. The following picture is of the final model. The yellow container on the right holds water and drops it in the pot when pulled by the servo motor attached to it. The container is elevated and put on a pulley at certain height so that it sits exactly where its supposed to. The base of the pot with the plant has the LED meter that shows the level of moisture in soil.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170408 120022 161.jpg|500px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:FormatFactoryIMG_20170408_120022_161.jpg</id>
		<title>File:FormatFactoryIMG 20170408 120022 161.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:FormatFactoryIMG_20170408_120022_161.jpg"/>
				<updated>2017-04-11T10:42:24Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:23:39Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final product in which the servo motor is helping the water to flow from the right container.&lt;br /&gt;
&lt;br /&gt;
[[File:1.1.jpg|200px]][[File:1.3.jpg]][[File:1.2.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:23:18Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final product in which the servo motor is helping the water to flow from the right container.&lt;br /&gt;
&lt;br /&gt;
[[File:1.1.jpg|200px]][[File:1.3.jpg]][[File:1.2.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:22:57Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Data Visualization/ LDR Frequency Graph */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] &lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final product in which the servo motor is helping the water to flow from the right container.&lt;br /&gt;
&lt;br /&gt;
[[File:1.1.jpg|200px]][[File:1.3.jpg]][[File:1.2.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:22:42Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Data Visualization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization/ LDR Frequency Graph===&lt;br /&gt;
&lt;br /&gt;
The following graphs/ data visualization was obtained using LDR in the circuit. This was something new and advanced to learn as it involved processing. The graphs obtained, the code and the serial monitor readings are following.&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] &lt;br /&gt;
[[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final product in which the servo motor is helping the water to flow from the right container.&lt;br /&gt;
&lt;br /&gt;
[[File:1.1.jpg|200px]][[File:1.3.jpg]][[File:1.2.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:19:05Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Data Visualization===&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]] [[File:Processing code.png|300px]] [[File:Arduino serial monitor.png|300px]] [[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
----&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final product in which the servo motor is helping the water to flow from the right container.&lt;br /&gt;
&lt;br /&gt;
[[File:1.1.jpg|200px]][[File:1.3.jpg]][[File:1.2.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-04-11T10:15:32Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
===HerboPet===&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
'HerboPet' is an extension for house plants and succulents designed in a way that it waters itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Working====&lt;br /&gt;
The planter waters itself when there is low moisture content in soil. Says out loud when it needs water or when it doesn't depending on the moisture content. Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Components====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Circuit====&lt;br /&gt;
&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Code====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final product in which the servo motor is helping the water to flow from the right container.&lt;br /&gt;
&lt;br /&gt;
[[File:1.1.jpg|200px]][[File:1.3.jpg]][[File:1.2.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Shriya_Rathi</id>
		<title>Shriya Rathi</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Shriya_Rathi"/>
				<updated>2017-04-11T10:10:21Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prelude ==&lt;br /&gt;
=== About me ===&lt;br /&gt;
Hi, I am Shriya, currently learning Industrial Design from Srishti Institute of Art, Design and Technology. I aspire to be a Product Designer and so I feel it is important to have learnt some basic information about electronics and technology. This thought of coming out from the comfort zone and learning science pulled me towards this course. Coming from a commerce background, I did not have good knowledge of physics. I knew I was entering the class with a blank mind hoping to learn how things work in the world of technology.&lt;br /&gt;
&lt;br /&gt;
=== Introduction to basics ===&lt;br /&gt;
As the day started, we got introduced to the arduino software (works with C++ language) which can communicate with the arduino electronic plate and can interact with the things attached to it. To my understanding, the digital side is for the output and analog side is for the input. &lt;br /&gt;
&lt;br /&gt;
==== Sensors ==== &lt;br /&gt;
[[File:day 1).jpg|200px|thumb|right|working with LED, LDR, buzzer, regulator]]&lt;br /&gt;
I looked closely to the basic things that can be attached to arduino, processed and had an outcome. We, in groups, touched our hands on LED (light emitting device), jumper wires, buzzer,LDR (Light Dependent Resistor), bread board and played around by putting one leg on ground, one on the digital side, changing the values and getting different results. Learnt the functions of a bread board which is used for prototyping connections, potentio meter with three legs and soldering the connections. Sitting in a helped us share each other’s knowledge and mistakes. &lt;br /&gt;
&lt;br /&gt;
==== Series Connection ====&lt;br /&gt;
The current in a series circuit goes through every component in the circuit. Therefore, all of the components in a series connection carry the same current. There is only one path in a series circuit in which the current can flow. The total resistance of resistors in series is equal to the sum of their individual resistances. If we have to increase the resistance in a circuit, use series connection. For example, in a fairy light, the connection is a series connection. If one LED out of the many in the row looses its connection, all the other lights stops working.&lt;br /&gt;
&lt;br /&gt;
==== Parallel Connection ====&lt;br /&gt;
The current in each connected  branch line is different. The total current is the sum of the currents through the individual components. In parallel connection, the heads of the resistors are connected together and the tails are connected together. This decreases the total resistance of the circuit. For example, if 3 bulbs are connected together in a parallel connection and stops working due to loose connection, the other two bulbs will still work as the current flowing in each branch line is different.&lt;br /&gt;
&lt;br /&gt;
==== Capacitors ====&lt;br /&gt;
A capacitor is a device use to store electric charge like a small rechargeable battery. The effect of a capacitor is known as capacitance. &lt;br /&gt;
&lt;br /&gt;
== Field visit ==&lt;br /&gt;
=== Puttenahalli Lake, Yelahanka ===&lt;br /&gt;
==== Purpose of Visit ====&lt;br /&gt;
First visit to Puttenahalli Lake was scheduled on 7th march to collect lake water and rain water. A kit was prepared of the things we will need for the collection of water and documentation like closed containers, tissues, brush, labels, clean water, dropper, threads etc. We collected 8 different samples of water from different layers using ladle, threads, stone for weight so that the container touch the deeper layers of lake water and manually pouring it. The purpose of collecting lake water was to study its components and find diatoms in it.&lt;br /&gt;
&lt;br /&gt;
[[File:01.jpg|200px]] [[File:02.jpg|200px]] [[File:03.jpg|200px]] [[File:04.jpg|200px]] [[File:05.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Reflection ====&lt;br /&gt;
We had to do quite a few attempts to get the desired water. While gathering the water and soil samples, we realized we have forgotten some useful things in the kit. I noticed a pre-planing to the trip was required which we had done in class as to what kind of sample we want, sample from the shade, sample where water meets sunlight, rain water sample and different layers of water sample. It was a nice environment with birds and dogs accompanying and a good learning on how to collect samples for lab tests.&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
=== Touch me not monster ===&lt;br /&gt;
[[File:Day1.jpg|200px|thumb|right|connections]]&lt;br /&gt;
==== Brief ====&lt;br /&gt;
Touch me not monster is child's play which crawls when touched at a particular point repeatedly.&lt;br /&gt;
[[File:Day1.1.JPG|thumb|left|Touch me not monster]]This piece was built using &lt;br /&gt;
#arduino uno&lt;br /&gt;
#2 servo motors &lt;br /&gt;
#IR sensor &lt;br /&gt;
&lt;br /&gt;
The two servo motors are attached together in a way that both the rotating fan are opposite each other connecting it to and arduino uno and an IR sensor.&lt;br /&gt;
&lt;br /&gt;
==== Reflection ====&lt;br /&gt;
Being at a learner’s stage, I was trying to understand how 2 or more than 2 sensors and motors are connected together with respect to its coding. Learnt how to solder and worked on covering the wire structure. To hide the technical part, we connected the monster’s legs to the rotating fan of the servo motor and made the body using some colourful thick threads.&lt;br /&gt;
&lt;br /&gt;
=== ECG Meter ===&lt;br /&gt;
==== Instructions on how to use an ECG sensor ====&lt;br /&gt;
ECG Meter is a device used to monitor the continuous heart activity of a patient in relative to their cardiac rhythm. &lt;br /&gt;
'''Hardware required'''&lt;br /&gt;
#Arduino Mega&lt;br /&gt;
#ECG sensor board&lt;br /&gt;
#ECG Electrodes - 3 pieces&lt;br /&gt;
#ECG Electrode Connector -3.5 mm&lt;br /&gt;
#Power supply&lt;br /&gt;
#Connecting Wires&lt;br /&gt;
[[File:Ecg1.jpg|200px|thumb|right|Circuit of an ECG meter]]&lt;br /&gt;
'''Connection of ECG sensor with Arduino'''-&lt;br /&gt;
The ECG sensor comes with 9 pins. 6 pins for input connections and 5 pins to connect Electrodes. The input connections are as follows-&lt;br /&gt;
   &lt;br /&gt;
   Board Label	Pin Function         Arduino Connection &lt;br /&gt;
   GND	        Ground	             GND&lt;br /&gt;
   3.3v	        3.3v Power Supply    3.3v&lt;br /&gt;
   OUTPUT	Output Signal	     A0&lt;br /&gt;
   LO-	        Leads-off Detect -   11&lt;br /&gt;
   LO+	        Leads-off Detect +   10&lt;br /&gt;
   SDN	        Shutdown	     Not used&lt;br /&gt;
   &lt;br /&gt;
We already have an external cable connecting all the three parts of electrodes so we directly plug it in.  &lt;br /&gt;
&lt;br /&gt;
'''Coding'''-&lt;br /&gt;
Select the arduino mega board, follow the coding and upload. Change the values according to the requirement.&lt;br /&gt;
image&lt;br /&gt;
&lt;br /&gt;
[[File:ECG Arduino Coding.jpeg|700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Attach the 3 Electrodes to the body. Click on serial monitor to get the readings. [[File:Capture.PNG]]&lt;br /&gt;
[[File:Ecg2.jpg|100px|thumb|left|user test]]&lt;br /&gt;
==== Reflection ====&lt;br /&gt;
To join the circuit of an ECG sensor was easier than I thought. We looked up online for the reference of the connection and the code. In no time we could figure the circuit and it was working. We user tested the electrodes on the hand wrist to get the readings. The part we got stuck was to understand the reading of the ECG meter. The online manual said we needed to download different processing software to see the heart rate graphs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Turbidity Meter ===&lt;br /&gt;
==== What is Turbidity Meter and how to build it ====&lt;br /&gt;
Turbidity is the cloudiness or haziness of a fluid caused by large numbers of individual particles that are generally invisible to the naked eye. Turbidity meter is used to measure the water clarity, the amount of suspended sediment in water which blocks light.&lt;br /&gt;
[[File:Box.jpg|200px|thumb|right|inside the box]]&lt;br /&gt;
'''Hardware Required'''&lt;br /&gt;
#Arduino Uno&lt;br /&gt;
#Light source- LED (Light Emiting Diode)&lt;br /&gt;
#LDR sensor(Light Dependent Resistor)&lt;br /&gt;
#Resistor&lt;br /&gt;
#Connecting wire&lt;br /&gt;
#Switch button&lt;br /&gt;
&lt;br /&gt;
'''Connecting LED'''- Bigger leg to 13 and smaller one to the ground.&lt;br /&gt;
&lt;br /&gt;
'''Connecting LDR'''- Make a third leg of the LDR using a resistor. Connect the first leg to the power of 5v, centre to A0 and last to the ground. &lt;br /&gt;
&lt;br /&gt;
The meter works when LED and LDR face exactly each other with a gap in between for the sample to be placed. It gives the reading on the basis of the amount of light that travels between the water sample and reaches to LDR. More the light, more clear the water and vice versa. Attach a switch to the LED for the device to turn on and off. &lt;br /&gt;
&lt;br /&gt;
'''Coding'''&lt;br /&gt;
&lt;br /&gt;
[[File:Code.PNG|700px]]&lt;br /&gt;
&lt;br /&gt;
'''Sample'''&lt;br /&gt;
&lt;br /&gt;
6 samples were used to test the turbidity meter.&lt;br /&gt;
 &lt;br /&gt;
sample 1- 100% milk&lt;br /&gt;
&lt;br /&gt;
sample 2- 10% of sample 1 and 90% water&lt;br /&gt;
&lt;br /&gt;
sample 3- 10% of sample 2 and 90% water&lt;br /&gt;
&lt;br /&gt;
sample 4- 10% of sample 3 and 90% water&lt;br /&gt;
&lt;br /&gt;
sample 5- 10% of sample 4 and 90% water&lt;br /&gt;
&lt;br /&gt;
sample 6- 100% water&lt;br /&gt;
&lt;br /&gt;
[[File:Sample1.jpg|150px]] [[File:Sample2.jpg|150px]] [[File:Sample3.jpg|150px]] [[File:Sample4.jpg|150px]] [[File:Sample5.jpg|150px]] [[File:Sample6.jpg|150px]]&lt;br /&gt;
&lt;br /&gt;
'''Graph'''&lt;br /&gt;
Graph from the readings of 6 samples&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo.png]]&lt;br /&gt;
&lt;br /&gt;
==== Reflection ====&lt;br /&gt;
Initially, the reading range was in between 0 to 8 which did not make a major difference in two samples. Then, we altered the connections of the LDR and we could see the readings in hundreds. Another decision we had to make was to which color LED to use. we chose to use red because it travels in a straight path with less deviation. Soldering was a bit difficult and fun as it was my first attempt to make a complete soldered circuit. To cover the connections, we used a neat and nice looking cosmetic box, made holes for the test tube samples to go in and switch to come out. Due to these holes, there wasn't 100% darkness inside the box so I had to cut the holes with precision again. But later after measuring the samples, I understood that difference between the reading without the sample and with the sample gives the accurate measure. Overall, I started the understanding of sensors from scratch and now I have a little bit of confidence in me that i can work with it and understand what is going wrong and where.&lt;br /&gt;
&lt;br /&gt;
== Activity ==&lt;br /&gt;
=== Draw what you think ===&lt;br /&gt;
==== Cyborg ====&lt;br /&gt;
Cyborg means half human half machine.&lt;br /&gt;
Initially, while drawing I didn't know what a Cyborg was but it sounded techie so I tried drawing human using technology.&lt;br /&gt;
&lt;br /&gt;
[[File:Cyborgg.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Post Human ====&lt;br /&gt;
Post Human, to me, means a person who exists beyond being human. An entity which had derived as an outcome of evolution. As it is an evolution of human, there will remain some parts like limbs, may be, from the body of a human being.&lt;br /&gt;
&lt;br /&gt;
[[File:Cyborg.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
=== Future Gadget ===&lt;br /&gt;
==== Futuristic Mask ====&lt;br /&gt;
In this activity, we had to collect the waste and discards and build a sensor which will exist 10 years from now. &lt;br /&gt;
The Mask will take away the foul smell and help you breathe whatever fragrance you want. Also it will help click pictures and enjoy the moment at the same time as the lens will be located little upward from the eye level.&lt;br /&gt;
&lt;br /&gt;
[[File:Mask1.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beyond Electronics ==&lt;br /&gt;
Beyond electronics deals with the sensors, probes and detectors which are existing in the environment, alive. It doesn't involve any technicality or electronics. For example, body hair that standing up which we commonly call as goosebumps, touch me not plants, glow in the dark worms, planton, algae, etc. &lt;br /&gt;
&lt;br /&gt;
We saw a few example of bio design projects which combined sensors and art together to form interesting outcomes. Spoke about Judaag sensor, a water quality map which detects the levels of Fluoride, Nitrate, Location Type, Turbidity, Ph, Iron. Later half, we looked up to the water samples collected from the Puttenhalli Lake and saw each of its turbidity and microscopic view of living things present in it. One interesting experiment we did was putting a drop of dirty lake water in the slide under the microscope and adding a drop of hand sanitizer. The result was all the micro organisms present were fighting for their life and died eventually.&lt;br /&gt;
&lt;br /&gt;
[[File:11.jpg]] [[File:22.jpg|175px]] [[File:33.jpg|175px]]&lt;br /&gt;
&lt;br /&gt;
== Bangalore graph ==&lt;br /&gt;
City- Bangalore, Karnataka. Location- Whitefield road. Year- 2006-11&lt;br /&gt;
&lt;br /&gt;
Statistics of air pollutants generated in the city. Mainly Sulfur dioxide, nitrogen oxides and Respirable Suspended Particulate Matter.&lt;br /&gt;
&lt;br /&gt;
[[File:333.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
== Line Graph ==&lt;br /&gt;
Turbidity meter serial monitor reading in line graph.&amp;lt;br&amp;gt;&lt;br /&gt;
Coding for line graph in brackets and the outcome.&lt;br /&gt;
&lt;br /&gt;
[[File:Line graph code.png|300px]] [[File:Graph with java script.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Digital representation of LDR readings ==&lt;br /&gt;
After connecting an LDR to the arduino and doing the following coding, the readings of the serial monitor started creating patterns. Different amount of light on LDR gave different patterns which was playful to do and artistic to look at.&lt;br /&gt;
&lt;br /&gt;
Arduino Code&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Processing Code&lt;br /&gt;
&lt;br /&gt;
[[File:Processing code.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Serial Monitor readings&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Graphical Representation&lt;br /&gt;
&lt;br /&gt;
[[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Coding for the following ==&lt;br /&gt;
This task was based on learning coding. We started with printing something on the serial monitor. After writing the sentence I wanted to print and learning how to write the coding for the number of times I want the monitor to print my writing, I saw everything was coming in the same line horizontally. Then I figured adding &amp;quot;ln&amp;quot; to Serial.print which gives Serial.println will make the outcome write in vertical lines. Figuring out everything step by step made me understand the coding in a better way than learning everything at once.&lt;br /&gt;
&lt;br /&gt;
=== Make an LED blink 5 times ===&lt;br /&gt;
&lt;br /&gt;
[[File:Blink 5 times.png|300px]]&lt;br /&gt;
&lt;br /&gt;
=== Command given by Serial Monitor ===&lt;br /&gt;
&lt;br /&gt;
[[File:Task2.png|300px]]&lt;br /&gt;
&lt;br /&gt;
=== LED blink according to LDR value ===&lt;br /&gt;
&lt;br /&gt;
[[File:Ldr code with led blink.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==EMF Sensor==&lt;br /&gt;
An EMF meter can measure electromagnetic fields. To make the EMF sensor, we connected 6 LEDs with resistors and learnt how to solder. Then after some help and understanding, I connected just one wire to the input pin of the arduino and the rest were connected to the output for the LEDs to blink.&lt;br /&gt;
&lt;br /&gt;
[[File:Solder.jpg|200px]] [[File:Emf.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
===SELF WATERING PLANTER===&lt;br /&gt;
A Self Watering Planter is a pot for house plants designed in a way that it will water itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Functions of the Planter====&lt;br /&gt;
# The planter waters itself when there is low moisture content in soil.&lt;br /&gt;
# Says out loud when it needs water or when it doesn't depending on the moisture content.&lt;br /&gt;
# Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Hardware Used====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Connections====&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Coding====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final product in which the servo motor is helping the water to flow from the right container.&lt;br /&gt;
&lt;br /&gt;
[[File:Prototype.jpg]]&lt;br /&gt;
&lt;br /&gt;
==== Details of the prototype ====&lt;br /&gt;
&lt;br /&gt;
[[File:1.1.jpg|200px]] [[File:1.3.jpg]] [[File:1.2.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Shriya_Rathi</id>
		<title>Shriya Rathi</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Shriya_Rathi"/>
				<updated>2017-04-11T09:15:57Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Final Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prelude ==&lt;br /&gt;
=== About me ===&lt;br /&gt;
Hi, I am Shriya, currently learning Industrial Design from Srishti Institute of Art, Design and Technology. I aspire to be a Product Designer and so I feel it is important to have learnt some basic information about electronics and technology. This thought of coming out from the comfort zone and learning science pulled me towards this course. Coming from a commerce background, I did not have good knowledge of physics. I knew I was entering the class with a blank mind hoping to learn how things work in the world of technology.&lt;br /&gt;
&lt;br /&gt;
=== Introduction to basics ===&lt;br /&gt;
As the day started, we got introduced to the arduino software (works with C++ language) which can communicate with the arduino electronic plate and can interact with the things attached to it. To my understanding, the digital side is for the output and analog side is for the input. &lt;br /&gt;
&lt;br /&gt;
==== Sensors ==== &lt;br /&gt;
[[File:day 1).jpg|200px|thumb|right|working with LED, LDR, buzzer, regulator]]&lt;br /&gt;
I looked closely to the basic things that can be attached to arduino, processed and had an outcome. We, in groups, touched our hands on LED (light emitting device), jumper wires, buzzer,LDR (Light Dependent Resistor), bread board and played around by putting one leg on ground, one on the digital side, changing the values and getting different results. Learnt the functions of a bread board which is used for prototyping connections, potentio meter with three legs and soldering the connections. Sitting in a helped us share each other’s knowledge and mistakes. &lt;br /&gt;
&lt;br /&gt;
==== Series Connection ====&lt;br /&gt;
The current in a series circuit goes through every component in the circuit. Therefore, all of the components in a series connection carry the same current. There is only one path in a series circuit in which the current can flow. The total resistance of resistors in series is equal to the sum of their individual resistances. If we have to increase the resistance in a circuit, use series connection. For example, in a fairy light, the connection is a series connection. If one LED out of the many in the row looses its connection, all the other lights stops working.&lt;br /&gt;
&lt;br /&gt;
==== Parallel Connection ====&lt;br /&gt;
The current in each connected  branch line is different. The total current is the sum of the currents through the individual components. In parallel connection, the heads of the resistors are connected together and the tails are connected together. This decreases the total resistance of the circuit. For example, if 3 bulbs are connected together in a parallel connection and stops working due to loose connection, the other two bulbs will still work as the current flowing in each branch line is different.&lt;br /&gt;
&lt;br /&gt;
==== Capacitors ====&lt;br /&gt;
A capacitor is a device use to store electric charge like a small rechargeable battery. The effect of a capacitor is known as capacitance. &lt;br /&gt;
&lt;br /&gt;
== Field visit ==&lt;br /&gt;
=== Puttenahalli Lake, Yelahanka ===&lt;br /&gt;
==== Purpose of Visit ====&lt;br /&gt;
First visit to Puttenahalli Lake was scheduled on 7th march to collect lake water and rain water. A kit was prepared of the things we will need for the collection of water and documentation like closed containers, tissues, brush, labels, clean water, dropper, threads etc. We collected 8 different samples of water from different layers using ladle, threads, stone for weight so that the container touch the deeper layers of lake water and manually pouring it. The purpose of collecting lake water was to study its components and find diatoms in it.&lt;br /&gt;
&lt;br /&gt;
[[File:01.jpg|200px]] [[File:02.jpg|200px]] [[File:03.jpg|200px]] [[File:04.jpg|200px]] [[File:05.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Reflection ====&lt;br /&gt;
We had to do quite a few attempts to get the desired water. While gathering the water and soil samples, we realized we have forgotten some useful things in the kit. I noticed a pre-planing to the trip was required which we had done in class as to what kind of sample we want, sample from the shade, sample where water meets sunlight, rain water sample and different layers of water sample. It was a nice environment with birds and dogs accompanying and a good learning on how to collect samples for lab tests.&lt;br /&gt;
&lt;br /&gt;
== Projects ==&lt;br /&gt;
=== Touch me not monster ===&lt;br /&gt;
[[File:Day1.jpg|200px|thumb|right|connections]]&lt;br /&gt;
==== Brief ====&lt;br /&gt;
Touch me not monster is child's play which crawls when touched at a particular point repeatedly.&lt;br /&gt;
[[File:Day1.1.JPG|thumb|left|Touch me not monster]]This piece was built using &lt;br /&gt;
#arduino uno&lt;br /&gt;
#2 servo motors &lt;br /&gt;
#IR sensor &lt;br /&gt;
&lt;br /&gt;
The two servo motors are attached together in a way that both the rotating fan are opposite each other connecting it to and arduino uno and an IR sensor.&lt;br /&gt;
&lt;br /&gt;
==== Reflection ====&lt;br /&gt;
Being at a learner’s stage, I was trying to understand how 2 or more than 2 sensors and motors are connected together with respect to its coding. Learnt how to solder and worked on covering the wire structure. To hide the technical part, we connected the monster’s legs to the rotating fan of the servo motor and made the body using some colourful thick threads.&lt;br /&gt;
&lt;br /&gt;
=== ECG Meter ===&lt;br /&gt;
==== Instructions on how to use an ECG sensor ====&lt;br /&gt;
ECG Meter is a device used to monitor the continuous heart activity of a patient in relative to their cardiac rhythm. &lt;br /&gt;
'''Hardware required'''&lt;br /&gt;
#Arduino Mega&lt;br /&gt;
#ECG sensor board&lt;br /&gt;
#ECG Electrodes - 3 pieces&lt;br /&gt;
#ECG Electrode Connector -3.5 mm&lt;br /&gt;
#Power supply&lt;br /&gt;
#Connecting Wires&lt;br /&gt;
[[File:Ecg1.jpg|200px|thumb|right|Circuit of an ECG meter]]&lt;br /&gt;
'''Connection of ECG sensor with Arduino'''-&lt;br /&gt;
The ECG sensor comes with 9 pins. 6 pins for input connections and 5 pins to connect Electrodes. The input connections are as follows-&lt;br /&gt;
   &lt;br /&gt;
   Board Label	Pin Function         Arduino Connection &lt;br /&gt;
   GND	        Ground	             GND&lt;br /&gt;
   3.3v	        3.3v Power Supply    3.3v&lt;br /&gt;
   OUTPUT	Output Signal	     A0&lt;br /&gt;
   LO-	        Leads-off Detect -   11&lt;br /&gt;
   LO+	        Leads-off Detect +   10&lt;br /&gt;
   SDN	        Shutdown	     Not used&lt;br /&gt;
   &lt;br /&gt;
We already have an external cable connecting all the three parts of electrodes so we directly plug it in.  &lt;br /&gt;
&lt;br /&gt;
'''Coding'''-&lt;br /&gt;
Select the arduino mega board, follow the coding and upload. Change the values according to the requirement.&lt;br /&gt;
image&lt;br /&gt;
&lt;br /&gt;
[[File:ECG Arduino Coding.jpeg|700px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Attach the 3 Electrodes to the body. Click on serial monitor to get the readings. [[File:Capture.PNG]]&lt;br /&gt;
[[File:Ecg2.jpg|100px|thumb|left|user test]]&lt;br /&gt;
==== Reflection ====&lt;br /&gt;
To join the circuit of an ECG sensor was easier than I thought. We looked up online for the reference of the connection and the code. In no time we could figure the circuit and it was working. We user tested the electrodes on the hand wrist to get the readings. The part we got stuck was to understand the reading of the ECG meter. The online manual said we needed to download different processing software to see the heart rate graphs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Turbidity Meter ===&lt;br /&gt;
==== What is Turbidity Meter and how to build it ====&lt;br /&gt;
Turbidity is the cloudiness or haziness of a fluid caused by large numbers of individual particles that are generally invisible to the naked eye. Turbidity meter is used to measure the water clarity, the amount of suspended sediment in water which blocks light.&lt;br /&gt;
[[File:Box.jpg|200px|thumb|right|inside the box]]&lt;br /&gt;
'''Hardware Required'''&lt;br /&gt;
#Arduino Uno&lt;br /&gt;
#Light source- LED (Light Emiting Diode)&lt;br /&gt;
#LDR sensor(Light Dependent Resistor)&lt;br /&gt;
#Resistor&lt;br /&gt;
#Connecting wire&lt;br /&gt;
#Switch button&lt;br /&gt;
&lt;br /&gt;
'''Connecting LED'''- Bigger leg to 13 and smaller one to the ground.&lt;br /&gt;
&lt;br /&gt;
'''Connecting LDR'''- Make a third leg of the LDR using a resistor. Connect the first leg to the power of 5v, centre to A0 and last to the ground. &lt;br /&gt;
&lt;br /&gt;
The meter works when LED and LDR face exactly each other with a gap in between for the sample to be placed. It gives the reading on the basis of the amount of light that travels between the water sample and reaches to LDR. More the light, more clear the water and vice versa. Attach a switch to the LED for the device to turn on and off. &lt;br /&gt;
&lt;br /&gt;
'''Coding'''&lt;br /&gt;
&lt;br /&gt;
[[File:Code.PNG|700px]]&lt;br /&gt;
&lt;br /&gt;
'''Sample'''&lt;br /&gt;
&lt;br /&gt;
6 samples were used to test the turbidity meter.&lt;br /&gt;
 &lt;br /&gt;
sample 1- 100% milk&lt;br /&gt;
&lt;br /&gt;
sample 2- 10% of sample 1 and 90% water&lt;br /&gt;
&lt;br /&gt;
sample 3- 10% of sample 2 and 90% water&lt;br /&gt;
&lt;br /&gt;
sample 4- 10% of sample 3 and 90% water&lt;br /&gt;
&lt;br /&gt;
sample 5- 10% of sample 4 and 90% water&lt;br /&gt;
&lt;br /&gt;
sample 6- 100% water&lt;br /&gt;
&lt;br /&gt;
[[File:Sample1.jpg|150px]] [[File:Sample2.jpg|150px]] [[File:Sample3.jpg|150px]] [[File:Sample4.jpg|150px]] [[File:Sample5.jpg|150px]] [[File:Sample6.jpg|150px]]&lt;br /&gt;
&lt;br /&gt;
'''Graph'''&lt;br /&gt;
Graph from the readings of 6 samples&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo.png]]&lt;br /&gt;
&lt;br /&gt;
==== Reflection ====&lt;br /&gt;
Initially, the reading range was in between 0 to 8 which did not make a major difference in two samples. Then, we altered the connections of the LDR and we could see the readings in hundreds. Another decision we had to make was to which color LED to use. we chose to use red because it travels in a straight path with less deviation. Soldering was a bit difficult and fun as it was my first attempt to make a complete soldered circuit. To cover the connections, we used a neat and nice looking cosmetic box, made holes for the test tube samples to go in and switch to come out. Due to these holes, there wasn't 100% darkness inside the box so I had to cut the holes with precision again. But later after measuring the samples, I understood that difference between the reading without the sample and with the sample gives the accurate measure. Overall, I started the understanding of sensors from scratch and now I have a little bit of confidence in me that i can work with it and understand what is going wrong and where.&lt;br /&gt;
&lt;br /&gt;
== Activity ==&lt;br /&gt;
=== Draw what you think ===&lt;br /&gt;
==== Cyborg ====&lt;br /&gt;
Cyborg means half human half machine.&lt;br /&gt;
Initially, while drawing I didn't know what a Cyborg was but it sounded techie so I tried drawing human using technology.&lt;br /&gt;
&lt;br /&gt;
[[File:Cyborgg.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
==== Post Human ====&lt;br /&gt;
Post Human, to me, means a person who exists beyond being human. An entity which had derived as an outcome of evolution. As it is an evolution of human, there will remain some parts like limbs, may be, from the body of a human being.&lt;br /&gt;
&lt;br /&gt;
[[File:Cyborg.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
=== Future Gadget ===&lt;br /&gt;
==== Futuristic Mask ====&lt;br /&gt;
In this activity, we had to collect the waste and discards and build a sensor which will exist 10 years from now. &lt;br /&gt;
The Mask will take away the foul smell and help you breathe whatever fragrance you want. Also it will help click pictures and enjoy the moment at the same time as the lens will be located little upward from the eye level.&lt;br /&gt;
&lt;br /&gt;
[[File:Mask1.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Beyond Electronics ==&lt;br /&gt;
Beyond electronics deals with the sensors, probes and detectors which are existing in the environment, alive. It doesn't involve any technicality or electronics. For example, body hair that standing up which we commonly call as goosebumps, touch me not plants, glow in the dark worms, planton, algae, etc. &lt;br /&gt;
&lt;br /&gt;
We saw a few example of bio design projects which combined sensors and art together to form interesting outcomes. Spoke about Judaag sensor, a water quality map which detects the levels of Fluoride, Nitrate, Location Type, Turbidity, Ph, Iron. Later half, we looked up to the water samples collected from the Puttenhalli Lake and saw each of its turbidity and microscopic view of living things present in it. One interesting experiment we did was putting a drop of dirty lake water in the slide under the microscope and adding a drop of hand sanitizer. The result was all the micro organisms present were fighting for their life and died eventually.&lt;br /&gt;
&lt;br /&gt;
[[File:11.jpg]] [[File:22.jpg|175px]] [[File:33.jpg|175px]]&lt;br /&gt;
&lt;br /&gt;
== Bangalore graph ==&lt;br /&gt;
City- Bangalore, Karnataka. Location- Whitefield road. Year- 2006-11&lt;br /&gt;
&lt;br /&gt;
Statistics of air pollutants generated in the city. Mainly Sulfur dioxide, nitrogen oxides and Respirable Suspended Particulate Matter.&lt;br /&gt;
&lt;br /&gt;
[[File:333.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
== Line Graph ==&lt;br /&gt;
Turbidity meter serial monitor reading in line graph.&amp;lt;br&amp;gt;&lt;br /&gt;
Coding for line graph in brackets and the outcome.&lt;br /&gt;
&lt;br /&gt;
[[File:Line graph code.png|300px]] [[File:Graph with java script.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Digital representation of LDR readings ==&lt;br /&gt;
After connecting an LDR to the arduino and doing the following coding, the readings of the serial monitor started creating patterns. Different amount of light on LDR gave different patterns which was playful to do and artistic to look at.&lt;br /&gt;
&lt;br /&gt;
Arduino Code&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino code.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Processing Code&lt;br /&gt;
&lt;br /&gt;
[[File:Processing code.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Serial Monitor readings&lt;br /&gt;
&lt;br /&gt;
[[File:Arduino serial monitor.png|300px]]&lt;br /&gt;
&lt;br /&gt;
Graphical Representation&lt;br /&gt;
&lt;br /&gt;
[[File:Graphh.png|300px]]&lt;br /&gt;
&lt;br /&gt;
== Coding for the following ==&lt;br /&gt;
This task was based on learning coding. We started with printing something on the serial monitor. After writing the sentence I wanted to print and learning how to write the coding for the number of times I want the monitor to print my writing, I saw everything was coming in the same line horizontally. Then I figured adding &amp;quot;ln&amp;quot; to Serial.print which gives Serial.println will make the outcome write in vertical lines. Figuring out everything step by step made me understand the coding in a better way than learning everything at once.&lt;br /&gt;
&lt;br /&gt;
=== Make an LED blink 5 times ===&lt;br /&gt;
&lt;br /&gt;
[[File:Blink 5 times.png|300px]]&lt;br /&gt;
&lt;br /&gt;
=== Command given by Serial Monitor ===&lt;br /&gt;
&lt;br /&gt;
[[File:Task2.png|300px]]&lt;br /&gt;
&lt;br /&gt;
=== LED blink according to LDR value ===&lt;br /&gt;
&lt;br /&gt;
[[File:Ldr code with led blink.png|300px]]&lt;br /&gt;
&lt;br /&gt;
==EMF Sensor==&lt;br /&gt;
An EMF meter can measure electromagnetic fields. To make the EMF sensor, we connected 6 LEDs with resistors and learnt how to solder. Then after some help and understanding, I connected just one wire to the input pin of the arduino and the rest were connected to the output for the LEDs to blink.&lt;br /&gt;
&lt;br /&gt;
[[File:Solder.jpg|200px]] [[File:Emf.jpg|200px]]&lt;br /&gt;
&lt;br /&gt;
==Final Project==&lt;br /&gt;
&lt;br /&gt;
[[File:Mock up.jpg|600px]]&lt;br /&gt;
===SELF WATERING PLANTER===&lt;br /&gt;
A Self Watering Planter is a pot for house plants designed in a way that it will water itself when it feels like drinking. Taking moisture level into account, it will water itself when there is less moisture in soil. In a way, the pot is the communication link between human and plants as we don't how much water is required by them and when. We, humans, water the plants as and when we remember or fix a particular time which might  not be convenient time for the plants. Also, save water and grow healthier veggies and flowers with a self-watering planter. &lt;br /&gt;
&lt;br /&gt;
====Functions of the Planter====&lt;br /&gt;
# The planter waters itself when there is low moisture content in soil.&lt;br /&gt;
# Says out loud when it needs water or when it doesn't depending on the moisture content.&lt;br /&gt;
# Indication of the amount of moisture level using LEDs.  &lt;br /&gt;
&lt;br /&gt;
====Hardware Used====&lt;br /&gt;
Moisture sensor&amp;lt;br&amp;gt;&lt;br /&gt;
Text to Speech module&amp;lt;br&amp;gt;&lt;br /&gt;
Servo motor&amp;lt;br&amp;gt;&lt;br /&gt;
Arduino Uno&amp;lt;br&amp;gt;&lt;br /&gt;
LEDs&amp;lt;br&amp;gt; &lt;br /&gt;
Resistors&amp;lt;br&amp;gt;&lt;br /&gt;
Speakers&amp;lt;br&amp;gt;&lt;br /&gt;
Wires&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Connections====&lt;br /&gt;
[[File:Final connections.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
====Coding====&lt;br /&gt;
The following is the coding for the Self watering planter in 3 parts.&amp;lt;br&amp;gt;&lt;br /&gt;
Part 1, Part2, Part3&lt;br /&gt;
&lt;br /&gt;
[[File:Final coding1.jpg|300px]] [[File:Final coding2.png|300px]] [[File:Final coding 3.png|300px]]&lt;br /&gt;
&lt;br /&gt;
====Prototype====&lt;br /&gt;
The final product in which the servo motor is helping the water to flow from the right container.&lt;br /&gt;
&lt;br /&gt;
[[File:Prototype.jpg]]&lt;br /&gt;
&lt;br /&gt;
==== Details of the prototype ====&lt;br /&gt;
&lt;br /&gt;
[[File:1.1.jpg|200px]] [[File:1.3.jpg]] [[File:1.2.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:Mock_up.jpg</id>
		<title>File:Mock up.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:Mock_up.jpg"/>
				<updated>2017-04-11T09:13:44Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:41:16Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Turbidity Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400px]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:40:15Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Arduino and other components */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|300px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:40:01Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Arduino and other components */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg|400px]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:39:26Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Turbidity Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png|400px]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:38:57Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Maps and Frequencies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|400px]] [[File:Cgh.jpg|300px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:38:14Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Maps and Frequencies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG|300px]] [[File:Cgh.jpg|300px]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:37:45Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Drawings of the Future */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg|300px]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG]] [[File:Cgh.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:37:21Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Turbidity Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg|400]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG]] [[File:Cgh.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:31:28Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Pulse Detecting Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG]] [[File:Cgh.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:31:11Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Pulse Detecting Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|300px|PSC]] &lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG]] [[File:Cgh.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:26:04Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Pulse Detecting Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactorypulse.jpg|300px|PR]] [[File:Pulse sensor code.PNG|3oopx|PSC]] &lt;br /&gt;
[[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG]] [[File:Cgh.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:25:17Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Pulse Detecting Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryarduino-pulse-sensor.jpg|300px|PSA]] [[File:FormatFactorypulse.jpg|300px|PR]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse sensor code.PNG|3oopx|PSC]] [[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG]] [[File:Cgh.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:24:04Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: /* Pulse Detecting Sensor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryarduino-pulse-sensor.jpg|300px]] [[File:FormatFactorypulse.jpg|300px|PR]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse sensor code.PNG|3oopx|PSC]] [[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG]] [[File:Cgh.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:22:43Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryarduino-pulse-sensor.jpg]] [[File:FormatFactorypulse.jpg|300px|PR]] &lt;br /&gt;
&lt;br /&gt;
[[File:Pulse sensor code.PNG|thumb|3oopx|PSC]] [[File:Pulse 2.PNG|300px|RD1]] [[File:Pulsefq.PNG|300px|RD2]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG]] [[File:Cgh.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra</id>
		<title>Vikrant Mishra</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/Vikrant_Mishra"/>
				<updated>2017-03-16T09:19:50Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Hey! I’m Vikrant. I’m an Industrial arts and design practitioner at Srishti Institute of Art, Design and Technology. I find passion in working with different sorts of materials and creating things. I believe that every good design can be a piece of art. Design technologies, art and illustrations are some of my passions and I'd love mastering all of these someday. Through last three years I've tried mastering materials like wood, metal and sun-board. The products and designs that I've worked on, majorly revolve around human lifestyle and daily engagement. Apart from designing I also cook, paint and do poetry.&lt;br /&gt;
&lt;br /&gt;
==Introduction to the Basics==&lt;br /&gt;
===Arduino and other components===&lt;br /&gt;
[[File:413716-44-635784508481340494 338x600 thumb.jpg]] [[File:FormatFactoryArduino Starter Kit Pro~2.jpg]]&lt;br /&gt;
&lt;br /&gt;
The first day mostly involved figuring out the things we were not familiar with. This involved figuring out how commands work on Arduino and how the setup works. We started with learning all the functions and properties of different electrical components. Later we moved on to Arduino Uno and learned how to connect components to it. After we got done figuring out the basics, we learned how to program stuff. We started with the most basic one, which was to make a LED light blink. We entered the numerical components required for command to function and it worked. We later experimented with other components like piezo alarm, IR sensor etc. We learned how bread-board is used and how it’s an easy way to experiment things rather than soldering the whole circuit to a certain PCB board.&lt;br /&gt;
&lt;br /&gt;
==Class Activities // Tasks Performed==&lt;br /&gt;
===Making and LED light blink===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Firstly you will need to plug one end of a wire into the '5v' Power output on the arduino, and the other end into the positive section of the breadboard. Then you need to plug one end of a wire into the ground ('GND') Power output, and the other end into the Negative section of the Breadboard. Finally, you need to plug one end of the resistor from the Negative section of the Breadboard, to any horizontal line on the main section. Later we connected LEDs on the bread-board. We wanted to connect multiple LEDs and so we connected more in the series. Attach a wire from digital port '0' on your Arduino to the hole directly above the resistor and run the program.&lt;br /&gt;
&lt;br /&gt;
[[File:Blinkled.jpg]] [[File:Scrnprog.jpg]]&lt;br /&gt;
&lt;br /&gt;
===The Touch Me Not Monster===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The team I was working under made this toy. The toy consisted of various components like Server motors, Arduino UNO, IR sensor and batteries. We have an IR receiver connected to +5v, ground, and pin 11. We also have a servo with three wires. The red wire is +5v. The black or dark brown wire is ground and the remaining wire usually yellow is the signal wire which we have connected to pin 9 although it could be any digital output pin. We played with the output a little bit so that the servo behaves erratically. To make this toy work we needed to add an external 5 volt supply that we did using a power converting pin. To make it look innocent and cute, we covered it with colorful threads to make it look appealing. When any motion was detected near the IR sensor, the toy would start shaking and jumping. &lt;br /&gt;
&lt;br /&gt;
[[File:Light ir servo demo.jpg]] [[File:J h.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Pulse Detecting Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryarduino-pulse-sensor.jpg]] [[File:Pulse sensor code.PNG|thumb|3oopx]]&lt;br /&gt;
&lt;br /&gt;
===Turbidity Sensor===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The task involved building and caliberating our own turbidity sensor. After understanding the connections it seemed easy as it was based on a LDR and the serial readings recorded by the software. After the connections we tested it and it worked fine. Later we placed it in the box it started misbehaving. It took us a little time to adjust things in the sensor and the case to avoid the mistake in readings. We tested it with samples and it worked fine. A slightest change of pin made a huge difference to the working. It was interesting to learn making of such sensors as the huge machines are built on the base of such a small connections. The exercise gave us the understanding of handling of fragile sensors and multiple samples.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 133128.jpg]] [[File:FormatFactoryIMG 20170310 131138.jpg]] [[File:FormatFactoryIMG 20170310 102825.jpg]] [[File:FormatFactoryIMG 20170310 101851.jpg]]&lt;br /&gt;
&lt;br /&gt;
The program that we used is here:&lt;br /&gt;
&lt;br /&gt;
[[File:Vyu.jpg]]&lt;br /&gt;
&lt;br /&gt;
The graph we obtained from the readings from various samples is displayed below on the graph:&lt;br /&gt;
&lt;br /&gt;
[[File:ChartGo (grid).png]]&lt;br /&gt;
&lt;br /&gt;
===Observations// Conclusions===&lt;br /&gt;
&amp;gt; Reading for the sample with just water shows the highest of the reading, because of the uniform/ proper passing of light rays without any dispersion.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; As the concentration of milk in water increased the frequency detected by LDR started decreasing.&lt;br /&gt;
&lt;br /&gt;
&amp;gt; Reading of the sample with just milk varied from sensor to sensor of different groups. Though it was expected that it will show the least of the received frequencies, it showed more than it should have. Most probably this happened because of the internal dispersion of light in the test-tube and the color of the milk. (i.e white) White reflects the light.&lt;br /&gt;
&lt;br /&gt;
===Drawings of the Future===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The first drawing shows the robot 'Eva' from the movie 'Wall-E'. I considered this as future because in the movie, 'Eva' carried/ saved a plant inside her. This plant later ended up saving the world, thousands of years after. The second drawing shows a human after 100-200 years. It shows how human body has completely got rid of useless body extensions like ear lobes, eye lashes, body hair etc.&lt;br /&gt;
&lt;br /&gt;
[[File:FormatFactoryIMG 20170310 152759.jpg]]&lt;br /&gt;
&lt;br /&gt;
===Body Add-on from the Future// 'Talk that talk'===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[[File:IMG 20170310 145644.jpg]] [[File:Capture.JPG]]&lt;br /&gt;
&lt;br /&gt;
For this exercise I designed a body extension called 'Talk that talk'. This extension from future is supposed to read what you want to express/ say from your brain, using neurotransmitters. The machine in front of your head gives necessary commands and dialogues according to your expressions/ gestures/ thoughts. The display in front is for visual aids to the blind or visually impaired person. The task was performed by me and Rhea Banthia.&lt;br /&gt;
&lt;br /&gt;
===Maps and Frequencies===&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
1) Carbon dioxide emissions and sources in Karnataka.                                                    2) Pm10 densities across Bangalore.&lt;br /&gt;
&lt;br /&gt;
[[File:Co2emmisionsKarnataka.JPG]] [[File:Cgh.jpg]]&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:Pulse_2.PNG</id>
		<title>File:Pulse 2.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:Pulse_2.PNG"/>
				<updated>2017-03-16T09:16:55Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:Pulsefq.PNG</id>
		<title>File:Pulsefq.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:Pulsefq.PNG"/>
				<updated>2017-03-16T09:16:47Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:Pulse_sensor_code.PNG</id>
		<title>File:Pulse sensor code.PNG</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:Pulse_sensor_code.PNG"/>
				<updated>2017-03-16T09:16:29Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:FormatFactorypulse.jpg</id>
		<title>File:FormatFactorypulse.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:FormatFactorypulse.jpg"/>
				<updated>2017-03-16T09:13:23Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: Vikrant mishra uploaded a new version of &amp;amp;quot;File:FormatFactorypulse.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	<entry>
		<id>https://wiki.artscienceblr.org/wiki/index.php/File:FormatFactorypulse.jpg</id>
		<title>File:FormatFactorypulse.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.artscienceblr.org/wiki/index.php/File:FormatFactorypulse.jpg"/>
				<updated>2017-03-16T09:12:37Z</updated>
		
		<summary type="html">&lt;p&gt;Vikrant mishra: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Vikrant mishra</name></author>	</entry>

	</feed>