pxt-calliope/docs/projects/telegraph/make.md

76 lines
1.5 KiB
Markdown
Raw Normal View History

# Make
2016-10-04 07:32:27 +02:00
## ~avatar
2016-10-04 07:32:27 +02:00
2016-11-02 01:44:37 +01:00
Let's build a telegraph between two @boardname@s.
2016-10-04 07:32:27 +02:00
## ~
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/telegraph-0.png)
## Materials
* 2 @boardname@s, a battery holder, and 2 AAA batteries
* 4 crocodile clips
2016-10-04 07:32:27 +02:00
## Steps
### Step 1
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/banana-keyboard-1.png)
Connect the end of the **1st** crocodile clip to the **GND** pin on the @boardname@.
2016-10-04 07:32:27 +02:00
### Step 2
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/ornament-chain-2.png)
Connect the end of the **2nd** crocodile clip to the **3V** pin on the @boardname@.
2016-10-04 07:32:27 +02:00
### Step 3
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/ornament-chain-3.png)
Connect the end of the **3rd** crocodile clip to pin **1** of the @boardname@.
2016-10-04 07:32:27 +02:00
### Step 4
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/ornament-chain-4.png)
Connect the end of the **4th** crocodile clip to pin **2** of the @boardname@.
2016-10-04 07:32:27 +02:00
### Step 5
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/ornament-chain-5.png)
Connect the other end of the **1st** crocodile clip to the **GND** on the second @boardname@.
2016-10-04 07:32:27 +02:00
### Step 6
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/ornament-chain-6.png)
Connect the other end of the **2nd** crocodile clip to the **3V** pin on the second @boardname@.
2016-10-04 07:32:27 +02:00
### Step 7
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/ornament-chain-7.png)
Connect the other end of the **3rd** crocodile clip to pin **2** of the second @boardname@.
2016-10-04 07:32:27 +02:00
### Step 8
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/ornament-chain-8.png)
Connect the other end of the **4th** crocodile clip to pin **1** of the second @boardname@.
2016-10-04 07:32:27 +02:00
### Step 9
2016-10-04 07:32:27 +02:00
![](/static/mb/lessons/telegraph-0.png)
## ~button /projects/telegraph/code
2016-10-04 07:32:27 +02:00
NEXT: Code
2016-10-04 07:32:27 +02:00
## ~