Skip to content

Commit e65f1eb

Browse files
authored
Merge pull request #209 from bitcraze/toverumar/ai-deck_station_dock
Use tabs to clarify there are two ways to connect wifi
2 parents e166c05 + 65bc432 commit e65f1eb

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

src/documentation/tutorials/getting-started-with-aideck.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,34 @@ This only should take 10 seconds for the wifi example.
132132

133133
> NOTE: If the over air flashing hangs, try to [reflash the firmware and ESP again](/documentation/tutorials/getting-started-with-aideck/#update-crazyflie-and-aideck-firmware) and in case you flashed the gap8 bootloader, also flash that again with a programmer.
134134
135+
You can now connect to it in two ways
136+
{% tabgroup %}
137+
138+
{% tab Hotspot/Access point (recommended) %}
135139
In your wifi list you should see 'WiFi streaming example'. If you do, please connect to it.
140+
{% endtab %}
141+
142+
{% tab Connect to Wifi network %}
143+
To connect your ai-deck to an existing network you need to rebuild the crazyflie-firmware.
144+
Clone the repo https://github.com/bitcraze/crazyflie-firmware, open menuconfig and navigate to:
145+
Expansion deck configuration->Support the AI-deck->Wifi setup at startup->
146+
Connect to a Wifi network->Credentials for access point
147+
148+
Input your network credentials here. Build the FW and flash it over the radio.
149+
Please see the [Building and Flashing instructions](/documentation/repository/crazyflie-firmware/master/building-and-flashing/build.md) guide.
150+
151+
Check the IP address/hostname in the cfclient logs when connecting to the drone to make sure it is correctly connected to the network
152+
{% endtab %}
153+
{% endtabgroup %}
154+
136155

137156

138157
Clone the [AIdeck example repository](https://github.com/bitcraze/aideck-gap8-examples)
139158

140159
Then run:
141160
```
142161
cd examples/other/wifi-img-streamer
143-
python opencv-viewer.py
162+
python opencv-viewer.py [-n ip_address(if station)]
144163
```
145164

146165
to see the following:

0 commit comments

Comments
 (0)