2

I tried to connect my RFM69HCW to Arduino Nano 33 BLE, so that I won't be needing a logic level shifter to downgrade the voltage, since Arduino Nano is already 3.3V. Upon checking its data sheet and pinout, I noticed there's no dedicated pin for CS (Chip Select).

Which pin should I use as CS in the Arduino Nano?

Which pin should I connect the DI0 pin of RFM69HCW in the Arduino Nano?

dda
1,5951 gold badge12 silver badges17 bronze badges
asked Mar 2, 2022 at 3:28

2 Answers 2

1

There is no dedicated CS pin, and you can use any available Dx pin – which enables you, among other things, to have several devices on the same bus. The CS pin allows you to select (hence the S) the right device.

answered Nov 26, 2023 at 14:03
0

On any Arduino you can use any free digital pin as SPI CS.

answered Mar 2, 2022 at 5:28
2
  • Okay. Thank you! Even the DI0 pin of RFM69HCW can I connect it too to any pins of Arduino Nano? Commented Mar 2, 2022 at 5:41
  • @lostresearch, why not? it is free. the SPI pins on Nano are 11, 12 and 13 Commented Mar 2, 2022 at 5:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.