[SOLVED] Hi scalz: How did jou define the NRF24+ in the sketch for de arduino zero. can't get it working.
-
-
Hi.
I haven't any arduino zero. I assumed it's working as I was using some ATSAM mcu which are from the same family.
So this should work well.If you can't get it working, please give us more infos please..
- Exact hardware for both gw and node
- which board do you select in Arduino and the version
- sketch for gw and node
- mysensors logs
- or if compiling fails, arduino logs
I let you change the title of your topic the way you prefer, or I'll do it. (no need to ask me in the title
)
-
Just minutes ago i got it working on the ZERO/M0
MO, MI and SCK connect to the ICSP pin header: https://www.arduino.cc/en/uploads/Reference/ICSPHeader.jpg
the CE and CS on defined pins example:
#define MY_RF24_CE_PIN 9 // specific for my arduino zero
#define MY_RF24_CS_PIN 10 // specific for my arduino zeroThanks