I could really use some help. I have a Rpi B+. Mini BLE usb adapter & 4GB SD card.
I downloaded the Raspbian Jessie Lite image with 4.1 kernel from the Rpi website.
Try to delete node and following this: $ wget http://node-arm.herokuapp.com/node_latest_armhf.deb $ sudo dpkg -i node_latest_armhf.deb node --version should be 4.2.1
Thanks, I have found the new program. I was stuck with the “Clone the libraries”, and I am not sure I have done this correctly. I downloaded it to my laptop, unzipped, and then copied it to the “home” folder of my Rpi (minus one level of folder).
/pi/node-flower-bridge-master/
I have updated the credentials, and now trying to run the program with ./run display
I receive “permission denied”. when I try sudo ./run display, I get “command not found”
I use a remote connection via ssh. If I used $ bash run display 60, and close ssh. The next time I log in, how can I check the status of the running process?