Page 3 of 4

Re: RC5

Posted: Mon Aug 17, 2026 6:14 pm
by ELECTRONICA67
Hi Martin,

When checking with a multimeter, there is no change upon applying the signal; in tests I have conducted, when a 36 kHz signal is applied to the carrier or base of the component, the component's voltage drops to zero momentarily and remains steady at approximately 4.5 V.

Saludos

Re: RC5

Posted: Mon Aug 17, 2026 6:38 pm
by ELECTRONICA67
The IR LED does emit a signal

Re: RC5

Posted: Tue Aug 18, 2026 5:49 pm
by ELECTRONICA67
Hi,

At least the TM1637 4-digit display is now working in Flowcode 10 (I tried the suggestion to copy the file into Flowcode 11, but it wouldn't let me—perhaps I did something wrong, but I'll keep trying). Now that I can read a command (number) on the display sent via RC5 transmission, I can run more reliable tests with RC5. I bought a small oscilloscope that arrives tomorrow, but I can start sending data and use an LED and the display to verify that the RC5 signal is being received.

Saludos

Re: RC5

Posted: Tue Aug 18, 2026 5:57 pm
by chipfryer27
Hi

Glad to hear you are making progress.

You may need administrator privileges to copy the file. Worth trying.

Regards

Re: RC5

Posted: Tue Aug 18, 2026 6:51 pm
by medelec35
ELECTRONICA67 wrote:
Tue Aug 18, 2026 5:49 pm
I tried the suggestion to copy the file into Flowcode 11, but it wouldn't let me—perhaps I did something wrong, but I'll keep trying
What about placing component in a new folder.
You can set up Flowcode to access it by reading this Wiki page.
I have also given advice here about it.
When I get a chance, I will test the RC5 component.

Re: RC5

Posted: Tue Aug 18, 2026 8:20 pm
by medelec35
Just tested RC5 component on Flowcode v11 and working for me.

Can you be 100% sure that the infrared transmitter is sending RC5 pulse train?
Mine is and the LCD on my Eblocks3 is showing what button on the RC5 remote was last pressed.

As you are using a DMM, the voltage will be VDD with no key pressed.
If you press and hold down the volume button for example.
If both transmitter and receiver are compatible, the voltage should drop by at least 1V
If there is an hardware issue the voltage remain steady at VDD.
When you use a scope or logic analyser, of course the voltages will vary from 0 to VDD as they will be a train of pulses.

Re: RC5

Posted: Tue Aug 18, 2026 9:54 pm
by ELECTRONICA67
Hi,

Okay, let me run a test to verify that we can send and receive data; I'll keep you updated on how it goes. Thanks.
For now, I'm going to run the test using Flowcode 10, since I managed to update the TM1637 4-Digit component there; I still can't update the display in Flowcode 11.

Re: RC5

Posted: Tue Aug 18, 2026 11:42 pm
by ELECTRONICA67
Hi,

I tested this using Flowcode 11 and connected a display from an earlier version. I am attaching the TX and RX flowcharts. For the RX side, I started by setting the display to show "12," then entered a loop that checks pin RC5 and turns on LED A2 to indicate that the RX check is active; if data is received, it should be shown on the 4-digit TM1637 display. There might be an error in the flowcharts; LED A2 does not light up, and while the display shows "12" at startup, it does not show the received data.

I am also attaching the TX file, which sends the number 55 as data; like the RX side, it might contain a flowchart error. Observing it with a mobile phone camera shows that the IR LED is indeed transmitting a signal.

In Flowcode 10, the TM1637 display issue was fixed, but the digit does not turn off.

I have not yet replaced the TM1637 4-digit component in Flowcode 11.

Thanks
Enrique

Re: RC5

Posted: Tue Aug 18, 2026 11:52 pm
by ELECTRONICA67
Test Display and RC5

Re: RC5

Posted: Wed Aug 19, 2026 12:15 am
by ELECTRONICA67
Hi,

I got a small oscilloscope. The signal stays high when the IR transmitter button is pressed, and the signal varies when the RX receiver is not receiving a signal; however, when it *does* receive a signal, LED A2 does not light up (it fails to detect the RX signal), and the display shows no data.