Difference between revisions of "Category:HamsterProKit/WifiSetup"

From cogniteam
Jump to: navigation, search
Line 11: Line 11:
 
default static ip: 192.168.1.2
 
default static ip: 192.168.1.2
  
To customize your settings enter wifi-setup folder:
+
To customize your settings enter wifi-setup folder run script:  
 
 
<syntaxhighlight lang="bash">
 
cd wifi-setup
 
</syntaxhighlight>
 
 
 
and run script:
 
  
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">

Revision as of 17:13, 5 December 2019


Image pre-configured to access point.

AP default settings:

SSID: hamster_ap

WPA_PASS: hamsterHAMSTER

default static ip: 192.168.1.2

To customize your settings enter wifi-setup folder run script:

<syntaxhighlight lang="bash"> ./wifi-setup.sh </syntaxhighlight>

This script allows to change static ip in 192.168.1.* subnet, wifi interface name and AP SSID.

ROS1 master configures automatically

To recognize required interface name plug-in your wifi dongle and use command below: <syntaxhighlight lang="bash"> ip addr show </syntaxhighlight>

Note: not all wifi dongles allows you to use access point.

This category currently contains no pages or media.