Articles
Parts
Tessel
  • · Docs [tessel.io]
  • · 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