Difference between revisions of "Edison"

From wikidb
Jump to: navigation, search
Line 6: Line 6:
  
 
Other downloads  https://communities.intel.com/docs/DOC-23242
 
Other downloads  https://communities.intel.com/docs/DOC-23242
 +
 +
  EdCiMac:~ edcepp$ screen /dev/cu.usbserial-AJ035QAV 115200 -L
 +
 +
 +
 +
  Enter 0 to rescan for networks.
 +
  Enter 1 to input a hidden network SSID.
 +
  Enter a number between 2 to 4 to choose one of the listed network SSIDs: 4
 +
  Is zdome correct? [Y or N]: Y
 +
  What is the network password?: **********
 +
  Initiating connection to zdome...
 +
  Done. Network access should be available shortly, please check 'wpa_cli status'.
 +
  Connected. Please go to 10.0.0.134 in your browser to check if this is correct.
 +
  root@SugarLoaf:~# wpa_cli status
 +
  Selected interface 'wlan0'
 +
  bssid=b2:b2:dc:4c:0a:a8
 +
  ssid=zdome
 +
  id=0
 +
  mode=station
 +
  pairwise_cipher=CCMP
 +
  group_cipher=TKIP
 +
  key_mgmt=WPA2-PSK
 +
  wpa_state=COMPLETED
 +
  ip_address=10.0.0.134
 +
  address=fc:c2:de:33:14:d6
 +
  uuid=9b0ca892-ab2f-54f5-a2a8-d9c4baaadf33
 +
  root@SugarLoaf:~#

Revision as of 23:33, 13 October 2014

http://intel.com/edison/getstarted = https://communities.intel.com/docs/DOC-23147

Edison Getting Started guide - Mac https://communities.intel.com/docs/DOC-23148

Downloaded arduino-1.5.3 for Mac

Other downloads https://communities.intel.com/docs/DOC-23242

 EdCiMac:~ edcepp$ screen /dev/cu.usbserial-AJ035QAV 115200 -L


 Enter 0 to rescan for networks.
 Enter 1 to input a hidden network SSID.
 Enter a number between 2 to 4 to choose one of the listed network SSIDs: 4
 Is zdome correct? [Y or N]: Y
 What is the network password?: **********
 Initiating connection to zdome...
 Done. Network access should be available shortly, please check 'wpa_cli status'.
 Connected. Please go to 10.0.0.134 in your browser to check if this is correct.
 root@SugarLoaf:~# wpa_cli status
 Selected interface 'wlan0'
 bssid=b2:b2:dc:4c:0a:a8
 ssid=zdome
 id=0
 mode=station
 pairwise_cipher=CCMP
 group_cipher=TKIP
 key_mgmt=WPA2-PSK
 wpa_state=COMPLETED
 ip_address=10.0.0.134
 address=fc:c2:de:33:14:d6
 uuid=9b0ca892-ab2f-54f5-a2a8-d9c4baaadf33
 root@SugarLoaf:~#