<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=The_Magnetic_Hall_Sensor</id>
	<title>The Magnetic Hall Sensor - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?action=history&amp;feed=atom&amp;title=The_Magnetic_Hall_Sensor"/>
	<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=The_Magnetic_Hall_Sensor&amp;action=history"/>
	<updated>2026-04-20T21:31:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=The_Magnetic_Hall_Sensor&amp;diff=134060&amp;oldid=prev</id>
		<title>Jenny Soggia: Created page with &quot;First tries without help  File:HallSensor.jpeg File:HallSensor2.jpeg File:HallSensorVideo.MOV File:HallSensorVideo1.MOV  *My mistake: used printing and reading...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/index.php?title=The_Magnetic_Hall_Sensor&amp;diff=134060&amp;oldid=prev"/>
		<updated>2023-01-25T18:25:58Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;First tries without help  &lt;a href=&quot;/kunst-und-gestaltung/wiki/File:HallSensor.jpeg&quot; title=&quot;File:HallSensor.jpeg&quot;&gt;File:HallSensor.jpeg&lt;/a&gt; &lt;a href=&quot;/kunst-und-gestaltung/wiki/File:HallSensor2.jpeg&quot; title=&quot;File:HallSensor2.jpeg&quot;&gt;File:HallSensor2.jpeg&lt;/a&gt; &lt;a href=&quot;/kunst-und-gestaltung/wiki/File:HallSensorVideo.MOV&quot; title=&quot;File:HallSensorVideo.MOV&quot;&gt;File:HallSensorVideo.MOV&lt;/a&gt; &lt;a href=&quot;/kunst-und-gestaltung/wiki/File:HallSensorVideo1.MOV&quot; title=&quot;File:HallSensorVideo1.MOV&quot;&gt;File:HallSensorVideo1.MOV&lt;/a&gt;  *My mistake: used printing and reading...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;First tries without help&lt;br /&gt;
&lt;br /&gt;
[[File:HallSensor.jpeg]] [[File:HallSensor2.jpeg]] [[File:HallSensorVideo.MOV]] [[File:HallSensorVideo1.MOV]]&lt;br /&gt;
&lt;br /&gt;
*My mistake: used printing and reading Sensor value Code from class and connected the wires to adruino into the wrong places&lt;br /&gt;
*got noise and weird number readings&lt;br /&gt;
*but funny that it somehow worked with seeing differences in the numbers when putting the magnet closer to the sensor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Next I followed the instructions from Magnetic Hall sensor, thats put up on this MediaWiki&lt;br /&gt;
&lt;br /&gt;
*int ledPin = 13;                // choose the pin for the LED&lt;br /&gt;
*int inputPin = 3;               // Connect sensor to input pin 3 &lt;br /&gt;
*int val = 0;                    // variable for reading the pin status&lt;br /&gt;
 &lt;br /&gt;
void setup() {&lt;br /&gt;
  pinMode(ledPin, OUTPUT);      // declare LED as output&lt;br /&gt;
  pinMode(inputPin, INPUT);     // declare push button as input&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
void loop(){&lt;br /&gt;
  val = digitalRead(inputPin);  // read input value&lt;br /&gt;
  if (val == HIGH) {            // check if the input is HIGH&lt;br /&gt;
    digitalWrite(ledPin, LOW);  // turn LED OFF&lt;br /&gt;
  } else {&lt;br /&gt;
    digitalWrite(ledPin, HIGH); // turn LED ON&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
[[File:HallSensor3.jpeg]] [[File:HallSensor4.jpeg]]&lt;br /&gt;
&lt;br /&gt;
*Code was written correctly&lt;br /&gt;
*but nothing happend with the sensor (I hope I did not break it, while using the wrong code from before)&lt;br /&gt;
*noticed that there is no need for numbers to show up, the LED on the Sensor should have loght on and off.&lt;br /&gt;
*did not work&lt;/div&gt;</summary>
		<author><name>Jenny Soggia</name></author>
	</entry>
</feed>