cfcorp 0 Posted October 20, 2017 Share Posted October 20, 2017 Hi, Im trying to use the NRF24l01 with the MSP430 and i'm using the enrf24 library with my g2553. how do i set the transciever to open pipe 0 with address 0? I have an arduino receiver listening to pipe 0 and expecting data from a device with address 00001 on pipe 0. Quote Link to post Share on other sites
energia 484 Posted October 20, 2017 Share Posted October 20, 2017 I am not familiar with the NRF. Other might be able to help if you can point us to the library that you are using. Quote Link to post Share on other sites
cfcorp 0 Posted October 21, 2017 Author Share Posted October 21, 2017 Hi thanks for the reply, the library in using is the Enrf24 library, available here: https://github.com/spirilis/Enrf24 On my arduino setup I have the node communicating with the Arduino based hub using pipe 0 and an address of 00001, im trying to do the same with the MSP430 where it send to the Arduino hub, for a test i wanted to give it the same address so it should be able to communicate with the hub. By default the MSP430 library sets channel 0, but Im not sure how to get the ENRF24 library to select pipe 0 and use the address 00001. Btw, I'm using a simplified version of the TX demo in the library for the MSP430, if anyone could help I would greatly appreciate it. Quote Link to post Share on other sites
Fmilburn 445 Posted October 23, 2017 Share Posted October 23, 2017 I have only used the NRF24L01 between MSP430s and not with an Arduino - however, did you read through the Wiki? https://github.com/spirilis/msprf24/wiki Regarding pipes, see this: http://forum.43oh.com/topic/10228-nrf24l01-pipe-addressingad/#comment-76349 veryalive 1 Quote Link to post Share on other sites
veryalive 49 Posted October 23, 2017 Share Posted October 23, 2017 I have used the nRF24L01 Spirilis library both on Energia and CCS; both worked well. I used it point-to-point. My target was '2553. My only wish is that I would have more time to dig into this library and this excellent, low cost nRF further; alas, not to happen soon. cheers, Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.