Skip to content

Commit 069bb0a

Browse files
Anton VanhouckeAnton Vanhoucke
authored andcommitted
Added images
1 parent 9a0c4ff commit 069bb0a

File tree

3 files changed

+23
-25
lines changed

3 files changed

+23
-25
lines changed

docs/tutorials/python-development-environment.md

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -33,31 +33,29 @@ Finally do `sudo reboot`.
3333
## Set up wifi ##
3434
Next I like to setup wireless networking. Robots should go untethered! Here is how. It's easy in an interactive tool call `connmanctl`. You connect once, and next time you boot, it's all configured. On my ev3dev machine it went like this:
3535

36-
```
37-
anton@ev3dev:~$ connmanctl
38-
Error getting VPN connections: The name net.connman.vpn was not provided by any
39-
connmanctl> enable wifi
40-
Enabled wifi
41-
connmanctl> scan wifi
42-
Scan completed for wifi
43-
connmanctl> services
44-
*AO Wired ethernet_b827ebbde13c_cable
45-
wifi_e8de27077de3_hidden_managed_none
46-
AH04044914 wifi_e8de27077de3_41483034303434393134_managed_psk
47-
Frissie wifi_e8de27077de3_46726973736965_managed_psk
48-
ruijgt gast wifi_e8de27077de3_7275696a67742067617374_managed_psk
49-
schuur wifi_e8de27077de3_736368757572_managed_psk
50-
connmanctl> agent on
51-
Agent registered
52-
connmanctl> connect wifi_e8de27077de3_41 # You can use the TAB key at this point to autocomplete the name
53-
connmanctl> connect wifi_e8de27077de3_41483034303434393134_managed_psk
54-
Agent RequestInput wifi_e8de27077de3_41483034303434393134_managed_psk
55-
Passphrase = [ Type=psk, Requirement=mandatory ]
56-
Passphrase? *************
57-
58-
Connected wifi_e8de27077de3_41483034303434393134_managed_psk
59-
connmanctl> quit
60-
```
36+
anton@ev3dev:~$ connmanctl
37+
Error getting VPN connections: The name net.connman.vpn was not provided by any
38+
connmanctl> enable wifi
39+
Enabled wifi
40+
connmanctl> scan wifi
41+
Scan completed for wifi
42+
connmanctl> services
43+
*AO Wired ethernet_b827ebbde13c_cable
44+
wifi_e8de27077de3_hidden_managed_none
45+
AH04044914 wifi_e8de27077de3_41483034303434393134_managed_psk
46+
Frissie wifi_e8de27077de3_46726973736965_managed_psk
47+
ruijgt gast wifi_e8de27077de3_7275696a67742067617374_managed_psk
48+
schuur wifi_e8de27077de3_736368757572_managed_psk
49+
connmanctl> agent on
50+
Agent registered
51+
connmanctl> connect wifi_e8de27077de3_41 # You can use the TAB key at this point to autocomplete the name
52+
connmanctl> connect wifi_e8de27077de3_41483034303434393134_managed_psk
53+
Agent RequestInput wifi_e8de27077de3_41483034303434393134_managed_psk
54+
Passphrase = [ Type=psk, Requirement=mandatory ]
55+
Passphrase? *************
56+
57+
Connected wifi_e8de27077de3_41483034303434393134_managed_psk
58+
connmanctl> quit
6159

6260

6361
## Set up development environment ##

images/osx/PyCharm/missing-lib.png

83.4 KB
Loading

images/osx/PyCharm/welcome.png

240 KB
Loading

0 commit comments

Comments
 (0)