Code Monkey home page Code Monkey logo

Comments (2)

iainmacthai avatar iainmacthai commented on June 21, 2024 1

Here is the sequence I went through today and finally got mine working after a few weeks of struggle, hope it helps if still needed.

  1. Configured SD card with pi bakery with Jessie full and the following "On first boot - enable VLC, + reboot"
  2. Powered up PI with SD card and ethernet & usb dongle into PI usb.
  3. VNC into PI and ensure SSH is enabled
  4. SSH into PI and run the following cmds taken from this post https://blog.miniarray.com/installing-node-js-on-a-raspberry-pi-zero-21a1522db2bb#.15rrxe2d6

cd ~
wget http://nodejs.org/dist/v4.2.4/node-v4.2.4-linux-armv6l.tar.gz
cd /usr/local
sudo tar xzvf ~/node-v4.2.4-linux-armv6l.tar.gz --strip=1
sudo apt-get remove --purge npm node nodejs
node -v
sudo npm install -g npm

followed by

cd
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libpcap-dev
git clone https://github.com/maddox/dasher.git
cd dasher
npm install

then do the configs

sudo nano config/config.json

I already knew my mac address so straight into

sudo npm run start

from dasher.

Kalfin2000 avatar Kalfin2000 commented on June 21, 2024

THANK YOU! I used this set of commands on my RaspberryPi 2 and it is working beautifully now.

from dasher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.