Decoding Black or White Remotes with Arduino

Video thumbnail for Remote 1: How to decode any remote controller code with Arduino RJT111

Decoding Black or White Remotes with Arduino

This video shows you how to decode codes from a black remote or white remote using Arduino. You need to install the library from the provided link. Also, you will learn how to decode any remote controller using Arduino.

In the code, you have to select the type of your remote. If your remote is black, select 'B', and if your remote is white, select 'W' in the code. Also, you have to select the type of receiver you are using. If you are using a PCB version of the receiver, then set PCB = 1, and set it = 0 if using a non-PCB module.

The receiver has the model HX1838 or VS1838B, either on a PCB or without a PCB. In both cases, you will see them with 3 pins. Please watch the video for instructions.

Images

Decoding any black remote or white remote with Arduino

Decoding Any Black remote or White remote with Arduino

IR remote receiver VS1838B pins

IR remote receiver VS1838B pins

Code Snippets

Comments will be displayed here.