ElecFreaks
Joystick:bit for Micro:bit
Joystick:bit is a game joystick based on Micro:bit. On the board, it has integrated a joystick and 6 undefined keys. It is very convenient for users to exten...
Get notified when back in stock
Joystick:bit is a game joystick based on Micro:bit. On the board, it has integrated a joystick and 6 undefined keys. It is very convenient for users to extend different communication modules because it has extended connectors like GVS, IIC, SPI, UART. Besides, it has built-in power switch and outer power connector. It is very good to use.

Features
- Develop Environment:Javascript / Makecode / Microsoft Touch Develop / Python.
- Support UART serial port.
- Support GVS-Octopus electric brick.
- Integrated a joystick and 6 undefined keys.
- Support the extension of IIC module.
- Support the extension of SPI module.
- Internal Power Input Voltage: DC 3.9V-4.5V
- External Power Input Voltage: DC 3.9V-18V
- Size: 103.00mm X 64.00mm
- Weight: 54 g
Application
- Support Bluetooth 4.0 device(based on micro:bit)
- Support GVS connector, compatible with modules of ElecFreaks Octopus electric brick series.
- Remote control smart cars, balance cars.
- Users can use it to develop remote control robotics, robotic arms, etc..
Upgrade

Compatible Product
It is compatible with micro:bit board. With the black connector on the top of the joystick board, you can plug micro:bit board into the slot. It fits in well with out any loose.
Definition of Pins


More Details about Some Pin Connectors
1.G / V(3.3V) / P3 / P4 / P6 are connectors for GVS electric bricks. Among it, P3 / P4 are connectors for analog / PWM / digital connectors, which can help you connect servos and various sensors conveniently.

2.UART Connector: V (3.3V) / G / TX / RX / S are serial port connectors. It is compatible with the common wireless communication modules like HC08 / HC11.

3.I2C Communication Connector: GND / VCC(3.3V) / SCL / SDA are standard I2C connector. It is compatible with 3.3V I2C sensors and devices.

4.SPI Communication Connector:V / G / CS / RS / AO / DA / CK correspond to the connector of TFT 1.8 inch LCD module. It can directly compatible with TFT 1.8 inch LCD module, including SPI communication connector on micro:bit board.

Dimension

Program
Code Example:


Press button "1", OLED displays "1".
Press button "2", OLED displays "2".
Press button "3", OLED displays "3".
Press button "4", OLED displays "4".
Press button "5", OLED displays "5".
Press button "6", OLED displays "6".
Push joystick upward along "Y" axle, OLED displays "+Y".
Push joystick downward along "Y" axle, OLED displays "-Y".
Push joystick to the left along "X" axle, OLED displays "+X".
Push joystick to the right along "X" axle, OLED displays"-X".
Packing List
1 x Joystick:bit
Jargon buster
Plain-language definitions for the technical terms used above.
- CS
- CS stands for chip select, a control pin used by SPI devices to tell which connected device should listen. It matters when you connect more than one SPI module to the same microcontroller, because each device usually needs its own CS pin.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- GND
- GND is the ground or reference connection (0 V) for a circuit. When connecting two devices together, their grounds must be joined so both agree on what counts as a low or high signal.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- LCD
- LCD stands for liquid crystal display, a screen technology that uses a backlight and liquid crystals to show images or text. It matters because LCD modules usually need a display driver and enough controller pins or a bus interface to send image data.
- OLED
- OLED stands for organic light-emitting diode, a display type where each pixel produces its own light. It matters because OLED screens are thin, high-contrast and easy to read for small status displays, but they can be more sensitive to image burn-in than some other display types.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RX
- RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- TFT
- A thin-film transistor display is a common type of colour LCD used for graphics screens. Knowing a product is for TFTs helps you check that the driver board matches the display’s connector, resolution, backlight, and signalling method.
- TX
- TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading code.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- VCC
- VCC is the positive power-supply connection on a chip or module. Connecting it to the correct supply voltage is needed for the part to power on and helps avoid damaging the electronics.
Find this product in
Related Tutorials
Free guides on learn.littlebird.com.au