Skip to content

CE and CSN pin assignments #1055

Description

@topquark22

Describe the behavior you would like

When creating the RF24(CE_PIN, CSN_PIN), on a basic Arduino you can use any digital GPIO pins for CE and CSN. But I highly recommend using pin 10 for CE, and pin 9 for CSN. Because that's what the integrated Nano/nRF24L01 boards use. It won't work otherwise.

Propose an implementation or solution

#define CE_PIN 10
#define CSN_PIN 9

Describe alternatives you have considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    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