Skip to content

Commit 21c99dd

Browse files
authored
Merge pull request #145 from arduino/HC-22W46-48
HC 22W46-48
2 parents 6396556 + 66aacd1 commit 21c99dd

File tree

4 files changed

+29
-15
lines changed

4 files changed

+29
-15
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Get started with Processing in CTC 101"
3+
id: 360017053660
4+
---
5+
6+
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:
7+
8+
1. Go to [ctc101.arduino.cc/resources](https://ctc101.arduino.cc/resources).
9+
2. Type "Processing" in the search field.
10+
3. Check these resources:
11+
* Install Processing and examples
12+
* Processing Android Mode examples
13+
* Processing Android mode installation
14+
* Processing exercises
15+
* Processing in the browser
16+
* Processing serial port

content/Education and Kits/CTC 101 and CTC UNO/How-can-I-install-processing-in-Linux.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/Education and Kits/Certification/Where-can-I-find-my-invoice-and-activation-code.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ title: "Where can I find my invoice and activation code?"
33
id: 4405108078354
44
---
55

6-
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.
6+
When you purchase the Arduino certification, you will receive two emails:
77

8-
You can always contact us at [[email protected]](mailto:[email protected]) if you have further questions.
8+
* One email containing a purchase receipt.
9+
* One email with the subject line "Thank you for purchasing Arduino Certification!". **This contains your certification code**.
10+
11+
If you cannot find the email, try checking your spam folder.
12+
13+
If you still need help, [contact us](https://www.arduino.cc/en/contact-us/).
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: "How to Install the python packages in the Arduino YUN rev2"
2+
title: "Use Python® with Arduino Yún Rev2"
33
id: 360012963820
44
---
55

6-
## Steps
7-
86
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.
97

108
2. Go to *File > Examples > Bridge> YunSerialTerminal*.
@@ -20,7 +18,8 @@ id: 360012963820
2018
![Example location](img/yun-py3.png)
2119

2220
5. Send the opkg commands in Openwrt platform to install the python packages:
23-
* opkg update
24-
* opkg upgrade
25-
* opkg install python
26-
* opkg install python-pip
21+
22+
* `opkg update`
23+
* `opkg upgrade`
24+
* `opkg install python`
25+
* `opkg install python-pip`

0 commit comments

Comments
 (0)