This Ethernet Module gives a Gadgeteer mainboard instant access to networks and the internet
|
This sensor measures light intensity.Requires socket type A.
.NET Gadgeteer compatible cable is
included.
General
Schematics
Jan
|
FEZ Hydra Basic Kit includes the essential modules needed to get started with FEZ Hydra.
The kit includes:
FEZ Hydra Mainboard
USB Client SP Module
LED7R Module
Joystick Module
LightSense Module
USB Cable
Design sources and porting info are found at this page.
.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() {
$('#searchBtn').click(function(event) {
if (event) event.preventDefault();
if ($('#searchText').val() == '') return;
$('#searchForm').submit();
});
//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
|
Temp&Humidity sensor module for Gadgeteer
|
Four relays are included in this module, with “NC” ports, meaning “Normally connected to COM” and “NO” ports, meaning “Normally open to COM”
|
OLED Display module for Gadgeteer
|
Turn your gadgeteer mainboard into an internet radio with a few lines of code
|
This motor driver module controls the speed and direction on 2 DC motors, up to 40V 3A
|
This Moisture Sensor can be used to detect the moisture of soil or detect if there is water around the sensor, let the plants in your garden reach out for human help
|
The 6 Green LED's can be programmed to rotate,blink,alternate, or do whatever you like them to do
|
Gyro module for Gadgeteer
|
This module includes a U-Blox Neo-6M GPS module and a simple patch antenna connected via a U.FI connector
|
This Non-Invasive Current transformer has a current turn ratio 1800:1, and a built–in sampling resistance 62Ω
|
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
|
Gadgeteer specifications include a CAN socket type which exposes the CAN TX and CAN RX digital lines
|
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
|
This module is used for atmospheric pressure, altitude and temperature sensing
|
An accelerometer is an electromechanical device that measures acceleration forces
|
This module provides access to a USB client connector and also includes a power supply, allowing the mainboard to be powered from USB. SP stands for Single Power. Note: It is highly recommended that it is used with a powered USB hub to ensure that the system gets sufficient power. Requires socket type D..NET Gadgeteer compatible cable is included.
General
Schematics
Jan
|
FEZ Hydra is a 100% open-source (hardware and software) .NET Gadgeteer compatible mainboard running .NET Micro Framework
|
Digi international offeres a verity of wireless moduels in a standard form-factor
|
This module provides a way to use the GSM cell phone network to receive or send data
|
Using this module, any of the serial UART sockets on mainboard can be converted into a virtual serial connection over USB
|
Save more than 50%, for limited time, take advantage of this special eblocks kit and empower your gadgeteer mainboard with plenty of options.The Kit Includes: EBlock Expansion Module38Khz Infrared Receiver eblockIRLED Transmitter eblockLight Sensor eblockTemperature Sensor eblockPiezo (Speaker) eblockVariable Resistor (POT) eblockButton eblockLED- Green eblockLED- Red eblockLED- Yellow eblockComplete your kit by adding this Relay eblock.This tutorial shows how all these eblocks be used
|
GHI's catalog is full of 3-pin eblocks
|
A potentiometer is good for measuring position or controlling levels.Requires socket type A.
General
Schematics
Aug
|
This Joystick Module can measure position on X and Y axes by moving the "hat"
|
Need a really long cable? Use this extender to connect 2 cables
|
With USB Host support, developers are able to read a USB Joystick, Mouse and keyboard and also able to saving/reading files off USB memory stick.GHI's USB Host support includes HUB support
|
SD and MMC cards of any size can be used with ease
|
Thanks to GHI's months of research and engineering, WiFi is available on FEZ Spider with minimal efforts to the end user
|
This Ethernet Module gives a Gadgeteer mainboard an instant access to networks and internet
|
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 smart module includes a 32bit microcontroller
|
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
|
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
|
This module provides access to USB client connector and also includes an advanced power supply, allowing the mainboard to be powered from USB or from the power jack
|
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
|
This shield provides an array of simple connections for our growing list of 3-pin E-Blocks.
|
Potentiometers (POT for short) are variable
resistors that change their resistance when the knob is rotated. This is
similar to the volume control you see on many devices.
|
This component provides analog value representing the temperature at the
tip of the NTC water resistant thermistor (included). Temperature can be measured ranging between -20 to 54 degree Celsius.
|
This eblock instantly converts any COM (serial) port to a USB connection. Windows sees this eblock as a virtual serial port so, for windows applications, this is simply a serial port on the system.
|
Piezo can be used to generate all kinds of tones. Use it as an alarm clock or to play simple melodies!
|
Use with any analog pin to measure a light's intensity.
|
Large 8mm LED (Light Emitting Diode) is available in Yellow, White, Red, and Green. A must have for any project. Use for power indication, pin status, or even a traffic light. Works with any digital pin on a FEZ.
|
Large 8mm LED (Light Emitting Diode) is available in Yellow, White, Red, and Green. A must have for any project. Use for power indication, pin status, or even a traffic light. Works with any digital pin on a FEZ.
|
Large 8mm LED (Light Emitting Diode) is available in Yellow, White, Red, and Green. A must have for any project. Use for power indication, pin status, or even a traffic light. Works with any digital pin on a FEZ.
|
|
|
|