Instrukcja obsługi Joy-It SEN-KY024LM
Joy-It
nieskategoryzowany
SEN-KY024LM
Przeczytaj poniżej 📖 instrukcję obsługi w języku polskim dla Joy-It SEN-KY024LM (7 stron) w kategorii nieskategoryzowany. Ta instrukcja była pomocna dla 16 osób i została oceniona przez 8.5 użytkowników na średnio 4.5 gwiazdek
Strona 1/7

www.joy it.net-
Pascalstr. 8 47506 Neukirchen Vluyn-
HALL MAGNETIC FIELD SENSOR
SEN-KY024LM
1. GENERAL INFORMATION
Dear customer,
thank you very much for choosing our product.
In following, we will introduce you to what to observe while starting up
and using this product.
Should you encounter any unexpected problems during use, please do
not hesitate to contact us.

www.joy it.net-
Pascalstr. 8 47506 Neukirchen Vluyn-
2. USAGE WITH THE ARDUINO
Wiring
Connect your sensor to your Arduino as shown in the diagram and table
below.
Arduino KY-024LM
Pin A0 A0
GND G
5 V +
Pin 7 D0

www.joy it.net-
Pascalstr. 8 47506 Neukirchen Vluyn-
Copy the following code example and upload it to your Arduino. Make
sure that you have selected the correct board and the correct port in your
Arduino IDE.
The programme will show you the current analog value of the sensor in
the serial monitor and whether the limit has been reached.
// Declaration and initialisation of the input pins
int Analog_Eingang = A0; // Analog Pin-
int Digital_Eingang = 7; // Digital Pin-
void setup ()
{
pinMode (Analog_Eingang, INPUT);
pinMode (Digital_Eingang, INPUT);
Serial.begin ( );
9600 // Serial output mit 9600 bps
}
void loop ()
{
Analog;
float
Digital;
int
//Current values are read, converted to the voltage value...
Analog = analogRead (Analog_Eingang) * ( / ); 5.0 1023.0
Digital = digitalRead (Digital_Eingang);
//... and printed at this point
Serial.print ("Analog Voltage:");
Serial.print (Analog, );4
Serial.print ( );"V, "
Serial.print ( );"Limit:"
(Digital==
if 1)
{
Serial.println ( );" reached"
}
else
{
Serial.println ( );
" not reached"
}
Serial.println ( );" "-------------------------------
delay ( );1000
}
Specyfikacje produktu
Marka: | Joy-It |
Kategoria: | nieskategoryzowany |
Model: | SEN-KY024LM |
Potrzebujesz pomocy?
Jeśli potrzebujesz pomocy z Joy-It SEN-KY024LM, zadaj pytanie poniżej, a inni użytkownicy Ci odpowiedzą
Instrukcje nieskategoryzowany Joy-It
16 Września 2024
22 Sierpnia 2024
21 Sierpnia 2024
13 Sierpnia 2024
13 Sierpnia 2024
29 Maja 2024
27 Maja 2024
21 Maja 2024
18 Maja 2024
16 Maja 2024
Instrukcje nieskategoryzowany
- nieskategoryzowany Corbero
- nieskategoryzowany Waldbeck
- nieskategoryzowany Philips
- nieskategoryzowany Memphis Audio
- nieskategoryzowany Kress
- nieskategoryzowany Jura
- nieskategoryzowany Bertazzoni
- nieskategoryzowany Thule
- nieskategoryzowany Sanitaire
- nieskategoryzowany Testboy
- nieskategoryzowany Terraillon
- nieskategoryzowany Wolf Garten
- nieskategoryzowany Melissa
- nieskategoryzowany Kahayan
- nieskategoryzowany Orion
Najnowsze instrukcje dla nieskategoryzowany
28 Października 2024
28 Października 2024
27 Października 2024
27 Października 2024
27 Października 2024
27 Października 2024
27 Października 2024
27 Października 2024
27 Października 2024
27 Października 2024