Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kb images #31

Merged
merged 5 commits into from
Aug 28, 2015
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
2 changes: 1 addition & 1 deletion blinky.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="row">
<div class="large-4 columns right">
![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/tessel-plugged.jpg)
![](http://i.imgur.com/jDRIX06.jpg)
</div>

<div class="large-8 columns">
Expand Down
33 changes: 19 additions & 14 deletions modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@

# Modules

Tessel has four module ports, labeled A, B, C, and D.

<div class="row">
<div class="large-6 columns">
<div class="large-5 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/tessel-ports.jpg)
![](http://i.imgur.com/5cpim4e.jpg)

</div>
<div class="large-6 columns">
<div class="large-7 columns">
Tessel has two module ports, labeled A and B.

In the examples below, port "A" is always specified. But as long as you change the port in the code, you can plug your module into any of the ports.
In the examples below, port "A" is always specified. But as long as you change the port in the code, you can plug your module into either of the ports.

It's best to unplug Tessel from power while plugging in modules.

Expand All @@ -21,21 +20,27 @@ At the bottom of this page are walkthroughs for the connection and installation
</div>
</div>

Modules should be plugged in so that all of the electrical components are face up and all the hexagons are face down:

<div class="row">
<div class="large-6 columns left">
<div class="large-4 columns">

<br/>
<br/>
Modules should be plugged in so that all of the electrical components are on the top and the big hexagon is face down:

</div>

<div class="large-4 columns">

#### face up
#### this side up

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/tessel-all-plugged-sm.jpg)
![](http://i.imgur.com/ROHx9nr.png)

</div>
<div class="large-6 columns right">
<div class="large-4 columns">

#### face down
#### this side down

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/tessel-all-plugged-back-sm.jpg)
![](http://i.imgur.com/vNg4gxd.png)

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/accelerometer.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Plug the accelerometer module into Tessel **port A** with the hexagon/icon side
</div>
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/modules_plugged/accelerometer.jpeg)
![](http://i.imgur.com/aaQT2wC.jpg)

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/ambient.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Plug the ambient module into Tessel **port A** with the hexagon/icon side down a
</div>
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/modules_plugged/ambient.jpeg)
![](http://i.imgur.com/RLmPhfw.jpg)

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/climate.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Plug the climate module into Tessel **port A** with the hexagon/icon side down a
</div>
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/modules_plugged/climate.jpeg)
![](http://i.imgur.com/mMAJoEZ.jpg)

</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions modules/gps.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

### Step 1

**Note:** The GPS module only works on **port C** at the moment. Port C is the most isolated from RF noise from the MCU, and having Tessel doing a lot of processing will make getting a lock harder. The time between seeing satellites and actually getting a lock is dependent on the satellite. Be in view of the open sky for best results (and even then it may take a while to get a lock). Once the module has a lock, the lock should stay for a while.
**Note:** The time between seeing satellites and actually getting a lock is dependent on the satellite. Be in view of the open sky for best results (and even then it may take a while to get a lock). Once the module has a lock, the lock should stay for a while.

Make a directory inside your "tessel-code" folder: enter `mkdir gps` into your command line, then change directory into that folder: `cd gps`

Expand All @@ -15,12 +15,12 @@ Make a directory inside your "tessel-code" folder: enter `mkdir gps` into your c
<div class="row">
<div class="large-6 columns">

Plug the GPS module into Tessel **port C** with the hexagon/icon side down and the electrical components on the top, then plug Tessel into your computer via USB.
Plug the GPS module into Tessel **port A** with the hexagon/icon side down and the electrical components on the top, then plug Tessel into your computer via USB.

</div>
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/modules_plugged/gps-portc.jpeg)
![](http://i.imgur.com/F4rOKN7.jpg)

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/ir.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Plug the IR module into Tessel **port A** with the hexagon/icon side down and th
</div>
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/modules_plugged/ir.jpeg)
![](http://i.imgur.com/okriGCr.jpg)

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Plug the relay module into Tessel **port A** with the hexagon/icon side down and
</div>
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/modules_plugged/relay.jpeg)
![](http://i.imgur.com/XKJHJEw.jpg)

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/rfid.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Plug the RFID module into Tessel **port A** with the hexagon/icon side down and
</div>
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/modules_plugged/rfid.jpeg)
![](http://i.imgur.com/aYlr7Bd.jpg)

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/servo.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Plug the servo module into Tessel **port A** with the hexagon/icon side down and
</div>
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/modules_plugged/servo.jpeg)
![](http://i.imgur.com/oiKY9md.jpg)

</div>
</div>
Expand Down