Information
Item weight
Barcode
Created time
Last updated on
Item description

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();
}

Conditions
Tags

Exchange or return policy



Every item comes with a 30-day warranty. However, there are certain conditions that apply:

  1. The customer should not be responsible for any self-inflicted damage, such as incorrect power connections (for example, supplying 5V instead of the required 3.3V for a sensor).

  2. The product must be in perfect condition, without any breakage or damage caused by electricity (e.g., short circuits leading to electrical fires).

  3. The store does not accept product exchanges due to customer misunderstandings, such as purchasing the wrong size for their project or buying something without eventually using it. Customers can inquire about the product details and ensure compatibility before making a purchase by contacting us through our Line account @modulemore during business hours. Please note that there may be delays in response between 12:00 PM and 2:00 PM.

Return Policy: To initiate a product return, customers must provide the original receipt or a copy for quick verification. Returns can be sent to our store address by following these guidelines:

  1. Provide a detailed description of the damaged item(s).
  2. Mention any tests or experiments conducted by the customer.

Please note that the store reserves the right to make the final decision regarding product replacement or refund.

English

Categories

TRACK & TRACE

*Enter your order ID or email used in placing an order

OVERVIEW

Pageviews2,072,276 view(s)
Visitors1,333,002 time(s)
Last updatedSep 5, 2025

JOIN US

ร้านModuleMore
ร้านModuleMore
/www.modulemore.com/en
Join as a Member
600
Become a member of this store to receive special offers and promotions
Choose your language
Language
Currency
Change
Modify language
My orders
This seller's information
ร้านModuleMore
ModuleMore
Arduino compatible board, Iot, ESP32, ESP8266, Nodemcu, Raspberry pi, micro:bit and etc.
Mobile number : 0831710868
E-mail : paheyisoicus@gmail.com
Send message to seller
About this seller
Recently viewed items
Favourite this seller
Join as a Member
Share this page
Share this page

TOP Back to top
Contact me