Skip to content

sujaykumarh/ir-remotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

IR-remotes

IR [infrared] remotes is a project that contains a collection of IR remotes.

LICENSE docs


📁 Directory Structure

/📁 repo
├── 📁 circuit      # Circuit Design files
├── 📁 docs         # Documentation
├── 📁 remotes      # IR Remotes {images and codes}
├── 📁 code         # IR Remote reader code for Arduino
├── LICENSE         # License file
└── README.md       # Readme file

🔧 Development

Install arduino IDE

then open code/reader.ino in the arduino IDE.

breadboard


📝 Contributing

All Contributions are welcome, see CONTRIBUTING.

To Add a new remote

  1. Create a new directory remote-model in remotes directory. if uknown model then name directory as model number on the circuit board. if multiple models of same brand then create a directory with the brand name and add each model as a directory in the brand directory.

  2. Use remotes/template.md as README.md file in the new remote.

  3. add detail image in the folder with appropriate tags and include internal PCB photo. reference

  4. add all the codes in README.md file.

  5. add a csv codes.csv file with all the codes if possible. follow the README.md table format. [Optional]

  6. sign the README.md file at the end as verified and tested by you.


📄 LICENSE

Apache License, Version 2.0 © 2021 sujaykumarh


Acknowledgment & Resources