Girslite only seems to transmit the intro #62
Replies: 2 comments 2 replies
-
This is by design. If sending a signal n times, and the intro is non-empty, first the intro is sent, and then n-1 copies of the repeat. (If the intro is empty, instead n copies of the repeat are sent.) In IrScrutinizer, just raise the "Count" on the "Sending hw" pane. If you think this needs to be better documented, I am open to you suggestion.
It is. |
Beta Was this translation helpful? Give feedback.
-
Please open a new issue, since this is unrelated to the original issue. Then enable the "verbose" option (GUI: Options -> Verbose), perform the experiment, and post the content of the console. |
Beta Was this translation helpful? Give feedback.
-
Hey!
I've been using irScrutinizer with Girslite flashed to an Arduino Nano, with instructions from harctoolbox.org. The capturing of the signals seems to work like a charm, but I ran into problems transmitting some signals.
Some code types have an intro sequence and then the repeat sequence, and when trying to send these the Nano only seems to output the intro, and then stops and send back "OK". I've checked the pin output with a scope. I tested out connecting to the Nano with a terminal program (using Realterm) and sending it "send" commands. If I give the original "send" command (send 1 38000 2 34 0 ) the output is the same as with trying to transmit fron irScrutinizer, only the intro gets sent (so it basically just goes "high" once). But if make the intro sequence 0 length and add 2 to the repeat length (send 1 38000 0 36 0 ) the whole signal gets sent (and the device I'm trying to control gets the command). Same thing if I make the intro length 36.
First I tried this with the girlsLite 1.0.2 hex that is linked in the harctoolbox.org, and after painstakingly getting the 1.0.3 compiled and flashed to the Nano, also with that one.
I'm not sure if this is a bug or a user error. I haven't used github that often so I'm unsure if this is the correct place to post this.
Beta Was this translation helpful? Give feedback.
All reactions