JU Beats
Jubeat (ユビート Yubīto?), stylized as jubeat, is a series of arcade music video games developed by Konami Computer Entertainment Japan, and is a part of Konami's Bemani line of music video games. The series uses an arrangement of 16 buttons in a 4x4 grid for gameplay, a grid also used for the displaying of cues and part of the user interface.
The uLCD is divided into nine sections, each of them corresponding to one square on the touch pad. When the music starts. All you have to do is touch the pad indicated on the screen. If you reach it fast enough, the square will turn green and disappear. If you do it too slow, the square will turn red and points will be deducted. The final score of the game will be shown at the end of the game, along with the choice to play it again.
The VS1002 MP3 Decoder will decode the mp3 file store in a SD card. This choice will increase the sound quality dramatically to make the game more enjoyable. There will be two SD card needed, one in the uLCD module, which is for movie playing at the beginning of the game. another one is in the SD card reader module, which is where the soundtrack file located.
The power consumption of all the parts in this design is not significantly high, therefore the power from the mbed can handle it pretty well. However, the speaker can play the sound more clearly if an external power supply is utilized. This will allow the speaker to produce the sound at its full potential and make the sound quality better.
Wiring Guide
VS1053 | mBed |
---|---|
CS | p14 |
SCLK | p13 |
SI | p11 |
SO | p12 |
VCC | 3.3V |
GND | GND |
BSYNC | p21 |
DREQ | p22 |
RESET | p23 |
Speaker | VS1053 |
---|---|
Positive | Left |
Negative | GBUF |
mBed | MicroSD |
---|---|
p6 | DO |
GND | GND |
p7 | SCK |
3.3V | VCC |
p5 | DI |
p8 | CS |
mBed | MPR121 |
---|---|
GND | GND |
p9 | SDA(Pull Up 1k) |
p10 | SCL(Pull Up 1k) |
p26 | IRQ |
3.3V | VCC |
mBed | uLCD |
---|---|
Vu | +5V |
p27 | TX |
p28 | RX |
GND | GND |
p30 | RES |
Code
Import programJuBeat_Game
Jubeat (ユビート Yubīto?), stylized as jubeat, is a series of arcade music video games developed by Konami Computer Entertainment Japan, and is a part of Konami's Bemani line of music video games. The series uses an arrangement of 16 buttons in a 4x4 grid for gameplay, a grid also used for the displaying of cues and part of the user interface.
The video link
Please log in to post comments.