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: content/pymakr/installation/atom.md
+15-30Lines changed: 15 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,55 +11,43 @@ For beginners, users getting started with MicroPython & Pycom as well as Atom te
11
11
Please follow these steps to install the Pymakr Plugin:
12
12
13
13
1. Ensure that you have Atom installed and open.
14
-
15
14

16
15
17
-
2. Navigate to the Install page, via `Atom > Preferences > Install`
18
-
16
+
1. Navigate to the Install page, via `Atom > Preferences > Install`
19
17

20
18
21
-
3. Search for `Pymakr` and select the official Pycom Pymakr Plugin.
22
-
19
+
1. Search for `Pymakr` and select the official Pycom Pymakr Plugin.
23
20

24
21
25
-
4. You should now see and click the Install button. This will download and install the Pymakr Plugin.
26
-
22
+
1. You should now see and click the Install button. This will download and install the Pymakr Plugin.
27
23

28
24
29
-
5. That's it! You've installed the Pymakr Plugin for Atom.
30
-
25
+
1. That's it! You've installed the Pymakr Plugin for Atom.
31
26

32
27
33
28
## Connecting via Serial USB
34
29
35
30
After installing the Pymakr Plugin, you need to take a few seconds to configure it for first time use. Please follow these steps:
36
31
37
32
1. Connect your Pycom device to your computer via USB. If you are using an Expansion Board 2.0, and have just finished a firmware upgrade, be sure to **remove the wire between GND and G23** and reset your device by pressing the button.
38
-
39
33
Note: you don't need the wire for Expansion Board 3.0
40
34
41
-
2. Open Atom and ensure that the Pymakr Plugin has correctly installed.
42
-
35
+
1. Open Atom and ensure that the Pymakr Plugin has correctly installed.
43
36

44
37
45
-
3. Open the Pymakr console by clicking the `^` button, located in the lower right side of the Atom window.
46
-
38
+
1. Open the Pymakr console by clicking the `^` button, located in the lower right side of the Atom window.
These settings can also be applied on a per project basis by clicking `Settings` then `Project Settings`. This will open a JSON file which you can edit to enter your desired settings.
@@ -73,13 +61,10 @@ This process is easiest with either a Pycom Expansion Board or a Pytrack/Pysense
73
61
After installing the Pymakr Plugin, a device may be connected via the telnet interface. Please see the following steps:
74
62
75
63
1. Ensure that Pycom device is turned on
76
-
2. Connect the host computer to the WiFi Access Point named after your board (the SSID will be as follows e.g. `lopy-wlan-xxxx`, `wipy-wlan-xxxx`, etc.). The password is `www.pycom.io`.
77
-
3. Follow the steps as above in the "Connecting via Serial USB" section but
78
-
79
-
enter `192.168.4.1` as the address.
80
-
81
-
4. The default username and password are `micro` and `python`, respectively.
82
-
5. Click `Connect` in the Pymakr pane, Pymakr will now connect via telnet.
64
+
1. Connect the host computer to the WiFi Access Point named after your board (the SSID will be as follows e.g. `lopy-wlan-xxxx`, `wipy-wlan-xxxx`, etc.). The password is `www.pycom.io`.
65
+
1. Follow the steps as above in the "Connecting via Serial USB" section but
66
+
enter `192.168.4.1` as the address.
67
+
1. The default username and password are `micro` and `python`, respectively.
68
+
1. Click `Connect` in the Pymakr pane, Pymakr will now connect via telnet.
0 commit comments