0

The datasheet is too intimidating for me, and I dont want to use the libraries available. Hence, I am looking for some clarity on this matter.

asked Jun 20, 2017 at 8:40
1
  • 1
    You can use them as book marks. Commented Jun 20, 2017 at 11:39

1 Answer 1

2

You can use the NRF24L01 by writing the functionality that is currently within a library yourself (and strip of parts you do not use).

However, for this, you need to understand the library, and therefore high likely the datasheet too.

You also can start without looking at a library, but your only documentation source is the datasheet itself.

A NRF24L01 has a lot of possibilities (that is why the datasheet is so extensive), so writing the functionality yourself might be causing more time.

answered Jun 20, 2017 at 8:47
2
  • 1
    And given all the functionality to be implemented to do even basic stuff, they would probably still end up writing something that looks very much like a library. Commented Jun 20, 2017 at 17:28
  • Indeed I did. But it's opened up the module for me. I was just stuck on the SPI commands though. Specifically the SPI read operation. I just didn't look at the diagram. Commented Jun 21, 2017 at 12: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.