Skip to main content
Arduino

Timeline for What are ideal delay times between commands for RF24 lib

Current License: CC BY-SA 3.0

11 events
when toggle format what by license comment
S Mar 27, 2016 at 19:56 history suggested user3704293 CC BY-SA 3.0
add code highlighting
Mar 27, 2016 at 15:33 review Suggested edits
S Mar 27, 2016 at 19:56
Mar 19, 2016 at 22:13 comment added Chris Muppitt I have configured a specific channel outside of most used in my area, and have used recommended settings for remote sensor transmits //.....start radio and pipes..... Serial.println("Start radio..."); // debugging radio.begin(); delay(30); radio.setPALevel(RF24_PA_MAX); radio.setDataRate(RF24_250KBPS); //Fast enough.. Better range radio.setChannel(108); //2.508 Ghz Above most Wifi Channels radio.openWritingPipe(pipes[0]); radio.openReadingPipe(1,pipes[1]);
Mar 19, 2016 at 22:09 comment added Chris Muppitt Hi, Thanks for the great responses Get confirmation after different numbers of replies – ranges from 2 to 8 or 9 attempts to the master. Have seen on the master that it occasionally receives upto 3 messages which it seems to respond to. Will include relevant code clip from master below
Mar 18, 2016 at 16:28 answer added Gerben timeline score: 1
Mar 18, 2016 at 12:47 comment added Avamander 1. Don't use delays, totally unnecessary 2. Look at the examples, PingPair etc.
S Mar 18, 2016 at 12:46 history edited Avamander
edited tags
Mar 18, 2016 at 9:31 comment added sekdiy Do you eventually get confirmation after a number of tries? What state (power saving and all) is the master in when the node is starting to transmit? And what makes you think delay (or lack therof) is the cause? Did you try to adjust transmit power and data rate instead?
Mar 18, 2016 at 7:03 review Suggested edits
S Mar 18, 2016 at 12:46
Mar 18, 2016 at 4:28 review First posts
Mar 31, 2016 at 12:40
Mar 18, 2016 at 4:23 history asked Chris Muppitt CC BY-SA 3.0

AltStyle によって変換されたページ (->オリジナル) /