Product Information

T000060

T000060 electronic component of Arduino

Datasheet
Position Sensor Development Tools TINKERKIT GYROSCOPE 2 AXIS SENSITIVE x1

Manufacturer: Arduino
This product is classified as Large/Heavy, additional shipping charges may apply. A customer service representative may contact you after ordering to confirm exact shipping charges



Price (USD)
N/A

Obsolete
Availability Price Quantity
0 - WHS 1

MOQ : 1
Multiples : 1

Stock Image

T000060
Arduino

1 : USD 22.9208
N/A

Obsolete
0 - WHS 2

MOQ : 1
Multiples : 1

Stock Image

T000060
Arduino

1 : USD 20.8282
N/A

Obsolete
     
Manufacturer
Product Category
RoHS - XON
Icon ROHS
Brand
Cnhts
Hts Code
Product Type
Factory Pack Quantity :
Subcategory
Taric
LoadingGif

Notes:- Show Stocked Products With Similar Attributes.
Image Description
BOX FOR ARDUINO YUN electronic component of Arduino BOX FOR ARDUINO YUN

Case; Works with: A000008; Colour: turquoise
Stock : 2

TINKERKIT - PRO electronic component of Arduino TINKERKIT - PRO

Pack of different TinkerKit modules
Stock : 1

K010007 electronic component of Arduino K010007

Development Boards & Kits - AVR Arduino Starter Kit with Uno Rev 3 - Italian
Stock : 12

K020007 electronic component of Arduino K020007

Development Boards & Kits - AVR Arduino Starter kit French
Stock : 40

AKX00002SL electronic component of Arduino AKX00002SL

Development Boards & Kits - x86 CTC 101 Program - Self Learning
Stock : 1

ARDUINO MKR RGB electronic component of Arduino ARDUINO MKR RGB

Expansion board; RGB; SPI; APA102; pin header; 3.3V; 2.54mm
Stock : 1

ARDUINO MKR THERM SHIELD electronic component of Arduino ARDUINO MKR THERM SHIELD

Expansion board; temperature sensor; 1-wire, SPI; MAX31855K; 3.3V
Stock : 2

AKX00015 electronic component of Arduino AKX00015

WiFi Development Tools 802.11 Arduino CTC GO - Core module
Stock : 1

ARDUINO MKR ENV SHIELD REV2 electronic component of Arduino ARDUINO MKR ENV SHIELD REV2

Expansion board; MKR; 3.3VDC; LPS22HB,TEMT6000; analog,I2C
Stock : 4

K010007-6P electronic component of Arduino K010007-6P

Development Boards & Kits - AVR Starter Kit Classroom Pack ITALIAN
Stock : 1

Image Description
AS5115 PB electronic component of Osram AS5115 PB

Position Sensor Development Tools Programming Board
Stock : 1

IRSLIDER2EK electronic component of Silicon Labs IRSLIDER2EK

Position Sensor Development Tools EVAL BRD SLIDER SI1142
Stock : 1

AS5215 AB electronic component of ams AS5215 AB

Position Sensor Development Tools AS5215 Adapter Board
Stock : 0

SCA3100-D04-PCB electronic component of Murata SCA3100-D04-PCB

Position Sensor Development Tools 3 axis Accelerometer
Stock : 1

TRK-1T02-E electronic component of ams TRK-1T02-E

Position Sensor Development Tools TRK-1T02-E
Stock : 0

EVAL-CN0341-SDPZ electronic component of Analog Devices EVAL-CN0341-SDPZ

AD7866, AD8227, AD8615 Sensor Signal Conditioner Interface Evaluation Board
Stock : 0

DM160225 electronic component of Microchip DM160225

MTCH652 Touch Sensor Development Tool Win 7/Win 8 OS
Stock : 1

DM160217 electronic component of Microchip DM160217

Position Sensor Development Tools MGC3130-Sabrewing Evaluation Kit
Stock : 1

STEVAL-MKI045V1 electronic component of STMicroelectronics STEVAL-MKI045V1

Position Sensor Development Tools Programmers, Development Systems Eval Boards - Sensors - GYROSCOPE ADAPTER BOARD
Stock : 1

MIKROE-3669 electronic component of MikroElektronika MIKROE-3669

Position Sensor Development Tools Gyro 5 Click
Stock : 1

TinkerKit Gyroscope 2 Axis sensitivity 1X Overview A gyroscope is a device that measures orientation. It is very common in consumer electronics such as portable electronic devices and video game controllers to detect movement and rotation. Output: This module outputs 0V to 5V on one of its two signal pins when its angle is changed (e.g. is moved). The value is approximately 2.5V when there is no angle change in the X or Y axis. When you connect this module to the input on an Arduino using the TinkerKit Shield, you can expect to read values between 0 to 1023 while changing the angle of the module. Module description: on the board you ll find a green LED that signals that the module is correctly powered. The module is based on the LPR5150AL by ST Microelectronics, and is a two-axis gyroscope. This version of the module outputs the 1X pins on the chip. For more information about this please have a look at the datasheet. This module is a SENSOR. Each connector is an OUTPUT which must be connected to one of the INPUT connectors on the TinkerKit Shield. Code Example /* TinkerKit Gyroscope T000060-64 * * This sketch shows how to read this 2-axis gyroscope, * turning in a given angular velocity and then converting it * in the simplest way in an angular position (/inclination). * * Connect: the X-axis to the Analog Input Pin 0 (I0) * the Y-axis to the Analog Input Pin 1 (I1) * Optional: connect a servo to Analog Output Pin 9 (O2) * * created by Federico Vanzati / f.vanzati arduino.cc * in September 2011 * * inspired from www.arduino.cc/playground/Main/Gyro * by eric barch / ericbarch.com */ include <Servo.h> // Pin used in this example define SERVO 9 define X GYRO 0 define Y GYRO 1 define ADCresolution 4.89f // = 5000mV/1023counts: Arduino analog pins resolution expressed in mV/count define Sensitivity 0.67f // mV/dps sensitivity of the sensor, took from datasheet (4x output mode) // Conversion coefficient, we do here because is a constant so we ll not do the calculation every loop define K ADCresolution/Sensitivity // the constant define nrSamples 6 // Number of samples that we take for each measure Servo myservo // create servo object to control a servo // a maximum of eight servo objects can be created // Timing variables unsigned long time, sampleTime = 12 unsigned long printTime = 0, serialRefresh time = 500 float deltaT = (float)sampleTime*nrSamples/1000 //Gyroscope variables int roll zeroVoltage, pitch zeroVoltage int roll rawADC nrSamples , pitch rawADC nrSamples // store 3 values...just to avverage float roll rate, pitch rate // float roll angle = 0, pitch angle = 0 int c=0 // just a counter to count the samples int pos // variable to store the servo position

Tariff Desc

8543.70.00 - Other machines and apparatus Free
13 No Signal processors (graphic equalisers, crossovers etc.)
91 .. Other

9027.10.00 Instruments and apparatus for physical or chemical analysis (for example, polarimeters, refractometers, spectrometers, gas or smoke analysis apparatus); instruments and apparatus for measuring or checking viscosity, porosity, expansion, surface tension or the like; instruments and apparatus for measuring or checking quantities of heat, sound or light (including exposure meters); microtomes.

9031.80.00 - MEASURING OR CHECKING INSTRUMENTS, APPLIANCES AND MACHINES, NOT SPECIFIED OR INCLUDED ELSEWHERE IN THIS CHAPTER; PROFILE PROJECTORS Other instruments, appliances and machines Free

Looking for help? Visit our FAQ's Section to answer to all your questions

 

X-ON Worldwide Electronics

Welcome To X-ON ELECTRONICS
For over three decades, we have been advocating and shaping the electronic components industry. Our management complements our worldwide business scope and focus. We are committed to innovation, backed by a strong business foundation. If you need a trustworthy supplier of electronic components for your business – look no further.
 

Copyright ©2024  X-ON Electronic Services. All rights reserved.
Please ensure you have read and understood our Terms & Conditions before purchasing.
All prices exclude GST.

Image for all the cards that are accepted Image for all the cards that are accepted Image for all the cards that are accepted Image for all the cards that are accepted Image for all the cards that are accepted