Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Tessel Starter

Tessel 2 is a robust IoT and robotics development platform. Leverage all the libraries of Node.JS to create useful devices in minutes with Tessel.

Tessel 2

Commands

Command Action
npm install -g t2-cli Install tessel cli.
t2 list Show the Tessels connected.
t2 rename <name> Change the name of the Tessel connected.
t2 wifi -n "<network>" -p "<password>" To connect to a new network. (Wifi radio on Tessel can only connect to 2.4GHz networks)
t2 provision Authorizes your computer to push code to the connected Tessel 2.
t2 update Check for a new version of the Tessel 2 firmware. If there is an update available, it will be downloaded and installed.
t2 init Initialize a Tessel project.
t2 run index.js Run the code in Tessel’s RAM (Debug the code).
t2 push index.js Deploy the code (Save the code).
t2 erase Clear the saved code.
t2 ap -n MyTessel Turn Tessel into a wireless access point (Create a local network).

Supporting

I believe in Unicorns 🦄 Support me, if you do too.

Happy coding

Made with <3

You can’t perform that action at this time.