Design
HTML
CSS
JavaScript
Java
Hybrid
IoT
VR
BaaS
DB
Apple
Career
...
IoT
Design
HTML
CSS
JavaScript
Java
Hybrid
IoT
VR
BaaS
DB
Apple
Career
...
Tessel
Articles
·
Dragon Innovation
[dragoninnovation.com]
·
Home
[tessel.io]
·
Packages on npm
[npmjs.com]
·
CLI
·
grunt-tessel
·
Building The Internet of Things, With Tessel
[makeuseof.com]
·
A First Look at JavaScript on Hardware
[bendyworks.com]
·
Building a Sleep Tracker for Your Dog
[twilio.com]
·
Tessel + PubNub Power the Internet of Things
[pubnub.com]
·
Publish/Subscribe with PubNub Data Streams
·
Reddit search
[reddit.com]
Parts
·
Adafruit Industries
[adafruit.com]
·
LCDs & displays
·
RobotShop
[robotshop.com]
·
Robot Parts
·
SparkFun
[sparkfun.com]
·
Nokia 5110 (Graphic LCD - 84x48)
Tessel
·
Docs
[tessel.io]
·
NodeJS Compatibility
·
Install
[start.tessel.io]
·
Connect Tessel to Wifi
[start.tessel.io]
List available wifi networks and show your connection status
tessel wifi -l
Connect to a new network
tessel wifi -n [network name] -p [password] -s [security type*]
·
Modules
[tessel.io]
·
Hardware API
[tessel.io]
·
Firmware Releases
[github.com]
List firmware versions
tessel update --list
·
Forums
[forums.tessel.io]
·
GitHub Home
[github.com]
·
Projects
[tessel.hackster.io]
CLI
·
Commands
[tessel.io]
tessel ?
List all commands.
tessel version
Display the version of the node CLI module.
tessel version --board
Show version of the connected Tessel.
tessel logs
???
tessel push <filename> [options]
Push a file and its containing directory into flash memory - persists across power cycles. When a host computer deploys code to Tessel (either via the run or push command), the host computer bundles up the entire "project directory", including the node_modules and subfolders, and sends it to the Tessel.
tessel run <filename> [options]
tessel repl
Interactive JavaScript shell (read-eval-print loop).
tessel wifi -l
WIFI status.
tessel stop
???
tessel blink
Run test script to make LEDs blink back and forth.
tessel update [options]
List available build versions; etc.
tessel debug [script]
Runs through debug script and uploads logs.
Tutorials
·
Communication Protocols
[tessel.io]
·
DIY Module
[tessel.io]
·
Multi Module
[tessel.io]
·
Untethered
[tessel.io]
Useful Packages
·
Twilio - SMS
[twilio.github.io]