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/pybytes/_index.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ With Pybytes you have control over your device's data stream and more:
18
18
19
19
In a nutshell, Pybytes is an environment designed to optimise your IoT applications when using Pycom boards.
20
20
21
+
{{<youtubep14NOueBzL4>}}
22
+
21
23
## What does Pybytes offer you?
22
24
23
25
* Data Visualisation: The Pybytes dashboard is customisable, allowing you to freely set up key performance indicators and time series data from all your sensors.
@@ -26,9 +28,9 @@ In a nutshell, Pybytes is an environment designed to optimise your IoT applicati
26
28
* Firmware updates over the air: Upgrade or downgrade firmware versions with our exclusive firmware update.
27
29
* Track your assets position: Google Maps API means you can track your device's geolocation.
28
30
29
-
> Note: If the [Pybytes website](https://pybytes.pycom.io/) seems to be down for you, do not worry!
31
+
> Note: If the [Pybytes website](https://pybytes.pycom.io/) seems to be down for you, do not worry!
30
32
> * In Chrome, open developer settings using F12, click on the `Application` tab and `Service workers` next to the gear icon. Then, open the menu `service workers from other origins` and click `unregister`. That should solve the problem!
31
-
33
+
32
34
## Let's get started!
33
35
34
36
@@ -37,3 +39,11 @@ In a nutshell, Pybytes is an environment designed to optimise your IoT applicati
37
39
*[Visualise data from your device](/pybytes/dashboard/)
38
40
*[LoRa Servers](/pybytes/lora/)
39
41
*[Integrations with external services](/pybytes/integrations/)
Copy file name to clipboardExpand all lines: content/pybytes/pymakr-online/_index.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ aliases:
4
4
- pymakr-online/introduction
5
5
---
6
6
7
-
On this page, we discuss the functionality of Pymakr Online.
7
+
On this page, we discuss the functionality of Pymakr Online.
8
8
9
9
## What is Pymakr Online?
10
10
@@ -17,14 +17,20 @@ Pymakr Online is an online IDE for your MicroPython projects. We brought our Pym
17
17
* Import from multiple sources (blank/device/project/Github repository), export to a zip file/device/project
18
18
* Device activity indicator: track what's going between Pymakr Online and your device.
19
19
20
+
{{<youtubeqydlJKRDzFs>}}
21
+
22
+
## Pymakr Git Demo
23
+
24
+
{{<youtube -yIdZmY6N3g>}}
25
+
20
26
## Let's get started!
21
27
22
-
There are two ways in which you can use Pymakr online.
28
+
There are two ways in which you can use Pymakr online.
23
29
1. Go to [your device](https://pybytes.pycom.io/devices) and select the `Pymakr Online` tab. This method allows you to make quick changes to the Python code on your device and upload it. This is the method we use below.
2. Start a new project on the [Pymakr](https://pybytes.pycom.io/pymakr) tab in Pybytes. There are several different types you can choose from, including a link to your Github repository! Later, we can link the project to a release.
33
+
2. Start a new project on the [Pymakr](https://pybytes.pycom.io/pymakr) tab in Pybytes. There are several different types you can choose from, including a link to your Github repository! Later, we can link the project to a release.
@@ -36,10 +42,10 @@ There are two ways in which you can use Pymakr online.
36
42
37
43
38
44
* On the left we see the files. Depending on where you started, the online environment will first load with the files you last used. If the device is online, it will automatically try to `Refresh Hierarcy` and synchronise the content. You can click the `Refresh Hierarcy` icon next to your device name to manually update the online filestructure. The online editor will automatically try to connect.
39
-
* In the top right, the connection status is displayed. Every so often, you will see a ping being sent out to the device to check if it is still connected. If you started pymakr from a project, you will also see the `Save/Export` button here as well.
40
-
* And finally, on the bottom, the REPL is displayed, this works exactly the same as the REPL you are used to in VSCode or Atom. Everything you type in there will be duplicated to the REPL over USB.
45
+
* In the top right, the connection status is displayed. Every so often, you will see a ping being sent out to the device to check if it is still connected. If you started pymakr from a project, you will also see the `Save/Export` button here as well.
46
+
* And finally, on the bottom, the REPL is displayed, this works exactly the same as the REPL you are used to in VSCode or Atom. Everything you type in there will be duplicated to the REPL over USB.
41
47
42
-
2. Open the `main.py` file, or, when not available, create one by right clicking on the device name to `Create File`. Here, we can write our own python code in the main editor. You can use the example we added below to try it out.
48
+
2. Open the `main.py` file, or, when not available, create one by right clicking on the device name to `Create File`. Here, we can write our own python code in the main editor. You can use the example we added below to try it out.
@@ -61,15 +67,15 @@ There are two ways in which you can use Pymakr online.
61
67
62
68
>Note that if you make a syntax error, the device will come back online but not throw any error in the REPL.
63
69
64
-
## Creating a Project
70
+
## Creating a Project
65
71
66
-
1. Now that you know how to use the Pymakr Online environment, we can create a project (if you have not already). If you just followed the example above, go to the [Pymakr](https://pybytes.pycom.io/pymakr#) tab and click on `Import from Existing Device`.
72
+
1. Now that you know how to use the Pymakr Online environment, we can create a project (if you have not already). If you just followed the example above, go to the [Pymakr](https://pybytes.pycom.io/pymakr#) tab and click on `Import from Existing Device`.
2. Select your device and either `Retrieve from Cloud` or `Request from device`, depending on where the latest version of your code is. This will load the hierarchy and bring up the Pymakr Online interface.
76
+
2. Select your device and either `Retrieve from Cloud` or `Request from device`, depending on where the latest version of your code is. This will load the hierarchy and bring up the Pymakr Online interface.
71
77
72
-
3. Make your changes and then click the `Save/Export` button, this offers three options. This time, we use `Include in Release`. It will ask us to create a new project, or add to an already existing project.
78
+
3. Make your changes and then click the `Save/Export` button, this offers three options. This time, we use `Include in Release`. It will ask us to create a new project, or add to an already existing project.
6. In the next screen, it asks for the WiFi network you want to use, select the one that is most convenient for you.
86
92
87
93
7. Now that we have successfully create a project. Using projects, you can add unlimited devices and keep them all up-to-date Over The Air (OTA) with new Pybytes configuration files, Python code or update the firmware.
Copy file name to clipboardExpand all lines: content/pybytes/releases/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ aliases:
6
6
### What is the release?
7
7
Each **Pybytes** project contains list of devices. You can update the devices **code**, **network configurations** and/or **firmware version** using a **release** version.
8
8
9
+
{{<youtubeJSNTZDHKm5M>}}
10
+
9
11
### What is included in the release?
10
12
Each **Release** can contains one or more of the following:
0 commit comments