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
Flowcode example Arduino and NRF24L01
-
- 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
Hello!
This is my setup right now, it works now, but the code compiler gives me a warning. (I wrote above)

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 (55.03 KiB) Viewed 2145 times
Re: Flowcode example Arduino and NRF24L01
Hello Martin! 
This is my setup right now, it works now, but the code compiler gives me a warning. (I wrote above)

This is my setup right now, it works now, but the code compiler gives me a warning. (I wrote above)
-
- 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
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
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