AndyFlem / rfm69radio-node

Node-Red node for the RFM69 packet radios.
GNU General Public License v3.0
4 stars 2 forks source link

Doesn't install on Raspi OS 64bit (and probably in general with new installations) #5

Open mapigit opened 1 year ago

mapigit commented 1 year ago

Hi Andy, I'm trying to install rfmradionode on a fresh Raspberry Pi OS 64bit installation but fail. I've asked on stackoverflow: https://stackoverflow.com/questions/73906947/node-red-rfm69radio-module-doesnt-install-on-ros-64bit-raspberry-pi-4b/73907170?noredirect=1#comment130500051_73907170

Probably the node(s) don't work with the current spi-device version.

Could you please fix that?

thanks, cheers, Martin

conoro commented 1 year ago

Hi, would it be possible to update the version on NPM? Thanks.

For anyone trying to install this, I had to do the following:

npm install https://github.com/AndyFlem/rfm69radio
npm install node-red-contrib-rfm69radio
DanielMelia commented 1 year ago

Hi,

I am having the same problems to install the rfm69radio node.

I tried the solution from conoro but it didn't work for me.

If you could you explain if it is actually possible to install this node and how to do it that would be great!

Thanks, Daniel