[PYTHON] Essayez L Chika avec raspberrypi

Les choses nécessaires

Câble

Voir ici pour les numéros de broches GPIO.

Lチカ.jpg

Programme en Python

pip install wiringpi

led_test.py


import wiringpi
import time

out_pin = 23

wiringpi.wiringPiSetupGpio()
wiringpi.pinMode(out_pin, wiringpi.OUTPUT)

for i in range(0, 5):
    wiringpi.digitalWrite(out_pin, 1)
    time.sleep(1)
    wiringpi.digitalWrite(out_pin, 0)
    time.sleep(1)

référence

GPIO HEADER of raspberrypi3 Note de fonction WiringPi

Recommended Posts

Essayez L Chika avec raspberrypi
Essayez de déplacer 3 servos avec Raspeye
L Chika avec Raspberry Pi C #
Essayez de pêcher le Wakasagi avec Raspberry Pi
Essayez la détection d'objets avec Raspberry Pi 4 + Coral
GPGPU avec Raspberry Pi
DigitalSignage avec Raspberry Pi
Plantes Mutter avec Raspberry Pi
Visualisons la pièce avec tarte aux râpes, partie 1
Essayez de déboguer Python sur Raspberry Pi avec Visual Studio.
Installation de Docker sur Raspberry Pi et L Chika
[Raspberry Pi] Contrôle du moteur pas à pas avec Raspberry Pi
Utilisez vl53l0x avec RaspberryPi (python)
Communication série avec Raspberry Pi + PySerial
Configuration du système d'exploitation avec Raspberry Pi Imager
Essayez d'utiliser ArUco avec Raspberry Pi
Construire un serveur VPN avec Raspberry Pie
Utiliser une webcam avec Raspberry Pi
Mesurer la force du signal SIM avec Raspberry Pi
Surveillance des animaux avec Rekognition et Raspberry pi
Bonjour le monde avec Raspberry Pi + Minecraft Pi Edition
Créer un environnement Tensorflow avec Raspberry Pi [2020]
Programmation normale avec la programmation Node-RED avec Raspberry Pi 3
Capteur humain amélioré fabriqué avec Raspberry Pi
Exécuter le servomoteur SG-90 avec Raspberry Pi
Travailler avec des capteurs dans Mathematica sur Raspberry Pi
Utiliser le capteur de mouvement PIR avec Raspberry Pi
Faire une minuterie de lavage-séchage avec Raspberry Pi
Modèle Infer Custom Vision avec Raspeye
Faites fonctionner l'oscilloscope avec le Raspberry Pi
Créez un compteur de voiture avec Raspberry Pi
RaspberryPi L Chika avec Python et C #
[C, C ++, Python, JavaScript] L Chika avec Edison
Enregistrement de la valeur d'Inkbird IBS-TH1 avec Raspberry Pi
Travailler avec le GPS en Python pour Raspberry Pi 3
Essayez de tweeter le flux RSS d'arXiv sur Twitter avec python de Raspeye
Discord bot raspberry pi zéro avec python [Note]
Programmation média avec Raspeye (préparation audio)
Essayez d'utiliser le code QR avec Raspberry Pi
J'ai essayé L-Chika avec Razpai 4 (édition Python)
MQTT Radicon Car avec Arduino et Raspberry
Allumez / éteignez votre PC avec Raspberry Pi
Sortie CSV des données d'impulsion avec Raspberry Pi (sortie CSV)
Observez le groupe de météores Futago avec RaspberryPi4
Obtenez des informations sur le processeur de Raspberry Pi avec Python
L Chika avec Sipeed Lichee Zero (opération GPIO)
Obtenez la température et l'humidité avec DHT11 et Raspberry Pi
Application d'analyse des investissements boursiers avec tarte aux framboises
Enregistrement de la valeur d'Inkbird IBS-TH1 mini avec Raspberry Pi
Connectez-vous à MySQL avec Python sur Raspberry Pi
Suivi GPS avec Raspeye 4B + BU-353S4 (Python)
Mesurer la température du processeur de Raspeye avec Python
Essayez de détecter un objet avec RaspberryPi ~ Partie 1: Comparaison de la vitesse de détection ~
Essayez d'utiliser le processeur à 4 cœurs du Raspberry Pi 2 avec Parallel Python
Enregistrez la température et l'humidité avec systemd sur Raspberry Pi
Essayez de gratter avec Python.
Apprentissage automatique avec Raspberry Pi 4 et Coral USB Accelerator