natevw / node-nrf

Pure-JavaScript nRF24L01 driver library
117 stars 31 forks source link

johnny-five backend? #34

Open natevw opened 9 years ago

natevw commented 9 years ago

Would be cool if this could work with johnny-five, where the logic runs on a separate device (e.g. a laptop) than the hardware (e.g. an Arduino tethered via USB). At least one user has wanted this (https://github.com/natevw/node-nrf/issues/22) and it's well within the scope of this library.

The main blocker here, though, is lack of SPI support there: https://github.com/rwaldron/johnny-five/issues/624 /https://github.com/rwaldron/io-plugins/issues/3

pirquessa commented 9 years ago

That would be so nice :)