Since MistLab current dongles are Realtek rtl8188 a firmware need to be downloaded from: http://elinux.org/images/a/a8/Rtl8192cufw.bin.zip. Nevertheless hostapd (for Access Point configuration) doesn't seem to work with this dongle on Tegra.
Since MistLab current dongles are Realtek rtl8188 a firmware need to be downloaded from: http://elinux.org/images/a/a8/Rtl8192cufw.bin.zip. Nevertheless hostapd (for Access Point configuration) doesn't seem to work with this dongle on Tegra.
## To set up an AP with Intel7260 mini-PCI
## To set up an AP with Intel7260 mini-PCI
`sudo apt-get install hostapd isc-dhcp-server` and you may need to `apt-get remove network-manager`
`sudo apt-get install hostapd isc-dhcp-server udhcpd` and you may need to `apt-get remove network-manager`
create `/etc/hostapd/hostapd.conf` with:
create `/etc/hostapd/hostapd.conf` with:
```
```
...
@@ -173,7 +173,7 @@ For ROS clients to access the drone Master,
...
@@ -173,7 +173,7 @@ For ROS clients to access the drone Master,
ROS_MASTER_URI=http://192.168.42.1:11311/
ROS_MASTER_URI=http://192.168.42.1:11311/
ROS_HOSTNAME=192.168.42.xx
ROS_HOSTNAME=192.168.42.xx
```
```
must be set in .bashrc of the client
must be set in .bashrc of the client. For more information, refer to https://cdn-learn.adafruit.com/downloads/pdf/setting-up-a-raspberry-pi-as-a-wifi-access-point.pdf