Skip to content

Commit

Permalink
Merge pull request tessel#33 from tessel/kb-fixes
Browse files Browse the repository at this point in the history
copy edits, image, cleaner html on wifi page
  • Loading branch information
Frijol committed Sep 13, 2015
2 parents 95ff999 + b50e7a0 commit b739809
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions wifi.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Tessel 2's Wifi LED blinks with every packet it receives.
</div>
<div class="large-6 columns">

![](https://s3.amazonaws.com/technicalmachine-assets/fre+assets/wifi.JPG)
![](http://i.imgur.com/91pkDCQ.gif)

</div>
</div>
Expand All @@ -41,6 +41,9 @@ To check whether you're connected, run

This lists available wifi networks and will also show your connection status.

</div>
</div>

<hr>

<div class="row">
Expand All @@ -64,9 +67,16 @@ INFO Searching for nearby Tessels...
{% endhighlight %}

</div>
</div>

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

Want to try it out? Power Tessel by plugging it into something other than your laptop:
Want to try it out? Power Tessel by plugging it into something other than your laptop.

You can use USB power just like a phone or a Tessel 1:

Or specify `--lan` when you run code (`--usb` is the converse flag).

</div>
<div class="large-4 columns">
Expand All @@ -79,11 +89,13 @@ Want to try it out? Power Tessel by plugging it into something other than your l
![](https://s3.amazonaws.com/technicalmachine-assets/doc+pictures/tessel-plug.jpg)

</div>

</div>
<div class="row">
<div class="large-12 columns">
Now navigate to wherever you saved your blinky code.

`t2 run blinky.js`

As usual. Now watch your Tessel blink from across the room!
</div>
</div>

0 comments on commit b739809

Please sign in to comment.