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

JoyStick Shield expansion board for arduino

จอยสติกสำหรับ Arduino แค่เสียบลงไป ก็สมารถใช้ Arduino ควบคุมเป็นแบบ JoyStick ได้แล้ว  ใช้งานง่ายเหมือนเป็นสวิตช์ทั่ว ๆ ไป พร้อมช่องรองรับการเชื่อมต่อแบบไร้สาย NRF24L01 และจอแสดงผล Nokia 5110 LCD


รายละเอียด JoyStick Shield expansion board for arduino

  • Add nRF24L01 RF interface
  • Add Nokia 5110 LCD interface, so very easy to game development.
  • Adding a Bluetooth module interface, convenient Bluetooth wireless serial communication.
  • Add I2C communication interface, easy connectivity to I2C devices
  • Meanwhile, JoyStick Shield with a cross PS2 joystick with buttons, there are four round buttons, 2 small buttons.
  • Provides for the Arduino joystick and buttons input expansion. Onboard switches can switch between 3.3V and 5V, can use this model for other 3.3V microcontroller platforms, such as STM32.

Map ขา nRF24L01

MOSI = D11
CSN = D10
VCC = 3V
MISO = D12
SCK = D13
CE = D9


ตัวอย่างโคด Arduino JoyStick Shield expansion board for arduino


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

วิธีการชำระเงิน

ธนาคารออมสิน สาขาเกษตรสมบูรณ์ เผื่อเรียก
บมจ. ธนาคารกสิกรไทย สาขาถนนสนามบิน (โลตัสชัยภูมิ) ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาชัยภูมิ สะสมทรัพย์
บมจ. ธนาคารกรุงไทย สาขาถนนหฤทัย ออมทรัพย์
พร้อมเพย์ สาขา- -
Scan this!
นันทวัฒน์ รัตนมงคล
065-xxxxxx-9
Accept All Banks | รับเงินได้จากทุกธนาคาร
รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านAR Robot
AR Robot
จำหน่ายอุปกรณ์ อิเล็กทรอนิกส์ , ระบบไฟฟ้า , ระบบกล้องวงจรปิด ติดตั้งระบบไฟฟ้าและเครือข่ายคอมพิวเตอร์ อุปกรณ์คอมพิวเตอร์ ระบบนิวเมติกส์ จำหน่ายอุปกรณ์หุ่นยนต์ ชิ้นส่วน 3D
เบอร์โทร : 0879185008
อีเมล : ์Nantawat21rat@gmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

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