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

[WIP] Overhaul of internals #32

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

[WIP] Overhaul of internals #32

wants to merge 12 commits into from

Conversation

natevw
Copy link
Owner

@natevw natevw commented Feb 18, 2015

The primary concerns driving this:

  • the original implementation did not have a great async story (some internal race condition bugs in certain cases)
  • there are a few ugly explicit "wait for this event before using X" checkpoints, perhaps some can be eliminated now too
  • it was hard to document the pipe options and address picking behavior, some clearer modes and perhaps even a bit more manual effort on part of user planned here (not much progress yet)
  • more abstract hardware API for cleaner support of e.g. Tessel (and perhaps johnny-five)
  • intend to deal with Arduino "reversed data" in this pass too
  • and add an A–Z tutorial for the common case of talking between RF24 on Arduino and node-nrf on Raspberry Pi

TBD: cross-reference above narrative with open issues, add any other pain points that should be included in this pass.

@natevw natevw mentioned this pull request Mar 11, 2015
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.

1 participant