| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
pppp rrrr ooooo jjjjjjjj eeeeeee ccccc ttttttttt p p r r oo oo ji e e c c tt p p r r oo oo ji e c tt pppp rrrr oo oo j ji eeee c tt p r r oo oo j j e e c c tt p r r ooooo jjjj eeeeeee ccccc tt
For all discussions, designs, and clarifications, we recommend you join our Gitter Chat room: https://
Version: 0.0.1 - Released September 01, 2015
Imagien compile Arduino sketches without IDE and not programming on C++, only choose the shield you have!! and drag if any you need.
ProjectLab can to do convert an Arduino UNO and MEGA in a WEB-LAB, We prentend to you can obtain many variables and analized on real time and shared on the web.
Special Notes
Good luck.
For most "standard" use cases (node v0.10.x on mac, linux, windows on a x86 or x64 processor), node-serialport will install nice and easy with a simple
npm install
Ensure that you have at a minimum the xCode Command Line Tools installed appropriate for your system configuration. If you recently upgraded the OS, it probably removed your installation of Command Line Tools, please verify before submitting a ticket.
You know what you need for you system, basically your appropriate analog of build-essential. Keep rocking! Ubuntu renamed the node binary nodejs which can cause problems building node-serialport. The fix is simple, install the nodejs-legacy package that symlinks /usr/bin/nodejs => /usr/bin/node or install the more up to date nodejs package from Chris Lea's PPA.
# Ubuntu node sudo apt-get install nodejs nodejs-legacy # Or Chris Lea's PPA Node (more up to date) sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs
sudo apt-get update
sudo apt-get upgrade -y wget http://nodejs.org/dist/v0.10.16/node-v0.10.16-linux-arm-pi.tar.gz
tar xvfz node-v0.10.16-linux-arm-pi.tar.gz
sudo mv node-v0.10.16-linux-arm-pi /opt/node/ echo 'export PATH="$PATH:/opt/node/bin"' >> ~/.bashrc
source ~/.bashrc npm install Opening a serial port:
If you have Issues.
A special thanks to CEDIA for helping create and hosting the precompiled binaries for OSX, Linux, & Windows. This makes installing ProjectLab much easier and much simpler for individuals using those platforms. Thank you.
| Back | FazBrowse Home | New Git URL |