Skip to content

This app is a proof of concept between a nodejs server with express and johnny-five packages to interact with an arduino.

Notifications You must be signed in to change notification settings

mdaguerre/johnny-five-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

johnny-five-app


This app is a proof of concept between a nodejs server with express and johnny-five packages to interact with an arduino.

###Built With

nodejs

johnny-five

expressjs

ionic

######First you have to download and install node in your machine

#####Install johnny-five npm install johnny-five

#####Install express npm install express

#####Install ionic + cordova npm install -g cordova ionic

##To run the code

First you need to change your local ip address in the code

Go to

jhonny-app/www/js/controllers.js 

modify the postLedAction function with your local ip address in line 32
Run the node server
node app.js
Run the ionic app
cd johnny-app

ionic serve --address <local ip address>

Example:
ionic serve --address 192.168.0.100

In this moment the browser should open with the ionic app running

#####Remember this is a very early proof of concept, the app only works in a local network, great things can be done

##Arduino Setup

Schematics

About

This app is a proof of concept between a nodejs server with express and johnny-five packages to interact with an arduino.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published