Search found 2193 matches

by medelec35
Sat Sep 05, 2026 3:18 pm
Forum: General
Topic: Max7219_v.fcpx and Max7219_v9.fcpx Martin Fisher
Replies: 17
Views: 625

Re: Max7219_v.fcpx and Max7219_v9.fcpx Martin Fisher

mnfisher wrote:
Sat Sep 05, 2026 10:47 am
No - I don't know if it's possible to 'decompile' the fcpx file.
Hi Martin,
With the component loaded, right - click on the function within Project Explorer and select Show as Flowchart, or Blocks etc.
by medelec35
Wed Sep 02, 2026 9:38 am
Forum: General
Topic: Question UART Pin Mapping
Replies: 3
Views: 558

Re: Question UART Pin Mapping

Only guessing but Maybe it's Professional only feature?
At least now you have your answer by look at the screenshot in the previous post.
by medelec35
Tue Sep 01, 2026 4:36 pm
Forum: Bug Reports
Topic: RC5
Replies: 74
Views: 7267

Re: RC5

Your blaming old age, I have a great grandchild with one grandchild, and I have another grandchild who is pregnant :lol:
Hopefully if it is a bug it will be resolved soon :)
by medelec35
Tue Sep 01, 2026 4:32 pm
Forum: User Components
Topic: NEC RX & TX Component
Replies: 11
Views: 1194

Re: NEC RX & TX Component

Thanks Jorgen.
I'm glad it's now working for you.
You are not limited to 10 buttons, you can add another switch command macro for an additional 10 switches.
If you want to create a transmitter, I would not use AVR if I was you as PWM frequencies not using the component I created is way too coarse ...
by medelec35
Tue Sep 01, 2026 11:17 am
Forum: General
Topic: Question UART Pin Mapping
Replies: 3
Views: 558

Re: Question UART Pin Mapping

Hello.
A new Flowcode v11 only feature.
Within Flowcode, select Build > Online Stuff > Target chip peripheral pins
Within the new window that opens select Upload Project icon then Reload icon
You can then scroll down all the pins to see what they support.
Below is what you should expect to see ...
by medelec35
Tue Sep 01, 2026 2:28 am
Forum: User Components
Topic: NEC RX & TX Component
Replies: 11
Views: 1194

Re: NEC RX & TX Component

Hi Jorgen, Yes I am.
I have fixed the bugs and added new functions:

IsDataDetected() Used with a decision branch (True is data detected) don't need to keep printing data until data is received.

ClearDataDetected() Used to clear isDataDetected()

IsRepeat(). Value is 1 is a button is being held ...
by medelec35
Mon Aug 31, 2026 3:08 pm
Forum: User Components
Topic: NEC RX & TX Component
Replies: 11
Views: 1194

Re: NEC RX & TX Component

Thanks Jorgen & Martin.
@Jorgen.
Thanks for checking on the UNO.
There is a bug within the component.
I will get the component updated and will also attach updated UNO project that should work.
Note button number will not be shown it will need converting.
Are you using ELEGOO remote?

@Martin.
It ...
by medelec35
Mon Aug 31, 2026 12:28 am
Forum: Bug Reports
Topic: RC5
Replies: 74
Views: 7267

Re: RC5

Hi Martin.
I have just changed some register names for timer 1, and your NEC decoder works great on 16F18877
by medelec35
Sun Aug 30, 2026 11:03 pm
Forum: User Components
Topic: NEC RX & TX Component
Replies: 11
Views: 1194

Re: NEC RX & TX Component

Hi Iain, your welcome.

Martin (mnfisher) also added a NEC decoder here
The funny thing is he posted it as the same time I announced I was creating a NED component.
So there are now two to use. :)


Attached is an Example project I was using for testing.
If course you can use LDC/GLCD or any other ...
by medelec35
Sun Aug 30, 2026 10:50 pm
Forum: User Components
Topic: NEC RX & TX Component
Replies: 11
Views: 1194

NEC RX & TX Component

I have created a NEC infrared component that can either decode data on the signal pin of VS1838B type of component.

The reason being Amazon UK sells 6 receivers for less than £5.
Plus the receiver and remotes are supplied in Arduino and ESP32 Kits ,e.g. by ELEGOO.
TX transmits the 38KHz required ...