-
Notifications
You must be signed in to change notification settings - Fork 52
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
Transmitting RC5 encoded IR signal with RPI pico #16
Comments
You need to make a receiver as per the docs. Press the "wake up" button on the remote. You will then know the code necessary for the transmitter. |
Hi Peter, Another doubt is about hardware of transmitter, Is IR LED should be powered with external voltage source or I can power up it by using connecting pico VSYS pin output to IR LED is Anode>? is that sufficient to trigger the signal? |
Please see the Wikipedia article on RC5. Commands comprise an address and data. I suggest you use one of the circuits in my doc. Microcontroller pins are not capable of supplying the current that the IR LED requires. |
Hi Peter, |
In transmitter.md you have mentioned about two push buttons. Is that each of them is for sending different signal? How should we connect it?
I have a requirement of waking up the philips tv from standby, how can i achieve that?what is the value i supposed to transmit?
Sorry if it is a basic thing if i'm asking. I'm relatively new to this field.
Please let me know if you can help
The text was updated successfully, but these errors were encountered: