Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make RF24_POWERUP_DELAY configurable in RF24_config.h #690

Merged
merged 10 commits into from
Nov 29, 2020

Conversation

jscrane
Copy link
Contributor

@jscrane jscrane commented Nov 27, 2020

(This relates to #683 )

@2bndy5 if you have any further timings which could be usefully configured in this way, please ask!

(Also, apologies for all the commit noise below: hopefully git is smart enough to throw it away.)

@2bndy5
Copy link
Member

2bndy5 commented Nov 27, 2020

Can it be in microseconds ("us") instead? My CircuitPython library uses 150 us delay for powering up, but I have no problem with keeping the delay default at 5000 us. Besides, external oscillators are practically required for better IC performance. You'll notice the oval oscillator soldiered into all the boards in the pinout pictures...

@2bndy5
Copy link
Member

2bndy5 commented Nov 27, 2020

@TMRh20 would a RF24_TX_DELAY seem useful? Say someone wants to do their own calculations or just expedite playing with the tx_delay on different platforms.

RF24_config.h Outdated Show resolved Hide resolved
@2bndy5 2bndy5 changed the title Make RF24_POWERUP_DELAY_MS configurable in RF24_config.h Make RF24_POWERUP_DELAY configurable in RF24_config.h Nov 27, 2020
@jscrane jscrane merged commit 8b2f2a9 into nRF24:master Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants