spirilis 1,265 Posted October 20, 2014 Share Posted October 20, 2014 Arduino module works this project Recieve module. http://arduino-info.wikispaces.com/Nrf24L01-2.4GHz-HowTo I changed transceiver group module( MSP 430f247 with nRF24l01) address to recieve module Pipe adress. Now both are same. That doesn't say much about the internal parameters used. You may have to inspect Maniacbug's RF24 library internally to see what it's using. My msprf24 library is designed to allow all parameters to be tuned but you do have to know what parameters your other transceivers are using to make them work. Fath 1 Quote Link to post Share on other sites
Fath 1 Posted October 21, 2014 Author Share Posted October 21, 2014 I resarched Arduino RF24 library yesterday and i found some different parameters yours code. Channel num: 76 Pipe: 0xE8E8F0F0E1 Wide Band: True Payload Size: 32 Dynamic Payloads enable: False I modified transceiver these parameters. Finally,MSP430f247 communicated to an Arduino Leonardo board by nRF24L01 modules over air. I achieve 1byte data send now. Thanks for your interest and answer! spirilis 1 Quote Link to post Share on other sites
spirilis 1,265 Posted October 21, 2014 Share Posted October 21, 2014 Good stuff! Glad you got it working 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.