Difference between revisions of "Category:HamsterProKit/WifiSetup"
Line 3: | Line 3: | ||
By default wifi configured to wlx000f540c54e2 interface name and 192.168.1.2 address. | By default wifi configured to wlx000f540c54e2 interface name and 192.168.1.2 address. | ||
− | To customize your | + | wifi default settings: |
+ | |||
+ | '''SSID: hamster_ap_2 | ||
+ | |||
+ | WPA_PASS: hamsterHAMSTER''' | ||
+ | |||
+ | To customize your settings enter wifi-setup folder: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
Line 15: | Line 21: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | Script will set your agent static ip in 192.168.1.* subnet | + | Script will set your agent static ip in 192.168.1.* subnet and will give new SSID for new access point |
ROS1 master will be configured automatically. | ROS1 master will be configured automatically. | ||
Line 24: | Line 30: | ||
'''Note: not all wifi dongles allows you to use access point.''' | '''Note: not all wifi dongles allows you to use access point.''' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 19:25, 4 December 2019
By default wifi configured to wlx000f540c54e2 interface name and 192.168.1.2 address. wifi default settings:
SSID: hamster_ap_2
WPA_PASS: hamsterHAMSTER
To customize your settings enter wifi-setup folder:
<syntaxhighlight lang="bash"> cd wifi-setup </syntaxhighlight>
and run script:
<syntaxhighlight lang="bash"> ./wifi-setup.sh </syntaxhighlight>
Script will set your agent static ip in 192.168.1.* subnet and will give new SSID for new access point ROS1 master will be configured 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.