Node Red

Topics about the Software of Revolution Pi
mario
Posts: 2
Joined: 28 Feb 2017, 12:39
Answers: 0

Re: Node Red

Post by mario »

@volker can we please have a preview release earlier?
HMI is END of april. still a month to go.

I am not using the revpi in any critical environment and do not need an approved 100% stable image. but I need Jessie with node-red.
Thanks in advance!

Mario
User avatar
volker
Posts: 1046
Joined: 09 Nov 2016, 15:41
Answers: 1

Re: Node Red

Post by volker »

Sorry but you will need to give us another 2 weeks. The new release has lots of different features added for Jessie and we do need to test them before we can deliver. PiCtory as well as PiControl will have new features. Also issues under hard environmental conditions (EMV) with PiBridge will be fixed with the new release. The new release will also be running on CM3. We can't just isolate Jessie fom the rest of all these updated and new software parts and we need to be confident that every thing is running before releasing the new image.
Unser RevPi Motto: Don't just claim it - make it!
User avatar
@ndz
Posts: 1
Joined: 07 Apr 2017, 10:04
Answers: 0

Re: Node Red

Post by @ndz »

Hi mario,

you can install the Node-RED runtime on the current Debian Wheezy.
You have to upgrade the RevPi via dist-upgrade first.

Follow these steps:
1. sudo apt-get dist-upgrade
2. npm: sudo apt-get install nodejs npm
3. Install Node-RED
a. wget http://node-arm.herokuapp.com/node_archive_armhf.deb
b. sudo dpkg -i node_archive_armhf.deb
c. sudo apt-get install build-essential python-dev python-rpi.gpio
d. sudo npm install -g --unsafe-perm node-red

Please create a backup of your RevPi before you upgrade the system!
Post Reply