You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for a maybe dumb question, but I don't understand the generated signal.
When I start the ESP32 the signal on my chosen GPIO is LOW. With the first sent signal it flips to HIGH (s. attached picture) and stays there for ever (until the next signal):
Is this on purpose?
From my understanding this would mean that an attached IR-LED would constantly be glowing. Or do I have to invert the signal with a transistor?
You're probably right on this one... Would you create a pull request with the fix (and please verify that it's also working correctly on non-inverted case)?
Sorry for a maybe dumb question, but I don't understand the generated signal.
When I start the ESP32 the signal on my chosen GPIO is LOW. With the first sent signal it flips to HIGH (s. attached picture) and stays there for ever (until the next signal):
Is this on purpose?
From my understanding this would mean that an attached IR-LED would constantly be glowing. Or do I have to invert the signal with a transistor?
My code is very simplified for testing:
The text was updated successfully, but these errors were encountered: