• Tessel Board 2

EVERYTHING YOU NEED TO GET UP AND RUNNING.

  • 2 Tessel Module ports
    add sensors and actuators in one step
  • 2 USB ports
    use peripherals like cameras and 3G/4G dongles
  • 802.11bgn Wifi
    connected out of the box and wirelessly programmable
  • Ethernet
    an ultra-reliable, wired connection
  • 580MHz Mediatek MT7620n
    execute your program faster
  • 64 MB DDR2 RAM & 32 MB Flash
    plenty of space for your code
  • 48MHz Atmel SAMD21 coprocessor
    realtime I/O and better power management
  • microUSB
    power and tethered programming

PLUG & PLAY MODULE ECOSYSTEM

PROTOTYPE FAST WITH MODULAR HARDWARE.

Interact with the physical world from sensing to actuation to connecting with other devices. Each module has an open source library on NPM, with instructions and tutorials available online. It's literally plug, npm install, and play.

HIGH LEVEL HARDWARE APIS

BUILD YOUR APPLICATION IN MINUTES.

Tessel 2 runs JavaScript and supports NPM (the Node package manager)— that's HTTP, Twitter, web server, color, and async right out of the box.

 

Install
 npm install tessel -g

 

Add Library
 npm install ambient-attx4 

 

Get Online
 tessel wifi -n [ssid] -p [password] 

Tessel 2 also has the capacity to support multiple languages– see samples of Rust and Python in the tabs below.

JavaScript
Python
Rust

			
/* ambient.js example */
// this example streams sound data from // the ambient sensor every 0.5 seconds var tessel = require('tessel'); var ambientlib = require('ambient-attx4'); var WebSocket = require('ws'); // Connect to our ambient sensor. var ambient = ambientlib.use(tessel.port['A']); // Open a websocket to our app. var ws = new WebSocket('ws://awesome-app.com/ambient'); // When the connection is established ws.on('open', function () { setInterval(function () { // read some sound level data ambient.getSoundLevel(function(err, sdata) { if (err) throw err; sdata.pipe(ws); }) }, 500); // The readings will happen every .5 seconds });

Use your favorite text editor and libraries to program Tessel 2, just like any web development environment. Uploading new code is as easy as tessel run!

 

Run Code
 tessel run ambient.js

USB MODULES

Tessel has two USB ports. Plug in USB modules and control them with a simple script.

JavaScript
Python
Rust

		
/* ambient-camera.js example */
// this example records video from a camera // when a certain sound level is reached var tessel = require('tessel'); var http = require('http'); // set up camera var cameralib = require('camera-usb'); // set up ambient sensor on port A var ambient = require('ambient-attx4').use(tessel.port['A']); // set a sound trigger ambient.setSoundTrigger(0.6); cameralib.find(function(camera) { // stream some video when sound is sensed ambient.on('sound-trigger', function(){ var req = http.request({ hostname: 'example.com', path: '/upload', method: 'POST' }, function (res) { res.pipe(process.stdout) }); camera.captureStream(2000, 'mjpg').pipe(req); }); });

Combine USB and 10-pin modules and run them with the same script.

 

Write a review

Please login or register to review

Tessel Board 2

  • Brand: Tessel
  • Product Code:Seeed-Tessel-Board-2
  • Reward Points:31
  • Availability:In Stock
  • रo 3,649.74

  • Ex Tax:रo 3,093.00
  • Price in reward points:3093

Related Products

Cable USB-A male to USB Micro-B male

Cable USB-A male to USB Micro-B male

USB-A male to USB Micro-B male cable. Length = Approx 80 cm Pictures shown are for illustrat..

रo 68.44 Ex Tax:रo 58.00

Power Adapter 5V 1A USB-A out

Power Adapter 5V 1A USB-A out

Power Adapter 5V-1A with USB - A female out Max Power: 5VA Input: 100-240V AC 50/60Hz 0.15A ..

रo 88.50 रo 121.54 Ex Tax:रo 75.00

Power Adapter 5V 2A USB-A out

Power Adapter 5V 2A USB-A out

High Quality Power Adapter 5V-2A with USB - A female out Features: New Generic Universal..

रo 218.30 Ex Tax:रo 185.00

Tessel Accelerometer Module

Tessel Accelerometer Module

Detect orientation and movement of your Tessel by measuring gravity / acceleration.   Contro..

रo 1,368.80 Ex Tax:रo 1,160.00

Electric Imp - a WiFi Development board in SD form

Electric Imp - a WiFi Development board in SD form

The Imp provides an easy, integrated way to connect almost any hardware device both to other devices..

रo 3,404.30 रo 3,758.30 Ex Tax:रo 2,885.00

USB-A male to USB Micro-B male with LED Light

USB-A male to USB Micro-B male with LED Light

With a normal USB 2.0 connector on one end and a Micro USB connector on the other .This cable lets y..

रo 169.92 Ex Tax:रo 144.00

Micro USB OTG Cable - 4 Port

Micro USB OTG Cable - 4 Port

This is a multifunctional USB OTG Host Hub Adapter Cable. Compatible with all tablets and ce..

रo 519.20 Ex Tax:रo 440.00

Cable USB-A male to USB Micro-B male - Flat Noodle Type

Cable USB-A male to USB Micro-B male - Flat Noodle Type

Flat Nnoodle type USB-A male to USB Micro-B male cable. Length = Approx 1m Note: Color may v..

रo 283.20 Ex Tax:रo 240.00

Micro USB OTG Cable

Micro USB OTG Cable

Micro USB OTG Cable  ..

रo 41.30 Ex Tax:रo 35.00

Tags: Tessel 2, Linux, Board

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments