Product Information

410-116

410-116 electronic component of Digilent

Datasheet
Joystick Human Interface Pmod™ Platform Evaluation Expansion Board

Manufacturer: Digilent
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

410-116
Digilent

1 : USD 36.3885
N/A

Obsolete
     
Manufacturer
Product Category
Product
For Use With
Features
Color
Brand
LoadingGif

Notes:- Show Stocked Products With Similar Attributes.
Image Description
240-000 electronic component of Digilent 240-000

Other Development Tools Analog Parts Kit
Stock : 1

240-037 electronic component of Digilent 240-037

Position Sensor Development Tools IR Range Sensor
Stock : 2

290-028 electronic component of Digilent 290-028

Stepper Motors Stepper Motor
Stock : 1

410-083 electronic component of Digilent 410-083

Slide Switches PmodSWT - Slide Switches
Stock : 18

410-194P-KIT electronic component of Digilent 410-194P-KIT

WiFi / 802.11 Development Tools PmodWiFi - 802.11b WiFi Interface
Stock : 1

410-279P-KIT electronic component of Digilent 410-279P-KIT

Development Board For Xilinx Z-7010 System-on-Chip
Stock : 1

410-293-B electronic component of Digilent 410-293-B

Breadboard Module DC DC Converter 2 Output 9V -9V 130mA, 130mA 4.5V - 5.5V Input
Stock : 6

410-267 electronic component of Digilent 410-267

Power Management IC Development Tools PmodSTEP - Stepper Motor Driver
Stock : 0

240-005 electronic component of Digilent 240-005

Jumper Wires 1-Pin MTE-Cable
Stock : 0

Hot 410-355 electronic component of Digilent 410-355

Magnetic Sensor Development Tools Pmod CMPS2: 3-Axis Compass
Stock : 1

Image Description
M11L061M electronic component of Apem M11L061M

Joysticks 2axis 5kohm 56deg Straight Tip Shrt
Stock : 1

CW-B1BK1A00A0 electronic component of Apem CW-B1BK1A00A0

Joysticks Mini Thumbwheel BLK 0V - 5Vout w/ tab
Stock : 15

NZAA0477 electronic component of Apem NZAA0477

Joysticks 2A HALF BOOT+LEVER NO HARNESS IP67
Stock : 1

NZAA0475 electronic component of Apem NZAA0475

Joysticks 2A HALF BOOT+LEVER NO HARNESS IP67
Stock : 0

TS-AA1U02A electronic component of Apem TS-AA1U02A

Joysticks Thmbstick Hndles 123 Mnt SngAx .5-4.5Vout
Stock : 1

67C18-8-M-040C electronic component of Grayhill 67C18-8-M-040C

Joysticks 67C18-8-M-040C
Stock : 0

67C08-8-M-020C electronic component of Grayhill 67C08-8-M-020C

Joysticks 67C08-8-M-020C
Stock : 0

60C22-M7-4-030C electronic component of Grayhill 60C22-M7-4-030C

Joysticks 60C22-M7-4-030C
Stock : 1

TW11BLK13 electronic component of Apem TW11BLK13

Switch Thumb-Pushwheel Thumbwheel Wire Lead Panel Mount
Stock : 1

G3-D12211 electronic component of OTTO G3-D12211

Joysticks G3 BICYCLE TOP NO PUSHBUTTON
Stock : 0

1300 Henley Court Pullman, WA 99163 509.334.6306 www.digilentinc.com PmodJSTK Reference Manual Revised May 24, 2016 This manual applies to the PmodJSTK rev. C Overview The PmodJSTK is designed to be a versatile peripheral module that can be used in a wide variety of projects. It contains a resistive twin axis joystick that includes a center push button along with two additional push buttons. The PmodJSTK also has two programmable LEDs located on the board that can provide additional information to the user. The PmodJSTK is ideally suited for Digilent microcontroller or FPGA based projects that require proportional control from the user, such as robotic applications. Featu res include: 2-axis resistive joystick with central push button Two additional user push buttons Two user indicator LEDs Small PCB size for flexible designs 1.8 1.3 (4.6 cm 3.3 cm) 6-pin Pmod connector with SPI interface Follows Digilent Pmod Interface Specification Type 2 Library and example code available in resource center The PmodJSTK. 1 Functional Descriptions The PmodJSTK uses an Atmel ATtiny24 microcontroller in a MLF20 package to collect information about its peripherals. The twin axis joystick uses two potentiometers to measure the current position in the x and y coordinate directions and stores the information in two 10-bit values ranging from 0 to 1023. 2 Interfacing with the Pmod The PmodJSTK communicates with the host board via the SPI communication protocol in 5 byte chunks. The first four bytes correspond to the two 10-bit values representing the X and Y coordinate directions and the last byte Copyright Digilent, Inc. All rights reserved. DOC : 502-116 Page 1 of 3 Other product and company names mentioned may be trademarks of their respective owners. PmodJSTK Reference Manual indicates the status of the three push buttons. Details on the organization of these bytes are provided a little further down in this document. The PmodJSTK will send its total of 23 bits of information to the system board through 40 clock cycles. The first two bytes received will consist of the 10-bit position of the potentiometer in the x-direction (with the Pmod arranged so that the pin header is facingu). The lower 8 bits of this 10-bit value will arrive MSB in the first byte and the remaining two MSB of the 10-bit value will arrive as the last two bits in the second byte. Similarly, the 10-bit position of the potentiometer in the y-direction (with the Pmod arranged so that the pin header is facingu). The lower 8 bits of this 10-bit value will arrive MSB in the third byte and the remaining two MSB of the 10-bit value will arrive as the last two bits in the fourth byte. The three bits representing the three push buttons arrive as the last three bits in the fifth byte where a 1 indicates that the button is pressed and a 0 indicates that the button is not being pressed. The organization of the button bits (as labeled on the silk screen of the Pmod) are arranged as follows in the fifth byte. The overall order of bytes that will be sent by the PmodJSTK to the system board will be as follows: 1 2 3 4 5 X (low) X (high) Y (low) Y (high) Buttons Table 1. Byte order sent by the PmodJSTK to the system board. As per the SPI protocol, the system board also needs to send five bytes of information to the Pmod. The first byte will contain information indicating if the two on-board LEDs should be turned on or off with the remaining four bytes ignored by the PmodJSTK. The last two bits of the first byte sent indicate the status LED2 and LED1, respectively. A pinout table for the PmodJSTK is provided below: Pin Signal Description 1 ~CS Chip Select (active low) 2 MOSI Master-Out-Slave-In 3 MISO Master-In-Slave-Out 4 SCK Serial Clock 5 GND Power Supply Ground 6 VCC Power Supply (3.3V/5V) Table 2. Pin descriptions for the PmodJSTK. Any external power applied to the PmodJSTK must be within 2.7V and 5.5V however, it is recommended that the Pmod is operated at 3.3V. Copyright Digilent, Inc. All rights reserved. Page 2 of 3 Other product and company names mentioned may be trademarks of their respective owners.

Tariff Desc

8471.60.00 -Input or output units, whether or not containing storage units in the same housing
55 No Keyboards
91 No Joystick/game pads
92 No Mouse/trackball
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