Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parmaja/usbirconsumer
Arduino/Attiny IR remote control receiver send it as keypress to computer.
https://github.com/parmaja/usbirconsumer
arduino attiny
Last synced: 5 days ago
JSON representation
Arduino/Attiny IR remote control receiver send it as keypress to computer.
- Host: GitHub
- URL: https://github.com/parmaja/usbirconsumer
- Owner: parmaja
- License: mit
- Created: 2016-07-11T00:16:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T16:20:57.000Z (over 4 years ago)
- Last Synced: 2024-12-13T14:38:42.446Z (2 months ago)
- Topics: arduino, attiny
- Language: C++
- Size: 4.88 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### usbIRConsumer ###
Arduino/Attiny85 project, Infrared PC remote control receiver to PC computer through USB.
It is a electronic circuit and code project.Based on Nathan Tiny PC Remote
https://nathan.chantrell.net/20121014/tinypcremote-an-attiny85-based-infrared-pc-remote-control/## License ##
The MIT License (MIT)
https://opensource.org/licenses/MIT## Tested ##
Attiny85, Arduino IDE 1.6 with common remote controls## How to Compile ##
First You need Arduino IDE 1.6 or over to compile.
Also you need to install two of library, and one board into your ide.### Required Libraries ###
https://github.com/parmaja/miniIRemote
https://github.com/parmaja/usbKeyboard
TODO: https://github.com/parmaja/miniUsbKeyboard
### Attiny85 Board ###
In IDE->File->Preferences->Additional Boards Manager URLs
Add this repository URL then click OK
https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.jsonNow in IDE->Tools->Board->Boards Manager, Find Attiny board library and install it, you can see the new board in your board menu.
## Upload to Attiny ##
Be sure you uploaded a bootloader first (once) into your Attiny to set fuses to use External 16M cyrstal, that my circuit using it, but you can set it to internal 16M osclicator but at this situation you need to calebrate it.## How to contribute ##
Easy, Correct my English language ;)
Report bugs, or Fork it.