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.
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). |
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated ❤️.
You can learn more about how you can contribute to this project in the contribution guide.
I believe in Unicorns 🦄 Support me, if you do too.
Donate Ethereum, ADA, BNB, SHIBA, USDT, DOGE:
Wallet address: 0x3F9fA8021B43ACe578C2352861Cf335449F33427
Please let us know your contributions! 🙏
This repository is available under the MIT License.
Made with <3