Difference between revisions of "Category:HamsterProKit/WifiSetup"

From cogniteam
Jump to: navigation, search
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:HamsterProKit]]
 
[[Category:HamsterProKit]]
 +
Image pre-configured to access point.
  
 +
AP default settings:
  
By default wifi configured to wlx000f540c54e2 interface name and 192.168.1.2 address.
+
'''SSID: hamster_ap'''
To customize your wifi settings enter wifi-setup folder:  
 
  
<syntaxhighlight lang="bash" line='line'>
+
'''WPA_PASS: hamsterHAMSTER'''
cd wifi-setup
+
 
 +
default static ip: 192.168.1.2
 +
 
 +
To customize your settings run script:
 +
 
 +
<syntaxhighlight lang="bash">
 +
wifi-setup.sh
 
</syntaxhighlight>
 
</syntaxhighlight>
  
and run script:
+
This script allows to change static ip in 192.168.1.* subnet, wifi interface name and AP SSID.
  
<syntaxhighlight lang="bash" line='line'>
+
ROS1 master configures automatically
./wifi-setup.sh
 
</syntaxhighlight>
 
  
 
To recognize required interface name plug-in your wifi dongle and use command below:
 
To recognize required interface name plug-in your wifi dongle and use command below:
<syntaxhighlight lang="bash" line='line'>
+
<syntaxhighlight lang="bash">
 
ip addr show
 
ip addr show
 
</syntaxhighlight>
 
</syntaxhighlight>
  
 
'''Note: not all wifi dongles allows you to use access point.'''
 
'''Note: not all wifi dongles allows you to use access point.'''

Latest revision as of 17:14, 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 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.