IR remote transmitter/receiver for Sony

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
manitou
Posts: 73
Joined: Wed Feb 25, 2015 12:15 am

IR remote transmitter/receiver for Sony

Post by manitou » Sun Sep 06, 2015 4:42 pm

At the following
https://github.com/manitou48/pyboard/tr ... r/IRremote
are classes for an IR transmitter and receiver for Sony. One timer is used for the 40khz-PWM IR transmission, driving an IR LED. A second timer captures the rise and fall of the IR receiver (e.g. TL1838 or GP1UX311QS). Since two timers are used, the receiver can see what the transmitter sends out if the IR LED is placed in front of the IR receiver. There is a snapshot (irsonypy.png) of logic analyzer as the test program on a pyboard sends Sony POWER command (0xA9A).

See README file for further explanation and references.
irsonypy.png
irsonypy.png (118.98 KiB) Viewed 6403 times

Post Reply