<tab index="1">This is a seperate tab. It demonstrates what happens if a tab has no <code>inline</code> or <code>block</code> attributes defined. If the tab contains a lot of text, it will automatically be forced to a new line, despite extra space being available at the end of the previous line.</tab>
<tab index="2">This seperate tab isn't forced to a new line, since it's short enough.</tab>
<tab index="3" inline>This is a seperate tab that has an <code>inline</code> attribute defined. It will fit in with the text as normal text would, and it fills up any space that is left available after the previous line. This makes tabs with <code>inline</code> attributes a bit better at fitting in with the flow of text.</tab>
<tab index="4" block>Despite fitting on the previous line, the <code>block</code> attribute forces this seperate tab to a new line</tab>
<tab index="1">Sok kísérlethez használható komparátor IC</tab>
<tab index="2">A potenciométerrel beállított feszültség értéknek megfelelően kapcsol. Számos kísérleti modul része, ezért általánosítani lehet a használatát.
'''Infrared Obstacle avoidance sensor''': one infrared transmitter and one receiver, the receiver can detect the distance to the obstacles as a analog value and LM393 collect and compare this analog value and output digital value.<br>
'''TCRT5000 Infrared sensor''': Same working principle as the infrared sensor above, but the transmitter and receiver is integrated. Performance is also better.<br>
'''Microphone sensor''': Sound is sensing by the microphone, and send to the LM393, the analog output is not supported for this one, but it still output the digital value to see if the sound is detected or not.<br>
'''Photosensitive photocell sensor''': Light intensity is sensed here by the photocell sensor, the sensor itself output the a analog value, and the LM393 IC here works same to generate a digital output.<br>
'''Soil Sensor''': The sensor itself detects the moisture of the soil, LM393 works same in this case.<br>
'''Water Drop sensor''': the water drop sensor board itself detects how many water drop on the board, when a certain value comparing to the potentiometer is reached, then the LM393 will be trigger in the same way.<br>
To see how to use LM393 IC, here is some schematics based on the sensors describe above, a lot of parts are the same, only a few parts changed around the sensor.<br>
</tab>
<tab index="2">A poenciométerrel beállított feszültség értéknek megfelelően kapcsol </tab>
<tab index="3">
{| class="wikitable"
|-
|[[Fájl:LM393 HALL sensor.png|100x100px|bélyegkép|top| Hall sensor]]
[http://www.tme.eu/hu/Document/30447c50e7b2c9690d917bb3f82c99fe/ss49e-ss59et.pdf PDF adatlap]<br>[https://dscl.lcsr.jhu.edu/main/images/3/31/SS49e_Hall_Sensor_Datasheet.pdf SS49e_Hall_Sensor_Datasheet.pdf]<br>
<tab index="1">This is a seperate tab. It demonstrates what happens if a tab has no inline or block attributes defined. If the tab contains a lot of text, it will automatically be forced to a new line, despite extra space being available at the end of the previous line.</tab>
<tab index="2">This seperate tab isn't forced to a new line, since it's short enough.</tab>
<tab index="3" inline>This is a seperate tab that has an inline attribute defined. It will fit in with the text as normal text would, and it fills up any space that is left available after the previous line. This makes tabs with inline attributes a bit better at fitting in with the flow of text.</tab>
<tab index="4" block>Despite fitting on the previous line, the block attribute forces this seperate tab to a new line</tab>
<tab index="5" block> Forráskód </tab>
<tab index="6" block> Alkatrészek</tab>
</tabs>
<tab index="1">Sok kísérlethez használható komparátor IC</tab>
<tab index="2">A potenciométerrel beállított feszültség értéknek megfelelően kapcsol. Számos kísérleti modul része, ezért általánosítani lehet a használatát.
Infrared Obstacle avoidance sensor: one infrared transmitter and one receiver, the receiver can detect the distance to the obstacles as a analog value and LM393 collect and compare this analog value and output digital value. TCRT5000 Infrared sensor: Same working principle as the infrared sensor above, but the transmitter and receiver is integrated. Performance is also better. Microphone sensor: Sound is sensing by the microphone, and send to the LM393, the analog output is not supported for this one, but it still output the digital value to see if the sound is detected or not. Photosensitive photocell sensor: Light intensity is sensed here by the photocell sensor, the sensor itself output the a analog value, and the LM393 IC here works same to generate a digital output. Soil Sensor: The sensor itself detects the moisture of the soil, LM393 works same in this case. Water Drop sensor: the water drop sensor board itself detects how many water drop on the board, when a certain value comparing to the potentiometer is reached, then the LM393 will be trigger in the same way.
To see how to use LM393 IC, here is some schematics based on the sensors describe above, a lot of parts are the same, only a few parts changed around the sensor.
</tab>
<tab index="2">A poenciométerrel beállított feszültség értéknek megfelelően kapcsol </tab>
Gyártó HONEYWELL
Az érzékelő típusa Hall
Érzékelő típusa bipoláris
Mérési tartomány 650...1000Gs
Tápfeszültség 3...6.5V DC
Átkapcsolási áram 6mA
Üzemi hőmérséklet -40...100°C
Dokumentáció
Technical Specifications
Series Name SS39ET, SS49E, SS59ET
Magnetic Actuation Type Linear
Output Voltage 1.0 mV/G min., 1.4 mV/G typ., 1.75 mV/G max.
Output Current 1.5 mA typ. Output Type SinkingSinking and Sourcing
Storage Temperature -40 °C to 165 °C [-40 °F to 329 °F]
Response Time 3 µs max.
Switching Time Fall (90 % to 10 %) 1.5 µs max.
Availability Global
Product Type Hall-effect linear sensor IC
Supply Voltage 3 Vdc to 6.5 Vdc
Supply Current 10 mA, max.
Leakage Current 10 µA max.
Operating Temperature -40 °C to 150 °C [-40 °F to 302 °F]
Package Type Flat TO-92-style, 14,5 mm [0.57 in] straight standard leads, 12,7 mm [0.050 in] spacing, 1000 units/bag
Switching Time Rise (10 % to 90 %) 1.5 µs max.
Sensitivity 1.0 mV/Gauss min., 1.4 mV/Gauss typ., 1.75 mV/Gauss max. at 25 °C
/*GaussPlot27/12/2011 Arduining.comShowing Gauss measured by the SS495B in the serial monitor.(Miniature Radiometric Linear Hall Efect Sensor)Sensor connected to Analog channel 0.*/#defineXRANGE50intx,gss;voidsetup(){Serial.begin(9600);}voidloop(){intaValue=analogRead(0);x=map(aValue,0,1024,0,XRANGE);gss=map(aValue,102,922,-640,640);Serial.print("|");for(inti=0;i<x;i++){if(i==XRANGE/2-1)Serial.print("|");elseSerial.print("-");}Serial.print("O");for(inti=x+1;i<XRANGE;i++){if(i==XRANGE/2-1)Serial.print("|");elseSerial.print("-");}Serial.print("|");Serial.print(gss);Serial.println("Gauss");delay(100);}
/* Arduino Rotary Encoder Tutorial * * by Dejan Nedelkovski, www.HowToMechatronics.com * */#defineoutputA6#defineoutputB7intcounter=0;intaState;intaLastState;voidsetup(){pinMode(outputA,INPUT);pinMode(outputB,INPUT);Serial.begin(9600);// Reads the initial state of the outputAaLastState=digitalRead(outputA);}voidloop(){aState=digitalRead(outputA);// Reads the "current" state of the outputA// If the previous and the current state of the outputA are different, that means a Pulse has occuredif(aState!=aLastState){// If the outputB state is different to the outputA state, that means the encoder is rotating clockwiseif(digitalRead(outputB)!=aState){counter++;}else{counter--;}Serial.print("Position: ");Serial.println(counter);}aLastState=aState;// Updates the previous state of the outputA with the current state}