Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proyecto26/nodebots
Nodebots (Tessel), IoT and Azure
https://github.com/proyecto26/nodebots
iot iot-platform johnny-five node node-js nodebots nodejs robotics tessel tessel2
Last synced: 18 days ago
JSON representation
Nodebots (Tessel), IoT and Azure
- Host: GitHub
- URL: https://github.com/proyecto26/nodebots
- Owner: proyecto26
- License: mit
- Created: 2017-02-07T02:43:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T17:04:20.000Z (over 3 years ago)
- Last Synced: 2024-10-29T22:37:27.785Z (3 months ago)
- Topics: iot, iot-platform, johnny-five, node, node-js, nodebots, nodejs, robotics, tessel, tessel2
- Language: JavaScript
- Homepage: http://slides.com/juandavidnicholls/azure-iot/
- Size: 141 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/jdnichollsc/Tessel/blob/gh-pages/images/tessel2.jpg?raw=true)
# Commands
Command | Action
------------------------------------- | -----------
`npm install -g t2-cli` | Install tessel cli.
`t2 list` | Show the Tessels connected.
`t2 rename ` | Change the name of the Tessel connected.
`t2 wifi -n "" -p ""` | 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)**.## Contributing β¨
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](https://github.com/proyecto26/NodeBots/blob/master/CONTRIBUTING.md).# Supporting π»
I believe in Unicorns π¦
Support [me](http://www.paypal.me/jdnichollsc/2), if you do too.Donate **Ethereum**, **ADA**, **BNB**, **SHIBA**, **USDT**, **DOGE**:
![Wallet address](https://user-images.githubusercontent.com/2154886/123501719-84bf1900-d60c-11eb-882c-98a499cea323.png)
> Wallet address: 0x3F9fA8021B43ACe578C2352861Cf335449F33427
Please let us know your contributions! π
## License βοΈ
This repository is available under the [MIT License](https://github.com/proyecto26/NodeBots/blob/master/LICENSE).# Happy coding π―
Made with <3