Skip to content

Commit 687d63e

Browse files
committed
Updated information on the Tessel
1 parent 0f9aa58 commit 687d63e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

tutorials/iot-part0-tessel-setup/iot-part0-tessel-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ In this tutorial, you will prepare your development environment to work with a [
2323
**15 Min**.
2424

2525
---
26-
1. Sign up and join the [SAP Community Network](http://scn.sap.com). This is SAP's industry leading community where you can find out more and engage with experts all over the world. (Optional)2. Sign up for your free developer edition of [SAP HANA in the cloud or the SAP HANA Cloud Platform trial edition](http://developers.sap.com)3. Install the following tools: - [Node.js v 0.12.7](https://nodejs.org/en/blog/release/v0.12.7/) - [Google Chrome](http://www.google.com/chrome/) - [Chrome Postman extension](https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en) - Install an HTML/JavaScript editor – if you don’t have one, simply search Google for something appropriate like [Notepad++](https://notepad-plus-plus.org/), [Sublime Text](http://www.sublimetext.com/), etc... - Install a current version of [Eclipse Java EE](http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2) - Install the SAP HANA Cloud Platform plugins to our Eclipse version from the [SAP website](http://tools.hana.ondemand.com/#cloud) follow the instructions on the site for the Cloud SDK as well. - Update your Eclipse to ensure both Git and Maven plugins are in place. - Configure Server Runtimes (linking to SDK downloads)
26+
1. Sign up and join the [SAP Community Network](http://scn.sap.com). This is SAP's industry leading community where you can find out more and engage with experts all over the world. (Optional)2. Sign up for your free developer edition of [SAP HANA in the cloud or the SAP HANA Cloud Platform trial edition](http://developers.sap.com)3. Install the following tools: - [Node.js v 0.12.7](https://nodejs.org/en/blog/release/v0.12.7/)
27+
- [NodeJS 4.4.3](https://nodejs.org/en/blog/release/v4.4.3/) has recently been tried and worked with the Tessel first generation - [Google Chrome](http://www.google.com/chrome/) - [Chrome Postman extension](https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en) - Install an HTML/JavaScript editor – if you don’t have one, simply search Google for something appropriate like [Notepad++](https://notepad-plus-plus.org/), [Sublime Text](http://www.sublimetext.com/), etc... - Install a current version of [Eclipse Java EE](http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplersr2) - Install the SAP HANA Cloud Platform plugins to our Eclipse version from the [SAP website](http://tools.hana.ondemand.com/#cloud) follow the instructions on the site for the Cloud SDK as well. - Update your Eclipse to ensure both Git and Maven plugins are in place. - Configure Server Runtimes (linking to SDK downloads)
2728
## Next Steps
2829
- [Internet of Things (IoT) Setup the Tessel](http://go.sap.com/developer/tutorials/iot-part1-tessel.html)

tutorials/iot-part1-tessel/iot-part1-tessel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You should also be familiar with working with the command prompt in Windows or t
5353

5454
5. Once you create the file add the following code to it:
5555

56-
```javascript
56+
```
5757
// Import the interface to Tessel hardware
5858
var tessel = require('tessel');
5959
// Set the led pins as outputs with initial states

0 commit comments

Comments
 (0)