Arduino Lesson: RF Remote

RF Remote

RF Remote ini mempunyai empat button, berfungsi secara RF dengan frekuensi 315MHz. Output nya adalah digital output.

Berikut adalah demo RF Remote.

Arduino Source Code

Sertai Telegram Group bagi dapatkan source code

8 Replies to “Arduino Lesson: RF Remote”

  1. Nak tanya. Boleh ke kalau saya control on off led guna arduino, relay 2 channel dan rf remote control? Dan tambah delay. Saya dah cuba buat coding tapi tak berfungsi

  2. remote tu boleh beli..
    nak apply tu nk buat ape2 projet tu yg nak pakai litar ape pulak..tq
    sory banyak tanye..:-)

  3. data[0]=(data[0]<<1)+digitalRead(2);
    data[0]=data[0]&0x03;

    data[0] guna utk apa eh?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.