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...
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.
- 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.
- 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.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
Find this product in
Related Tutorials
Free guides on learn.littlebird.com.au