Difference between revisions of "MagicKey"

From Wiki
Jump to: navigation, search
(Created page with "==Introduction== SunFounder Multi-Control is a multi-function controller based on the Atmel ATmega32U4. With a mini USB port, it can be connected to the PC or Raspberry Pi dir...")
 
(Upload the Code)
Line 60: Line 60:
  
 
===Upload the Code===
 
===Upload the Code===
There are three Arduino code folders in the code package download-[https://github.com/sunfounder/SunFounder_Multi_Control.git SunFounder_Multi_Control], including gamepad, keyboard, and midi. When you upload a program to the Multi-Control, it can realize the specific function. <br>
+
There are three Arduino code folders in the code package download-[https://github.com/sunfounder/SunFounder_MagicKey SunFounder_MagicKey], including gamepad, keyboard, and midi. When you upload a program to the Multi-Control, it can realize the specific function. <br>
  
 
[[File:l4.png]]<br>
 
[[File:l4.png]]<br>

Revision as of 08:04, 31 March 2018

Introduction

SunFounder Multi-Control is a multi-function controller based on the Atmel ATmega32U4. With a mini USB port, it can be connected to the PC or Raspberry Pi directly.
After powering, the PWR (power) LED keeps constant lighting. Press any key and the TX LED will blink, which indicates the key data has been sent.
The front view is as follows:

Multi-1.png

A reset switch, an ICSP 6-pin header, a Mini USB port and a touch input control. Touch input control switch is to turn the touch input on/off, to avoid unintended touch. ICSP 6-pin header is to write bootload to the chip and a mini USB port to upload the control program.

Multi-2.png

There are 6 silica gel buttons and a joystick.

Multi-3.png

Besides the buttons, there are 4 GND ports and another 10 analog touch input ports.

Multi-4.png

On the back of the board, there are 2 groups of pin headers including one group of GND, and the other corresponding to the input of the 10 keys. They are reserved for extending more control functions.

Multi-5-5.png

Check carefully, you can see the pin definition on touch input and pin headers are the same with buttons and the joystick, meaning they can realize the same functions. For example, we can connect the pins of Up, Down, Left, and Right of the touch input or pin headers to realize the same control of the 4 directions by the joystick.

Functions

The SunFounder Multi-Control can simulate the gamepad, MIDI input device, and PC keyboard.
Gamepad Mode
The operation is the same as using a general gamepad and quite suitable for the Retropie games.
Both the buttons & joystick and touch input & pin header can be applied in this mode.
MIDI Mode
Only touch input can be used in this mode. You can check mark on each touch input of tones on the back of Multi-control board.

Multi-6.png

It is used with alligator clip cables. One clip at a cable end bites the GND hole on the board and one at the other to the user. More clips connect the holes to conductors and the user inputs midi signals by touching the conductor (s). The operation and principle are quite similar with the FruitKey developed by SunFounder.
Keyboard Mode
In this mode, we make Multi-control a keyboard, which can realize the same functions. Both the joystick and buttons and the touch input and pin headers can be applied in this mode. Multi-control equals to a keyboard with 10 keys. You can self-define the key mapping by modifying the key value in the header file (later we will show you how). By default, A is mapped to the left Ctrl, B to left Alt, X to Z, Y to X, SELECT to Space, and START to Enter. The joystick acts the same as the up, down, left, and right arrow keys on the keyboard.

Features

1.Small size: 120 x 50 x 32 mm
2.Fixing Hole: M3, sizing 113mm (H) x 31mm (V)
3.Communication with the master via mini USB
4.Supply Voltage: 5V (powered by USB)
5.With 6 buttons, 1 joystick, 10 touch contacts, 10 pin headers (6 share the same IO ports with the buttons)
6.Contains 1 ICSP pin header, 1 Reset switch, and 1 Mode toggle switch.

Test

Add Library

Before uploading the code, we need to download and add Three libraries joystick and MIDIUSB first.
Open Arduino IDE, select Sketch->Include Library->Add .ZIP Library

Multi-7.png

Select joystick.zip, and click Open.

Multi-8.png

Then Include MIDIUSB library in the same way.

Upload the Code

There are three Arduino code folders in the code package download-SunFounder_MagicKey, including gamepad, keyboard, and midi. When you upload a program to the Multi-Control, it can realize the specific function.

L4.png

Here we take gamepad as an example. Take the following procedures.
Choose the board: Tools ->Board->Arduino Leonardo.

Multi-9.png

Then select Tools ->Port and select the port you just checked on Device Manager.

Multi-10.png

Click the Upload icon to upload the sketch to your board.

Multi-14.png

Wait till it’s done.

Check the Device

After the code is uploaded, check whether the device is recognized by the computer. Click Control Panel -> Hardware and Sound -> Device and Printers. Different devices will be recognized for uploading different code.
For instance, if you upload multi-control-keyboard, it will be recognized as a Keyboard.

Multi-11.png

If you upload multi-control-midi, it will be recognized as an Arduino Leonardo device.

Multi-12.png

If you upload multi-control-gamepad, it will be recognized as a gamepad.

Multi-13.png

Here we can configure the gamepad: right click on it, on the pop-up menu click Game controller settings -> Properties. Then push the stick or press any key to see the test result.

L9.pngL10.png
L11.png

Gamepad Mode

Multi-15.png.jpg

Preparations
In Gamepad Mode, a Raspberry Pi will be used with the Multi-Control to make a gamepad for RetroPie games. Besides an SD card for Raspberry Pi and a power adapter, you still need to prepare the following accessories:
1 x Multi-Control
1 x Mini USB Cable
1 x Raspberry Pi
1 x HDMI display with a cable
Procedures
1. Upload the code multi-control-gamepad to the Multi-Control
2. Download and install the image of RetropPie to the SD card. For more details, please click: https://retropie.org.uk/docs/First-Installation/
3. Connect the Raspberry Pi to Multi-Control with the Mini USB cable, power the RPi and the display, and then you can start playing games!
4. You can also use touch input or pin headers on the board’s back to make it

Keyboard Mode

In Keyboard Mode, the Multi-Control will be used as keyboard with the four positions of joystick and the buttons mapping to different keys. The key value can be modified in code.

Multi-16.png.jpg

Preparations
1 x Multi-Control Board
1 x Mini USB Cable
1 x Computer
Some plastic clay
Several Alligator Clip Cables
Procedures
1. Upload multi-control-keyboard to Multi-control
2. Now you can start to play: pull the joystick, you can play many games by using just a few buttons. Multi-Control with key mapping is enough for it.
3. You can also use touch input or pin headers on the board’s back as well.

Modify the Key Mapping of the Board To change the key mapping of the Multi-Control, you can modify the header file keymap.h in the keyboard folder.

L14.png

MIDI Mode

In MIDI Mode, the Multi-Control will be used as the input media for all kinds of virtual instruments. You can simulate a piano with bananas, or other conductors as the inputs for various instruments.
Note:A MIDI player is needed here, and a software named VMPK (Virtual MIDI Piano Keyboard) for computers and mobile devices is recommended. You can also use other similar MIDI player apps.
Preparations
- 1 x Multi-Control
- 1 x Mini USB Cable
- Several Alligator Clip Cables
- Bananas
- 1 x PC
Procedures
1. Burn multi-control-midi code to Multi-control
2. Download VMPK (or other MIDI software)
3. Connect each touch input of Multi-Control with an alligator clip cable and a banana. The tones for every touch input are marked on the back of the board.

Multi-6.png

Note: CONNECT your body and GND with an alligator clip cable.
4. Now, you can start you banana-piano show. Or find a partner to play with you, as long as you all have connected to GND of the Multi-control - that's why there are several GND holes on the board.

Change the Instruments under Midi You can change the instruments that midi simulates by modifying the midi.ino file.

L16.png

Modify the Musical Scale

L17.png

Resource

SunFounder_Multi_Control