ข้อมูล
น้ำหนัก
บาร์โค้ด
ลงสินค้า
อัพเดทล่าสุด
รายละเอียดสินค้า

PRODUCT DESCRIPTION

This Joystick Gamepad shield has Nokia 5110 LCD
RF24L01 interface.

You can easily develop your Joystick games, and even communicate each other with wireless interface nRF24L01.

The shield sits on top of your Arduino and turns it into a simple controller.

It has 7 push buttons ( (4 big buttons + 2 small buttons + joystick select button ) and a two-axis thumb joystick gives you functions that of old Nintendo controllers.

High quality and reliable product.

Imported from USA

Specifications:
nRF24L01 RF interface;
Nokia 5110 LCD interface
Bluetooth interface;
I2C interface
One PS2 toystick
Working voltage: 3.3V or 5V eg. STM32

Package Included: 1 X Joystick Shield



ตัวอย่างวิดิโอแนะนำ 




แหล่งข้อมูลเพิ่มเติม


ตัวอย่าง Code Joystick shield กับ arduino UNO 


const byte PIN_ANALOG_X = 0;
const byte PIN_ANALOG_Y = 1;
const byte PIN_A = 2;
const byte PIN_B = 3;
const byte PIN_C = 4;
const byte PIN_D = 5;
const byte PIN_E = 6;
const byte PIN_F = 7;
const byte PIN_K = 8;


void setup() {
 Serial.begin(9600);

 pinMode(PIN_A, INPUT);
 digitalWrite(PIN_A, HIGH);

 pinMode(PIN_B, INPUT);
 digitalWrite(PIN_B, HIGH);

 pinMode(PIN_C, INPUT);
 digitalWrite(PIN_C, HIGH);

 pinMode(PIN_D, INPUT);
 digitalWrite(PIN_D, HIGH);

 pinMode(PIN_E, INPUT);
 digitalWrite(PIN_E, HIGH);

 pinMode(PIN_F, INPUT);
 digitalWrite(PIN_F, HIGH);

 pinMode(PIN_K, INPUT);
 digitalWrite(PIN_K, HIGH);
}

void loop() {
 Serial.print("x:");
 Serial.print(analogRead(PIN_ANALOG_X));
 Serial.print(" ");

 Serial.print("y:");
 Serial.print(analogRead(PIN_ANALOG_Y));
 Serial.print(" ");

 Serial.print("A:");
 Serial.print(digitalRead(PIN_A));
 Serial.print(" ");

 Serial.print("B:");
 Serial.print(digitalRead(PIN_B));
 Serial.print(" ");

 Serial.print("C:");
 Serial.print(digitalRead(PIN_C));
 Serial.print(" ");

 Serial.print("D:");
 Serial.print(digitalRead(PIN_D));
 Serial.print(" ");

 Serial.print("E:");
 Serial.print(digitalRead(PIN_E));
 Serial.print(" ");

 Serial.print("F:");
 Serial.print(digitalRead(PIN_F));
 Serial.print(" ");

 Serial.print("K:");
 Serial.print(digitalRead(PIN_K));
 Serial.print(" ");


 Serial.println();
}

เงื่อนไขอื่นๆ
Tags

นโยบายการเปลี่ยนหรือคืนสินค้า


สินค้าทุกชิ้นมีการรับประกัน 30 วันครับ

โดยมีเงื่อนไขต่างๆดังนี้

1. ลูกค้าไม่ได้เป็นผู้ทำเสียหายเอง อาธิเช่น การต่อไฟเลี้ยงไม่ถูกต้อง (เซนเซอร์รับ 3.3v เราใส่ 5v อันนี้ไม่ได้เนอะ)
2. สินค้าต้องอยู่ในสภาพสมบูรณ์ ไม่แตกหักหรือเสียหายจากไฟ (เช่นไฟฟ้าลัดวงจรจนไฟไหม้)
3. ทางร้านไม่รับเปลี่ยนสินค้าจากความเข้าใจผิดของลูกค้าเอง เช่น ขนาดไม่ตรงกับงานที่ใช้, หรือซื้อไว้แต่ไม่ได้ใช้งาน เป็นต้น ลูกค้าสามารถสอบถามข้อมูลสินค้าหากมีความคลุมเครือก่อนสั่งซื้อได้ในไลน์ร้าน @modulemore ตลอดวันทำการ ยกเว้นเวลา 12.00-14.00 ที่อาจมีการตอบช้าในช่วงนี้ 

การส่งคืนสินค้า
การส่งคืนสินค้าจำเป็น ต้องมีใบเสร็จหรือสำเนา เพื่อความรวดเร็วในการตรวจสอบครับ
สามารถส่งคืนได้ผ่านที่อยู่ของร้าน คลิ๊ก โดยเขียนเป็นลายลักษณ์อักษรกำกับดังนี้
1. รายละเอียดรายการเสียหาย
2. ลูกค้าได้ทดสอบอะไรไปบ้าง

ทางร้านขอสงวนสิทธิ์ในการตัดสินใจเปลี่ยนสินค้าหรือคืนเงินครับ

 
ไทย

สินค้าของเรา

เซนเซอร์/ โมดูล [323]

MEMBER ZONE

TRACK & TRACE

*ใส่ เบอร์มือถือ หรือ email ที่ใช้ในการสั่งซื้อ

OVERVIEW

หน้าที่เข้าชม2,073,048 ครั้ง
ผู้ชมทั้งหมด1,333,774 ครั้ง
ร้านค้าอัพเดท7 ก.ย. 2568

JOIN US

ร้านโมดูลมอร์
ร้านโมดูลมอร์
/www.modulemore.com/
Join เป็นสมาชิกร้าน
600
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ
Choose your language
Language
Currency
Change
เปลี่ยนภาษา
รายการสั่งซื้อของฉัน
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านโมดูลมอร์
โมดูลมอร์
ขาย arduino, diy, เรียน arduino, ทำหุ่นยนต์, ฝึกเขียนโปรแกรม, ตั้งแต่ระดับเริ่มต้นจนชำนาญ
เบอร์โทร : 0831710868
อีเมล : modulemore@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม