node-nrf icon indicating copy to clipboard operation
node-nrf copied to clipboard

Maybe make it support Node Red?

Open SShadowS opened this issue 11 years ago • 6 comments

Would you mind making it Node Red friendly?

SShadowS avatar Aug 19 '14 13:08 SShadowS

AFAICT, this would mostly entail abstracting out the hardware level so that it could use the Node Red libraries too? That's one of my top priorities for this library as I think it will ease Tessel support too. Unfortunately I'm behind on maintaining this library but still hoping to get to everything needed in the next release "soon" :-/

natevw avatar Aug 19 '14 15:08 natevw

+1 for node-red compliance!

catharsis79 avatar Aug 30 '14 09:08 catharsis79

I am still unfamiliar with Node Red. Could one of you share what this would involve? Is this more of a packaging thing, or a backend hardware interface thing? AFAICT, node-red doesn't really provide it's own hardware APIs, but I could be wrong?

I found http://nodered.org/docs/creating-nodes/ and that makes it seem like this mostly needs some sort of UI and some packaging, while still using the same Linux SPI/GPIOs drivers it is now?

natevw avatar Feb 13 '15 23:02 natevw

That is the "only" thing that is needed. It is actually just a way go make quick prototyping with Node.js. So think of it as a graphical overlay of node.js. I can provide you of a Node-red interface you can try.

SShadowS avatar Feb 13 '15 23:02 SShadowS

Ok. I wonder if this could really be done as a separate repo/project, i.e. a Node Red UI wrapper around this library?

natevw avatar Feb 17 '15 17:02 natevw

You can, as you can se here f.ex.: https://www.npmjs.com/package/node-red-dht-sensor which is just a wrapper for https://www.npmjs.com/package/node-dht-sensor

2015-02-17 18:08 GMT+01:00 Nathan Vander Wilt [email protected]:

Ok. I wonder if this could really be done as a separate repo/project, i.e. a Node Red UI wrapper around this library?

— Reply to this email directly or view it on GitHub https://github.com/natevw/node-nrf/issues/21#issuecomment-74705824.

SShadowS avatar Feb 17 '15 17:02 SShadowS