You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/devboard/Get started with the Dev Board.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ The Developer Board can work in the **Wired** mode and two **Wireless** modes: *
64
64
65
65
## Wired
66
66
67
-

67
+

68
68
69
69
To connect the Developer Board in **Wired** mode, do the following:
70
70
@@ -106,11 +106,11 @@ To connect the Developer Board in **Wired** mode, do the following:
106
106
107
107
### Wi-Fi access point (AP) mode
108
108
109
-

109
+

110
110
111
111
Out of the box, the Developer Board is configured to work as a **Wi-Fi access point**. This means it'll create its own Wi-Fi network to which you can connect. If your Developer Board doesn't create a Wi-Fi network, it is probably configured to work in **Wi-Fi client** mode. To reset your Developer Board back to **Wi-Fi access point** mode, press and hold the **BOOT** button for 10 seconds, then wait for the module to reboot.
112
112
113
-

113
+

114
114
115
115
To connect the Developer Board in **Wi-Fi access point** mode, do the following:
116
116
@@ -123,7 +123,7 @@ To connect the Developer Board in **Wi-Fi access point** mode, do the following:
123
123
124
124
### Wi-Fi client (STA) mode
125
125
126
-

126
+

127
127
128
128
To connect the Developer Board in **Wi-Fi client** mode, you need to configure it to connect to your Wi-Fi network by doing the following:
129
129
@@ -133,13 +133,13 @@ To connect the Developer Board in **Wi-Fi client** mode, you need to configure i
133
133
4. Select the **STA** mode and enter your network's **SSID** (name) and **password**. For convenience, you can click the **+** button to see the list of nearby networks.
134
134
5. Save the configuration and reboot the Developer Board.
135
135
136
-

136
+
![In the Wi-Fi tab, you can set the Developer Board mode]](https://github.com/user-attachments/assets/fbeea000-1117-4297-8a0d-5d580123e938)
137
137
138
138
After rebooting, the Developer Board connects to your Wi-Fi network. You can connect to the device using the mDNS name `blackmagic.local` or the IP address it got from your router (you'll have to figure this out yourself, every router is different).
139
139
140
140
After connecting to your debugger via [http://blackmagic.local](http://blackmagic.local), you can find its IP address in the **SYS** tab. You can also change the debugger's mode to **AP** or **STA** there.
141
141
142
-

142
+

143
143
144
144
## Debugging the firmware
145
145
@@ -166,7 +166,7 @@ To debug in **VSCode**, do the following:
166
166
5. If needed, flash your Flipper Zero with the `./fbt flash` command, then click the **Play** button in the debug sidebar to start the debugging session.
167
167
6. Note that starting a debug session halts the execution of the firmware, so you'll need to click the **Continue** button on the toolbar at the top of your VSCode window to continue execution.
168
168
169
-

169
+

170
170
171
171
To learn about debugging, visit the following pages:
0 commit comments