Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octoblu/meshblu-j5-edison
https://github.com/octoblu/meshblu-j5-edison
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/octoblu/meshblu-j5-edison
- Owner: octoblu
- Created: 2015-05-07T23:31:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T02:02:47.000Z (over 9 years ago)
- Last Synced: 2024-04-10T18:15:31.829Z (9 months ago)
- Language: JavaScript
- Size: 190 KB
- Stars: 1
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Edison Setup
##Download latest Yocto Image for Intel Edison
http://downloadmirror.intel.com/24909/eng/edison-image-ww05-15.zip
##Follow these guidelines and come back after Setting Up Wifi
https://software.intel.com/en-us/iot/library/edison-getting-started
##Install this software
1. Following the instructions from before, get to the shell terminal on your Edison
2. Type "cd ~" and hit enter
3. Type "npm install meshblu-j5-edison" and hit enter
4. That last step will take awhile, so get some coffee.
5. After it finishes installing you need to move the contents of /node_modules/meshblu-j5-edison up to /node_app_slot
6. Type "mv node_modules/meshblu-j5-edison/* /node_app_slot" then hit enter
7. Type "reboot" and hit enter.##Set up In Octoblu
1. Log into app.octoblu.com from the same network your edison is connected through
2. Goto the "Connect" page
3. Click on "Add Node"
4. Select "Generic Device"
5. It should discover a device type "edison-io" with a UUID, select that.
6. Name it and save it.
7. Restart your edison.
8. Now you should be able to start using your edison-io node in the designer!
# johnny10