<div dir="ltr">Hi all,<div><br></div><div>I've been playing with the NRF24L01+ transceivers for a bit.</div><div><br></div><div>To write the sketch, I've been using the <a href="http://maniacbug.github.io/RF24/">RF24</a> library.  I've tested out the example sketches and all works well with those.  From the examples, I slowly modified them to do what I want, but I'm having an issue with one last part.</div><div><br></div><div>The example I used was a two-way communication setup.  I would like to have a simple one way communication (I'm trying to setup a media center remote).  Keeping the receiver in listening mode, seems to work okay, but if I try to keep the controller in transmit only mode, then transmission seems to fail.</div><div><br></div><div>If I keep in the two lines</div><div>radio.startListening();</div><div>radio.stopListening();</div><div>then the sketch runs great as far as I can tell.</div><div><br></div><div>I posted to SO <a href="http://stackoverflow.com/questions/30656574/rf24-and-arduino-micro-experience-packet-loss">here</a>.  If anyone has any ideas, I'd be curious to hear them!</div><div><br></div><div>Best,</div><div>Nick</div></div>