-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathfaq.json
25 lines (25 loc) · 2.07 KB
/
faq.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[{
"q":"What’s changing with Tessel 2?",
"a":"New features on Tessel 2 include extremely reliable WiFi, an ethernet jack, two USB ports, and a system that runs real Node.js/io.js.<p>We’ve also added support for scaling up: board customization options, and services for embedding Tessel in a product.</p>"
},{
"q":"When will my Tessel 2 ship?",
"a":"Tessel 2 is currently shipping! You can order T2s for immediate delivery from <a href='http://www.seeedstudio.com/depot/Tessel-m-153.html'>Seeed</a>."
},{
"q":"What modules are available/compatible?",
"a":"Check out our <a href='/modules'>modules page!</a>"
}, {
"q": "How is Tessel 2 different from other development boards?",
"a": "Tessel 2 is designed for the fastest possible path to production. Plug and play modules and high-level APIs set it apart from most other development boards. Tessel doesn't expect you to set up and maintain a Linux system or track down pinout diagrams to wire up sensors (though the root shell and GPIO access are available should you desire them)."
}, {
"q": "Can I try out the Tessel platform?",
"a": "Absolutely! You can find in-person communities hacking on Tessels on our <a href='/community'>Community</a> page."
}, {
"q": "Can I use my own USB devices?",
"a": "Yes. First-party modules will have high-level APIs and be tested to ensure driver support, but you can also add your own USB devices if the drivers are compatible and/or you dive a little deeper into the OpenWrt ecosystem."
},{
"q": "Is Tessel a start-up?",
"a": "No– in fact, we're not a company at all. Originally, Tessel was produced by a start-up called Technical Machine, but it has since grown into an independent, all-volunteer organization called the <a href='//github.com/tessel/project'>Tessel Project</a>."
}, {
"q": "I have more questions! How can I contact you?",
"a": "For quick questions, we're <a href='//twitter.com/tesselproject'>@tesselproject</a> on Twitter. Longer questions are welcome on our <a href='//tessel.io/forums'>forums</a>. Questions about orders should be directed to Seeed Studio.</p>"
}]