Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidgamero/irtinyrx
Modified Version of TetaLab IRTiny with RC5 Transmission support
https://github.com/davidgamero/irtinyrx
Last synced: 23 days ago
JSON representation
Modified Version of TetaLab IRTiny with RC5 Transmission support
- Host: GitHub
- URL: https://github.com/davidgamero/irtinyrx
- Owner: davidgamero
- Created: 2013-12-13T00:46:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-13T01:08:44.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T09:51:11.506Z (about 1 month ago)
- Language: C++
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
Modified Version of the IRTinyRX library found at http://tetalab.org/blog/librairie-ir-nec-pour-attiny85
The device I wanted to control with my Digispark, which uses the Attiny85, uses RC5 instead
of NEC so I added the sendRC5() function. It works just like the sendNEC function but with RC5.
I thought I should share this to maybe save somebody some time. All credit for the original library to
its original authors.
Issues I encountered:
PROBLEM: The atTiny flashes the IR led but the device won't respond
SOLUTION: My atTiny wasn't at 8Mhz so the timing was off
PROBLEM: The IR led has very short range
SOLUTION: Make sure that you don't have it plugged into the default led pin (varies on version of board)