Skip to content

Instantly share code, notes, and snippets.

@rickyrobinett
rickyrobinett / info.md
Last active August 29, 2015 14:15
Someone Put JavaScript in my Microcontroller!

Thanks for checking out my talk! Here are some links:

  • [Tessel] (http://tessel.io)- The Tessel homepage is a great place to find out about Tessel.
  • Tessel Projects - Check out rad projects people have built on Tessel.
  • Dog Sleep Tracker - Let me show you how to build a sleep tracker for your dog using Tessel and Twilio.

Taking pictures with Tessel:

var tessel = require('tessel');
var camera = require('camera-vc0706').use(tessel.port['A']);
package main
import (
"net/http"
"net/url"
"fmt"
"strings"
"io/ioutil"
"encoding/json"
)