Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Get started with Processing in CTC 101"
id: 360017053660
---

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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Original file line number Diff line number Diff line change
@@ -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*.
Expand All @@ -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`