Dans ce projet, nous utiliserons le récepteur IR VS1838B pour décoder le signal envoyé par n’importe quelle télécommande infrarouge (c’est-à-dire les télécommandes pour TV, DVD, boîtier satellite, et la télécommande IR de ce kit, etc.)
Étape 1 – Download IRremote Library, puis importer la bibliothèque dans l’IDE Arduino (dans l’IDE Arduino->Sketch->Import Library->Add Library)
Étape 2 – Connecter la carte au récepteur IR
Connectez la broche Signal-Out (gauche), la broche Ground (milieu) et la broche VCC (droite), connectez la broche Signal-Out à D10, Grand à GND et VCC à 5V comme indiqué dans le graphique suivant:
Étape 3 – Download irdemo.ino sketch file, le charger dans Arduino.
Etape 4 – Diriger la télécommande vers le côté plat du récepteur IR (le côté avec l’impression “VS1838B”), puis appuyer sur n’importe quelle touche de la télécommande. Cliquer sur le moniteur série dans le coin droit de la fenêtre IDE. La fenêtre du moniteur affichera le code de la touche que vous venez d’appuyer :
DownLoad Url osoyoo.com
You must be logged in to post a comment.
Hi.
I’m using this module, and remort controler work fine.
but I programmed with “tone”, dc5v buzzer is not work.
May be it has 2 problems.
1st problem is compile error. but this problem was solved.
(see also: https://forum.arduino.cc/index.php?topic=120955.0)
2nd problem is not beep buzzer by “tone”.
Im trying “digitalWrite(9,HIGH);” is work fine.
but tone is not work.
What should I do?
Best regard.
—-
こんにちは。赤外線リモコン・レシーバを使っていますが、
IRemoteとtoneを一緒に使うとブザーが鳴りません。
最初コンパイルが通らずIRemoveInt.hを修正することで
コンパイルが通りましたが、toneを使ってもブザーは
鳴りません。digitalWrite(x,HIGH)を使ってみましたが、
こちらは問題なく音が鳴りました。
どうしたらよいでしょうか?何か対応方法がありますか?
よろしくお願いいたします。
Pls follow the link to test your buzzer: https://osoyoo.com/2014/12/31/test-piezo-buzzer/