Nathan Vander Wilt
Nathan Vander Wilt
Are you sure your node.js code is what you want? You have `rx = nrf.openPipe('tx',…` so despite the variable name you are actually setting up a transmitting pipe rather than...
Sorry, lots of people having trouble with this recently and I'm kind of swamped with other work to investigate now :-( You can try set `radio._debug = true` might give...
Fun! I'm not sure how useful each component would be in isolation (e.g. CouchDB isn't exactly a great way to signal unless the only tool you allow yourself is PouchDB)...
(Ooops, wrong button.) Sounds like a very fun reason to try separating out the signalling stuff! You'll likely want to gather ICE candidates for a bit before generating the QR...
HI @shimaore — I've got another developer interested in using just one of these "projects". Is your split-out version working and do you mind if I pull back your files...
This still really needs to happen, I got broadsided with a ton of last-minute client work early this month (can't really complain too much I guess) and all my open...
That'd be an interesting experiment — IIRC, at one point I was sending a pre-built offer to the "hub" database like you might do with an mDNS TXT record like...
This is a bit lower than [fermata](https://github.com/natevw/fermata) and [node-nrf](https://github.com/natevw/node-nrf) on my list especially since I'm not working on a project that uses this at the moment. (Though I have at...
Hmm, interesting. The error messages really point to a problem with GPIO access (for which this library uses my separate [pi-pins](https://github.com/natevw/pi-pins) module) rather than SPI, so I guess it's not...
I do not recommend disconnecting IRQ pin, it currently can lead to strange issues e.g. #30. I may have spoken too soon, flipping between pinout diagrams and got confused — ...