PENGUIN ROBOT Remote Companion - the Code!
PENGUIN ROBOT Remote Companion
This is a companion program to penguin_remote_controller.bpx.
It will help test off-brand remotes and establish the code for key
presses.
This program returns the raw code BIT-values from
off-brand remotes and displays their decimal values
on the Debug screen.
The objective is to determine which code goes with
which remote button. It's possible to use a variety of
TV remotes by decoding the key presses using this
program.
humanoido
This is a companion program to penguin_remote_controller.bpx.
It will help test off-brand remotes and establish the code for key
presses.
This program returns the raw code BIT-values from
off-brand remotes and displays their decimal values
on the Debug screen.
The objective is to determine which code goes with
which remote button. It's possible to use a variety of
TV remotes by decoding the key presses using this
program.
' INTRODUCTION ' ------------ ' Penguin robot program to display codes from a non-Parallax remote ' when remote keys are pressed. Uses the SONY standard. Displays raw ' code values on the Debug screen. This is the companion program to ' penguin_remote_controller.
humanoido