Flowcode example Arduino and NRF24L01

For general Flowcode discussion that does not belong in the other sections.
b.sgammato
Posts: 5
http://meble-kuchenne.info.pl
Joined: Fri Jun 04, 2021 7:20 pm
Been thanked: 2 times

Re: Flowcode example Arduino and NRF24L01

Post by b.sgammato »

Hello

you can see here too
https://www.matrixtsl.com/mmforums/view ... 76&t=22941
The example uses a PIC, but I think it works too
with Arduino.

best regards

zoli2496
Posts: 28
Joined: Wed Sep 22, 2021 7:23 am
Been thanked: 2 times

Re: Flowcode example Arduino and NRF24L01

Post by zoli2496 »

Hello! :)

This is my setup right now, it works now, but the code compiler gives me a warning. (I wrote above)
Attachments
cs_ss_ok.JPG
cs_ss_ok.JPG (55.03 KiB) Viewed 2146 times

zoli2496
Posts: 28
Joined: Wed Sep 22, 2021 7:23 am
Been thanked: 2 times

Re: Flowcode example Arduino and NRF24L01

Post by zoli2496 »

Hello Martin! :)

This is my setup right now, it works now, but the code compiler gives me a warning. (I wrote above)
cs_ss_ok.JPG
cs_ss_ok.JPG (55.03 KiB) Viewed 2146 times

mnfisher
Valued Contributor
Posts: 1462
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 136 times
Been thanked: 713 times

Re: Flowcode example Arduino and NRF24L01

Post by mnfisher »

Good you have it working. The FC SPI code always outputs a warning on Arduino (AVR) platforms which can lockup if the pin is set as an input.

You are using pin 10 as chip enable - which is an output - so hopefully no problem. Arduino Uno shields usually use the pin as CS...

Martin

Post Reply