Skip to content
firepick1 (localhost) edited this page Oct 27, 2015 · 20 revisions

Prequisites

  • Raspbian Jessie is required.
  • USB serial cable from Raspberry Pi to FireStep controller
  • Raspberry Pi Noir camera (recommended)
  • Raspberry Pi camera (optional)

Raspberry Pi (512MB original)

Click here to install takes under an hour. Patience is required.

Details

With the world moving on to Raspberry Pi 2 Model B and beyond, we can still use the trusty original RPi for firenodejs. It's slow and quirky but it works. Things to note:

  • nodejs is installed as nodejs and not node, so the install script will create a node symlink. There is an historical "node" program that has nothing to do with nodejs, hence all this confusion. Raspian Jessie has solved this somewhat by omitting that historical "node" program.
  • serialport doesn't build on Raspberry Pi yet, so firenodejs fails over to the FireStep command line interface (cli) which is installed automatically as part of firenodejs.

Raspberry Pi 2 Model B

Click here to install takes about 15 minutes.

Details

The same Raspbian Jessie that runs on Raspberry Pi (original) works as expected on the Raspberry Pi 2.

See Also

  • [Raspberry-Pi Camera][FAQ Raspberry Pi Camera]

Clone this wiki locally