mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
make list appear better in wifi readme
This commit is contained in:
@@ -8,14 +8,14 @@ The drone will then function as follows:
|
||||
|
||||
# How to set it up
|
||||
To connect the Bebop 2 to a router:
|
||||
1. Open pprz_swarmhub.conf
|
||||
2. Write the name of the router after WIFI_SSID
|
||||
3. Start up the Bebop2 and connect to it normally with your computer's WiFi
|
||||
4. Start up the router
|
||||
5. Run connect2ssid.sh
|
||||
6. The Bebop2 should now turn off and connect to the router. To check that this happened, you can connect to the router and try to ping to it/see all connections.
|
||||
7. Add to the airframe file of the bebop, in the ap target, the following lines:
|
||||
1. Open pprz_swarmhub.conf
|
||||
2. Write the name of the router after WIFI_SSID
|
||||
3. Start up the Bebop2 and connect to it normally with your computer's WiFi
|
||||
4. Start up the router
|
||||
5. Run connect2ssid.sh
|
||||
6. The Bebop2 should now turn off and connect to the router. To check that this happened, you can connect to the router and try to ping to it/see all connections.
|
||||
7. Add to the airframe file of the bebop, in the ap target, the following lines:
|
||||
~~~~
|
||||
<configure name="HOST" value="192.168.42.$(AC_ID)" />
|
||||
<configure name="MODEM_HOST" value="192.168.42.40" />
|
||||
<configure name="HOST" value="192.168.42.$(AC_ID)" />
|
||||
<configure name="MODEM_HOST" value="192.168.42.40" />
|
||||
~~~~
|
||||
|
||||
Reference in New Issue
Block a user