Comments on: Decode Infrared Remote Controller with IR Receiver VS1838B https://osoyoo.com/2014/12/08/decode-infrared-remote-controller-with-ir-receiver-vs1838b/ Project Tutorial for Arduino compatible products Mon, 17 Jul 2023 09:29:33 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: elaine https://osoyoo.com/2014/12/08/decode-infrared-remote-controller-with-ir-receiver-vs1838b/comment-page-1/#comment-258 Mon, 27 Feb 2017 07:04:11 +0000 http://soonics.com/blog/?p=144#comment-258 In reply to kksuda.

Pls follow the link to test your buzzer: https://osoyoo.com/2014/12/31/test-piezo-buzzer/

]]>
By: kksuda https://osoyoo.com/2014/12/08/decode-infrared-remote-controller-with-ir-receiver-vs1838b/comment-page-1/#comment-250 Sat, 25 Feb 2017 08:20:41 +0000 http://soonics.com/blog/?p=144#comment-250 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)を使ってみましたが、
こちらは問題なく音が鳴りました。
どうしたらよいでしょうか?何か対応方法がありますか?
よろしくお願いいたします。

]]>