Featured products
FEZ Spider Mainboard is a .NET Gadgeteer-compatible mainboard based on GHI Electronics EMX module
|
FEZ Spider Starter Kit is the first commercially available .NET Gadgeteer-compatible kit
|
Sort by
An accelerometer is an electromechanical device that measures acceleration forces
This module is used for atmospheric pressure, altitude and temperature sensing
The Bluetooth module enables Gadgeteer mainboards with a wireless connection to connect to any other Bluetooth device with SPP (Serial Port Profile), such as mobile phones and laptops
Button Module for Gadgeteer-compatible devices. This module is equipted with an on-board configurable LED.Requires socket type X or Y.
General
Schematics
Aug
This USB Camera Module can stream images as large as 320x240 with up to 20fps on smaller images.Requires socket type H and support for USB Cameras (ISO stream).
.NET Micro Framework devices — ChipworkX, EMX, EM, USBizi and FEZ
Please visit our community website www.TinyCLR.com for support.
Why join?
Comprehensive support from GHI's engineering staff and community members.
Access and contribute to projects on the TinyCLR Wiki.
Access and contribute open source drivers with TinyCLR Code.
Free tutorials with e-books available in multiple languages.
Live chat with community members and GHI's engineering staff.
Exclusive access to beta firmware releases.
Participate in exciting contests.
Coupons and free gifts.
uALFAT & USBwiz Chipsets
Please visit the contact page for dedicated support for these devices.
$(function() {
//When page loads...
$(".tab_content").hide(); //Hide all content
$("ul.tabs li:first").addClass("active").show(); //Activate first tab
$(".tab_content:first").show(); //Show first tab content
//On Click Event
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active"); //Remove any "active" class
$(this).addClass("active"); //Add "active" class to selected tab
$(".tab_content").hide(); //Hide all tab content
var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content
$(activeTab).fadeIn('fast'); //Fade in the active ID content
return false;
});
slimbox2_scan();
$('a[id|="cartBtn"]').click(function(e) {
e.preventDefault();
if (!$(this).attr('enabled')) {
$(this).attr('enabled', false);
$(this).html('Processing ...').addClass('not-enabled');
$('#cartForm').submit();
} else {
alert('Please be patient
Gadgeteer specifications include a CAN socket type which exposes the CAN TX and CAN RX digital lines
This module provides a way to use the GSM cell phone network to receive or send data
This module is designed for low field magnetic sensing with a I2C interface for applications such as compassing and magnetometry with 1°to 2°heading accuracy
This Non-Invasive Current transformer has a current turn ratio 1800:1, and a built–in sampling resistance 62Ω
320x240 3.5" Color Display Module with Touch Screen.Requires sockets type R, G, B for LCD signals and optional T for touch screen.
.NET Micro Framework devices — ChipworkX, EMX, EM, USBizi and FEZ
Please visit our community website www.TinyCLR.com for support.
Why join?
Comprehensive support from GHI's engineering staff and community members.
Access and contribute to projects on the TinyCLR Wiki.
Access and contribute open source drivers with TinyCLR Code.
Free tutorials with e-books available in multiple languages.
Live chat with community members and GHI's engineering staff.
Exclusive access to beta firmware releases.
Participate in exciting contests.
Coupons and free gifts.
uALFAT & USBwiz Chipsets
Please visit the contact page for dedicated support for these devices.
$(function() {
//When page loads...
$(".tab_content").hide(); //Hide all content
$("ul.tabs li:first").addClass("active").show(); //Activate first tab
$(".tab_content:first").show(); //Show first tab content
//On Click Event
$("ul.tabs li").click(function() {
$("ul.tabs li").removeClass("active"); //Remove any "active" class
$(this).addClass("active"); //Add "active" class to selected tab
$(".tab_content").hide(); //Hide all tab content
var activeTab = $(this).find("a").attr("href"); //Find the href attribute value to identify the active tab + content
$(activeTab).fadeIn('fast'); //Fade in the active ID content
return false;
});
slimbox2_scan();
$('a[id|="cartBtn"]').click(function(e) {
e.preventDefault();
if (!$(this).attr('enabled')) {
$(this).attr('enabled', false);
$(this).html('Processing ...').addClass('not-enabled');
$('#cartForm').submit();
} else {
alert('Please be patient