Shop OBEX P1 Docs P2 Docs Learn Events
PENGUIN ROBOT Remote Companion - the Code! — Parallax Forums

PENGUIN ROBOT Remote Companion - the Code!

HumanoidoHumanoido Posts: 5,770
edited 2007-09-20 14:43 in Robotics
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.


' 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
Sign In or Register to comment.