Nathan Vander Wilt
Nathan Vander Wilt
I had to uncomment `brew install fontconfig` to get it to work, otherwise it fails to `brew link` it in later.
See also issue #8 for a workaround for the dylib problem specifically.
Thanks for this pull request! I still hope to take a closer look, though I need to get my testing hardware set back up.
c.f. https://blogs.windows.com/buildingapps/2015/05/12/bringing-node-js-to-windows-10-iot-core/ — perhaps MS has already provided UWP bindings in their Chakra version of node? **UPDATE**: yup, https://www.npmjs.com/package/uwp
@johngrabner This looks like a generic npm configuration issue: > gyp ERR! configure error > gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env...
Could certainly be part of it. Naturally, you'll also need to make sure the channel/CRC/ack/etc. settings all match too. I've been able to RX on the Tessel from an Arduino...
Sure, would appreciate it! It should probably be an additional option on `nrf.openPipe()` (rather than the module or instance) in case people are talking to both Arduinos and Pi/Tessel remotes....
This is implemented in https://github.com/natevw/node-nrf/commit/3b24f10072cbbcb04fa5f850d7af09a3c6307fd8 as part of the (currently broken) overhaul at https://github.com/natevw/node-nrf/pull/32. It might be possible to cherry-pick that work into master sooner, but personally I want to...
Suwheeet, thanks for doing all this. I'm heads down on the SD/FAT stuff but am excited to test this on RasPi and merge it in!
This seems to be an issue in homebrew itself. Is there a way to "avoid --depth 1" with homebrew or are you just manually building?