The RC5 component does not seem to work with Arduino uno or nano.
Is there an update?
RC5 with Arduino
-
- Posts: 3
- http://meble-kuchenne.info.pl
- Joined: Thu May 16, 2024 3:32 am
-
- Matrix Staff
- Posts: 1936
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 506 times
- Been thanked: 688 times
Re: RC5 with Arduino
Hello,
This has hopefully now been resolved for you and I've posted an updated example to our wiki page specific to Arduino hardware.
https://www.flowcode.co.uk/wiki/index.p ... (Wireless)
Let us know how you get on.
This has hopefully now been resolved for you and I've posted an updated example to our wiki page specific to Arduino hardware.
https://www.flowcode.co.uk/wiki/index.p ... (Wireless)
Let us know how you get on.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Posts: 3
- Joined: Thu May 16, 2024 3:32 am
Re: RC5 with Arduino
I still haven't been able to compile to arduino nano (flowcode v6) with the RC5 component included in the flow chart. Could it be the clock speeds?
many thanks
many thanks
- Attachments
-
- RC5 from FC june 24 4.7 - Copy.fcfx
- (9.14 KiB) Downloaded 10 times
-
- ir test.fcfx
- (10.65 KiB) Downloaded 12 times
-
- Matrix Staff
- Posts: 1951
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 625 times
- Been thanked: 656 times
Re: RC5 with Arduino
Hello.
Flowocode v10 has all the components free.
Why don't you try with that version instead, since the Uno is a free target device,
Flowcode v6 which is no longer supported with component updates.
you can download Flowcode v10 and the toolchains from here
Looking at your flowchart, Its best to keep RC5 initialise above the while(1) loop, so its only called once.
Flowocode v10 has all the components free.
Why don't you try with that version instead, since the Uno is a free target device,
Flowcode v6 which is no longer supported with component updates.
you can download Flowcode v10 and the toolchains from here
Looking at your flowchart, Its best to keep RC5 initialise above the while(1) loop, so its only called once.
Martin