Instrukcja obsługi Joy-It SEN-KY032IR


Przeczytaj poniżej 📖 instrukcję obsługi w języku polskim dla Joy-It SEN-KY032IR (6 stron) w kategorii Niesklasyfikowane. Ta instrukcja była pomocna dla 4 osób i została oceniona przez 2 użytkowników na średnio 4.5 gwiazdek

Strona 1/6
www.joy it.net-
Pascalstr. 8 47506 Neukirchen Vluyn-
INFRARED PROXIMITY SENSOR
SEN KY032IR-
1. GENERAL INFORMATION
Dear costumer,
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-
3. USAGE WITH A RASPBERRY PI
1. Connection
KY-032 Raspberry Pi
GND Ground
(Pin 6)
V+ 3.3V
(Pin 1)
Signal GPIO24
(Pin 18)
Enable Pin
-
Jumper is
plugged
2. PIN ASSIGNMENT
www.joy it.net-
Pascalstr. 8 47506 Neukirchen Vluyn-
This code reads the current status of the sensor and displays in the
console whether an obstacle is present or not. If the sensor detects an
obstacle, another LED (Sled) lights up.
The sensor has two potentiometers with which the
sensitivity of the receiver as well as the transmitter can be adjusted.
You can also download this sample code .here
First, you have to install this package:
wget http://sensorkit.joy-it.net/images/d/d8/KY-032_RPi_HindernisDetektor.zip
unzip KY 032_RPi_HindernisDetektor.zip-
2. Code example
# Required modules are imported and set up
import as RPi.GPIO GPIO
import time
GPIO.setmode(GPIO.BCM)
# The input pin to which the sensor is connected, is declared here.
GPIO_PIN = 24
GPIO.setup(GPIO_PIN, GPIO.IN, pull_up_down = GPIO.PUD_UP)
# Pause between the output of the result is defined (in seconds)
delayTime = 0.5
print ("Sensor Test [druecken Sie STRG+C, um den Test zu beenden]")-
# Main loop of the program
try:
while True:
if GPIO.input(GPIO_PIN) == True:
print ("No obstacle")
else:
print ("Obstacle detected")
print (" ")---------------------------------------
# Reset + Delay
time.sleep(delayTime)
# Clean up after the program has finished
except KeyboardInterrupt:
GPIO.cleanup()
sudo apt install python3 rpi.gpio-
Now, you can either use the following commands to download and unzip
the file :
Or you can create a new file with the following command and copy the
example code described into it:
sudo nano KY 032_RPi_HindernisDetektor.py-


Specyfikacje produktu

Marka: Joy-It
Kategoria: Niesklasyfikowane
Model: SEN-KY032IR

Potrzebujesz pomocy?

Jeśli potrzebujesz pomocy z Joy-It SEN-KY032IR, zadaj pytanie poniżej, a inni użytkownicy Ci odpowiedzą




Instrukcje Niesklasyfikowane Joy-It

Joy-It

Joy-It SBC-DVA Instrukcja

8 Października 2024
Joy-It

Joy-It ARD MEGA2560R3 Instrukcja

7 Października 2024
Joy-It

Joy-It SBC-Motodriver2 Instrukcja

6 Października 2024
Joy-It

Joy-It ARD-One-C-MC Instrukcja

5 Października 2024
Joy-It

Joy-It ARD-One-C Instrukcja

5 Października 2024
Joy-It

Joy-It ARD-NanoV4-MC Instrukcja

5 Października 2024
Joy-It

Joy-It ARD-NanoV4 Instrukcja

5 Października 2024
Joy-It

Joy-It SEN-MQ4 Instrukcja

4 Października 2024
Joy-It

Joy-It JT-PS1440-C Instrukcja

4 Października 2024
Joy-It

Joy-It sbc-ssr01 Instrukcja

4 Października 2024

Instrukcje Niesklasyfikowane

Najnowsze instrukcje dla Niesklasyfikowane

Stihl

Stihl HT 70 Instrukcja

15 Października 2024
Ernesto

Ernesto H14270 Instrukcja

15 Października 2024
Uniden

Uniden BT MIC KIT Instrukcja

15 Października 2024
Vaude

Vaude Omnis Bike 26 Instrukcja

15 Października 2024
ART

ART ProChannel II Instrukcja

15 Października 2024
Aukey

Aukey DR02J Instrukcja

15 Października 2024
Master Lock

Master Lock 653EURD Instrukcja

15 Października 2024
Roland

Roland FR-18 Diatonic Instrukcja

15 Października 2024