From 981a0a306a85fc948806fef7d1a50a43a50a2f75 Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Wed, 23 Nov 2022 10:32:06 +0100 Subject: [PATCH 1/5] Title change and some formatting --- ...-the-python-packages-in-the-Arduino-YUN-rev2.md" | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git "a/content/Hardware Support/Y\303\272n Board/How-to-Install-the-python-packages-in-the-Arduino-YUN-rev2.md" "b/content/Hardware Support/Y\303\272n Board/How-to-Install-the-python-packages-in-the-Arduino-YUN-rev2.md" index 0e273955..0ea9a960 100644 --- "a/content/Hardware Support/Y\303\272n Board/How-to-Install-the-python-packages-in-the-Arduino-YUN-rev2.md" +++ "b/content/Hardware Support/Y\303\272n Board/How-to-Install-the-python-packages-in-the-Arduino-YUN-rev2.md" @@ -1,10 +1,8 @@ --- -title: "How to Install the python packages in the Arduino YUN rev2" +title: "Use Python® with Arduino Yún Rev2" id: 360012963820 --- -## Steps - 1. Make sure, the `Bridge` library is updated with the latest version. If not, go to Arduino IDE top menu: *Sketch > Include Library > Manage Libraries*, search for 'Bridge' and update it. 2. Go to *File > Examples > Bridge> YunSerialTerminal*. @@ -20,7 +18,8 @@ id: 360012963820 ![Example location](img/yun-py3.png) 5. Send the opkg commands in Openwrt platform to install the python packages: - * opkg update - * opkg upgrade - * opkg install python - * opkg install python-pip + + * `opkg update + * `opkg upgrade` + * `opkg install python` + * `opkg install python-pip` From 9e014a38c7837207dada00b3791086b99241dae3 Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Wed, 23 Nov 2022 10:44:32 +0100 Subject: [PATCH 2/5] Updated link and generalized content --- .../How-can-I-install-processing-in-Linux.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/content/Education and Kits/CTC 101 and CTC UNO/How-can-I-install-processing-in-Linux.md b/content/Education and Kits/CTC 101 and CTC UNO/How-can-I-install-processing-in-Linux.md index f217e61b..0e46248e 100644 --- a/content/Education and Kits/CTC 101 and CTC UNO/How-can-I-install-processing-in-Linux.md +++ b/content/Education and Kits/CTC 101 and CTC UNO/How-can-I-install-processing-in-Linux.md @@ -1,6 +1,16 @@ --- -title: "How can I install processing in Linux?" +title: "Get started with Processing in CTC 101" id: 360017053660 --- -You can find the information regarding this installation is in the [reference](https://create.arduino.cc/ctc/101/course/view.php?id=250§ion=17). +When you've [registered your kit](https://support.arduino.cc/hc/en-us/articles/4407393580818-Register-an-Arduino-Education-Kit), you can learn about how to install and use Processing in the CTC 101 kit resources: + +1. Go to [ctc101.arduino.cc/resources](https://ctc101.arduino.cc/resources). +2. Type "Processing" in the search field. +3. Check these resources: + * Install Processing and examples + * Processing Android Mode examples + * Processing Android mode installation + * Processing exercises + * Processing in the browser + * Processing serial port From 43476eb050ec404e7cc22d42777671086aec4c76 Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Wed, 23 Nov 2022 10:54:48 +0100 Subject: [PATCH 3/5] Update content --- .../Where-can-I-find-my-invoice-and-activation-code.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/Education and Kits/Certification/Where-can-I-find-my-invoice-and-activation-code.md b/content/Education and Kits/Certification/Where-can-I-find-my-invoice-and-activation-code.md index a70dda2d..91cdcedb 100644 --- a/content/Education and Kits/Certification/Where-can-I-find-my-invoice-and-activation-code.md +++ b/content/Education and Kits/Certification/Where-can-I-find-my-invoice-and-activation-code.md @@ -3,6 +3,11 @@ title: "Where can I find my invoice and activation code?" id: 4405108078354 --- -Upon purchase, you will receive an email containing the invoice and the activation code. Please remember to check your spam folder if you can't find the email in your inbox. +When you purchase the Arduino certification, you will receive two emails: -You can always contact us at [acp@arduino.cc](mailto:acp@arduino.cc) if you have further questions. +* One email containing a purchase receipt. +* One email with the subject line "Thank you for purchasing Arduino Certification!". **This contains your certification code**. + +If you cannot find the email, try checking your spam folder. + +If you still need help, [contact us](https://www.arduino.cc/en/contact-us/). From d71cd7ff9e8b0784f3b27933d2d9d1cbdb9f9650 Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Wed, 23 Nov 2022 10:56:38 +0100 Subject: [PATCH 4/5] Update filenames --- ...sing-in-Linux.md => Get-started-with-Processing-in-CTC-101.md} | 0 .../Y\303\272n Board/Use-Python-with-Arduino-Y-n-Rev2.md" | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename content/Education and Kits/CTC 101 and CTC UNO/{How-can-I-install-processing-in-Linux.md => Get-started-with-Processing-in-CTC-101.md} (100%) rename "content/Hardware Support/Y\303\272n Board/How-to-Install-the-python-packages-in-the-Arduino-YUN-rev2.md" => "content/Hardware Support/Y\303\272n Board/Use-Python-with-Arduino-Y-n-Rev2.md" (100%) diff --git a/content/Education and Kits/CTC 101 and CTC UNO/How-can-I-install-processing-in-Linux.md b/content/Education and Kits/CTC 101 and CTC UNO/Get-started-with-Processing-in-CTC-101.md similarity index 100% rename from content/Education and Kits/CTC 101 and CTC UNO/How-can-I-install-processing-in-Linux.md rename to content/Education and Kits/CTC 101 and CTC UNO/Get-started-with-Processing-in-CTC-101.md diff --git "a/content/Hardware Support/Y\303\272n Board/How-to-Install-the-python-packages-in-the-Arduino-YUN-rev2.md" "b/content/Hardware Support/Y\303\272n Board/Use-Python-with-Arduino-Y-n-Rev2.md" similarity index 100% rename from "content/Hardware Support/Y\303\272n Board/How-to-Install-the-python-packages-in-the-Arduino-YUN-rev2.md" rename to "content/Hardware Support/Y\303\272n Board/Use-Python-with-Arduino-Y-n-Rev2.md" From 66aacd126f5e40dc6b102c164ffe1b2fe8402773 Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Wed, 23 Nov 2022 14:58:44 +0100 Subject: [PATCH 5/5] =?UTF-8?q?Update=20content/Hardware=20Support/Y=C3=BA?= =?UTF-8?q?n=20Board/Use-Python-with-Arduino-Y-n-Rev2.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renat0Ribeir0 <86349945+Renat0Ribeir0@users.noreply.github.com> --- .../Y\303\272n Board/Use-Python-with-Arduino-Y-n-Rev2.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/Hardware Support/Y\303\272n Board/Use-Python-with-Arduino-Y-n-Rev2.md" "b/content/Hardware Support/Y\303\272n Board/Use-Python-with-Arduino-Y-n-Rev2.md" index 0ea9a960..a0427de2 100644 --- "a/content/Hardware Support/Y\303\272n Board/Use-Python-with-Arduino-Y-n-Rev2.md" +++ "b/content/Hardware Support/Y\303\272n Board/Use-Python-with-Arduino-Y-n-Rev2.md" @@ -19,7 +19,7 @@ id: 360012963820 5. Send the opkg commands in Openwrt platform to install the python packages: - * `opkg update + * `opkg update` * `opkg upgrade` * `opkg install python` * `opkg install python-pip`