Skip to content

CE and CS/CSN pins are not swapped. #1

@zoomx

Description

@zoomx

In blog post and here CE is on D9 and CS on D10 and it is written that the official documentation is wrong.

I checked with a multimeter my rfnano and D10 is connected to CE (pin 1 on NRF24L01 chip) and D9 to CS (pin 2) as written in the documentation and in the schematic.

so
#define PIN_RF_CE 9 // D9 = Chip Enable (CE) for nRF24L01+ #define PIN_RF_CS 10 // D10 = Chip Select (CS) for nRF24L01+
should be
#define PIN_RF_CE 10 // D10 = Chip Enable (CE) for nRF24L01+ #define PIN_RF_CS 9 // D9 = Chip Select (CS) for nRF24L01+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions