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.
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
Happy coding
Made with <3
