Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: InfraRed Encoder/Decoder. #156

Open
happytm opened this issue Jan 27, 2024 · 0 comments
Open

Feature request: InfraRed Encoder/Decoder. #156

happytm opened this issue Jan 27, 2024 · 0 comments

Comments

@happytm
Copy link

happytm commented Jan 27, 2024

Thank you for sharing your great project.

Wireless communication could be very useful for Home Automation use case with very simple hardware. Most of electronics around house can be controlled by IR with simple and low cost hardware.

I was searching for IR transmitter solution for CH552G but could not find any. But came across a repository which implements IR transmitter for ATTiny13A micro controller and goes into detail of it's functionality. I think he uses timer functionality of ATTiny13A to create any custom IR protocol codes. The repository is linked below:

https://github.com/wagiminator/ATtiny13-TinyRemote?tab=readme-ov-file

He also have IR receiver implemented on ATTiny13A chip in another repository:

https://github.com/wagiminator/ATtiny13-TinyDecoder

His blog linked below is treasure trove for ATTiny devices:

http://www.technoblogy.com/show?24A9

This can make very useful in wireless low cost home automation system.

Is it possible to port this for CH552G microcontroller?

Thank you.

@happytm happytm changed the title Feature request: InfraRed Feature request: InfraRed Encoder/Decoder. Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant