The Use of Joystick Sensor

From Microduino Wiki
Revision as of 02:51, 28 October 2015 by 1304410487@qq.com (talk) (Created page with " {| style="width: 800px;" |- | ==Purpose== This tutorial will show you how to use Microduino Joystick. ==Equipment== *'''Microduino-CoreUSB''' *'''Microduino-Joystic...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Purpose

This tutorial will show you how to use Microduino Joystick.

Equipment


  • Other Hardware Equipment
    • USB cable One

Principle

The X-axis and Y-axis of the Joystick correspond two analog values. The move of X- and Y-axis changes the analog values.

Program

[MicroduinoJoyStick]

Debugging

Step 1: Plug Microduino buzzer to the D6 pin of Microduino-Sensorhub and Microduino Joystick to A2 , A3.

MicroduinoRockerControl.png


Step 2: Connect USB cable to your PC, download the code and program it to Microduino-CoreUSB.

MicroduinoRockerControl1.png


Step 3: The Joystick is in the middle after power-on.

MicroduinoRockerControl2.png


Step 4: Move Joystick X-axis and he sound frequency of the buzzer changes along with it.

MicroduinoRockerControl3.png

Result

You can control the tone of a buzzer through Joystick.

Video