F18: baem geim
Contents
Grading Criteria
- How well is Software & Hardware Design described?
- How well can this report be used to reproduce this project?
- Code Quality
- Overall Report Quality:
- Software Block Diagrams
- Hardware Block Diagrams
- Schematic Quality
- Quality of technical challenges and solutions adopted.
Project Title
baem geim - Snake Game Reborn
Abstract
baem geim is a revived, most amusing Snake Game where a player maneuvers a line which grows in length, with the line itself and wall as obstacle. The concept originated in the 1976 arcade game Blockade, and the ease of implementing snake has led to hundreds of versions for many platforms. This is a new version of snake game which we have developed. The player controls the dot using handheld joystick. As it moves forward, it leaves a trail behind, resembling a moving snake. The snake movement is visually displayed in real time on a 32*32 LED Matrix. The player attempts to eat randomly generated dots as fruits by running into it with the head of the snake. Each fruit eaten increases the length of the snake and controlling it becomes progressively difficult. The player loses the game if the snake runs into itself or hits the screen border. The game is designed using two SJone LPC1758 microcontroller boards one each to drive LED Matrix and Joystick module respectively. They communicate wirelessly through RF Nordic transceiver.
Objectives & Introduction
The main objective of the project is to develop a 2D single player snake game. Other milestones to achieve the objective are as below.
- Visually display the movement of the snake on LED Matrix in real time.
- Control the movement of the Snake through Joystick.
- Transmit the control data wirelessly from input to output console through Nordic transceiver.
- Design PCB for distribution of input power appropriately between two SJone boards.
The project is broadly divided into two modules.
1. Input Module: The input module connects SJone board to two-axis joystick which is used to control the snake advancement. Nordic transmitter continuously transmits control packets to the output module.
2. Output Module: The output module connects another SJone board to LED Matrix for visual display. It recursively polls to receive control packets from the input module and updates the snake movement as per user's input.
Team Members & Responsibilities
- Bharath Vyas Balasubramanyam
- Nordic Wireless Transmitter driver implementation and Driver for joystick Module
- Neeraj Dhavale
- Driver for LED Matrix and Nordic Wireless Receiver Driver Implementation
- Sudarshan Aithal
- Design, Development and Implementation of Game Algorithm
- Vignesh Kumar Venkateshwar
- PCB Design and Driver Implementation for Joystick Module
Schedule
Week# | Date | Task | Status | Actual Completion Date | |
---|---|---|---|---|---|
1 | 09/22/2018 |
|
|
| |
2 | 09/29/2018 |
|
|
| |
3 | 10/06/2018 |
|
|
| |
4 | 10/13/2018 |
|
|
|
|
5 | 10/20/2018 |
|
|
|
|
6 | 10/27/2018 |
|
|
|
|
7 | 11/03/2018 |
|
|
|
|
8 | 11/10/2018 |
|
|
|
|
8 | 11/13/2018 |
|
|
|
|
9 | 11/17/18 |
|
|
|
|
9 | 11/20/18 |
|
|
|
|
9 | 11/22/18 |
|
|
|
|
9 | 11/22/18 |
|
|
|
|
10 | 11/24/18 |
|
|
|
|
10 | 11/27/18 |
|
|
|
|
11 | 12/01/18 |
|
|
|
Parts List & Cost
Item# | Part Description | Vendor | Qty | Cost |
---|---|---|---|---|
1 | SJOne LPC1758 Microcontroller Board | Preet | 2 | $160.00 |
2 | 32x32 RGB LED Matrix | Amazon | 1 | $56.00 |
3 | 5V/4A Power Adapter | Amazon | 1 | $8.99 |
4 | DC Barrel Jack Adapter - Female | Fry's Electronics | 1 | $2.90 |
5 | Osepp Joystick Module | Fry's Electronics | 1 | $6.54 |
6 | Right Angle Mini Quad Band Antenna | Amazon | 2 | $16.52 |
7 | PCB | JLC PCB | 5 | $19.36 |
Total | - | - | $270.31 |
Design & Implementation
Hardware Design
The Hardware design for baem geim involves the use of two SJone LPC1758 microcontroller boards, 32x32 RGB LED Matrix, Joystick module and Nordic Wireless Transceiver as described below. Pin configuration information for integration with PCB and power source have been detailed.
LED Matrix
The Project uses 32x32 6mm pitch RGB LED Matrix consisting of 1024 RGB LEDs.
32 rows of LED matrix have been divided into 16 interleaved sections/strips. The first section is the 1st 'row' and 16th 'row' (32 x 2 RGB LEDs = 64 RGB LEDs) the second section is 2nd 'row' and 17th 'row' and so on.
On the PCB is 12 LED driver chips. These are like 74HC595s but they have 16 outputs and they are constant current. 16 outputs * 12 chips = 192 LEDs that can be controlled at once, and 64 * 3 (R G and B) = 192. So now the design comes together. We can have 192 outputs that can control one line at a time, with each of 192 R, G and B LEDs either on or off. The LPC1758 controller selects which section to currently draw (using A, B, C and D address pins - 4 bits can have 16 values). Once the address is set, the controller clocks out 192 bits of data (24 bytes) and latches it. Then it increments the address and clocks out another 192 bits, etc until it gets to address #15, then it sets the address back to #0.
To light up an individual pixel, appropriate row value is loaded on to the address pins A,B,C & D, Clock is set out to traverse the row
and when required pixel is reached, the latch is set high to turn ON the LED.
Technical Specification:
Dimensions: 190.5mm x 190.5mm x 14mm / 7.5" x 7.5" x 0.55"
Panel weight with IDC cables and power cable: 357.51g
5V regulated power input, 4A max (all LEDs on)
5V data logic level input
2000 mcd LEDs on 6mm pitch
1/16 scan rate
Indoor display, 150 degree visibility
Joystick
The project uses a 2-axis self centered joystick module from osepp. Its goal is to communicate motion in 2D to SJone board. This is achieved by using two independent 10K potentiometers (one per axis) which can be used as dual adjustable voltage dividers, providing 2-axis analog input in a control stick form. The Joystick stick design consists of Gimbal mechanism along with two potentiometers. When joystick is rotated, it moves a narrow rod, that sits in two rotatable shafts (Gimbal). One of the shafts allows motion in the X-axis(left-right) while the other allows motion in the Y-axis (up-down). Tilting it forward and backward pivots the Y-axis shaft, while tilting it left to right pivots X-axis shaft. Moving it diagonally pivots both shafts.
To read the joystick's physical position, we need to measure the change in resistance of potentiometer connected to each joystick shaft. The change can be read by LPC microcontroller's analog pin using ADC. With the microcontroller's 12-bit resolution, the values on each analog channel(axis) can vary from 0 to 4095. Thus, if the stick is moved on X-axis from one end to the other, the values change from 0 to 4095 and similar thing happens when it's moved along Y-axis. At Joystick's default position, its value is about 2048.
Technical Specification:
Operating voltage output : 3.3V – 5V MAX
Analog input
two 10K potentiometers with common ground per axis
Spring auto return to center on knob
Operating temp range: +32°F to +158°F (0°C to +70°C)
Unit Weight: 4 oz
Printed Circuit Board (PCB)
The PCB schematic and Layout have been designed using Eagle 9.2.2. The circuit board consists of single power supply which will be powering
- Transmitter SJone Board (5.0V)
- Receiver SJOne Board (5.0V)
The Circuit uses LM7805 Voltage regulator IC from Texas Instruments to meet the power requirements. The output of voltage regulator will be typically 5V, 1.5A thus preventing excess current to SJone boards. 9V, 4A adapter was used to power the LED Matrix. The LED Matrix which comes with dual Molex headers. Each of the two were safely connected to LED Matrix and Circuit board to power them accordingly. The circuit design has been made robust and versatile. The voltage regulator uses decoupling capacitors placed in parallel at input and output. They bypass the AC component at the input and improve the transient response at the output. Further, a diode has been connected in shunt across the regulator to provide reverse bias protection.
The circuit board also has provisions to LED Matrix, SJone board (Output Module) and Joystick module for integration.
Hardware Interface
Nordic Wireless
The project uses nRF24L01+ single chip 2.4GHZ transceiver rooted on SJone board to establish wireless communication between input and output modules. It uses embedded baseband protocol engine (Enhanced ShockBurst™), suitable for ultra low power wireless applications. The nRF24L01+ is designed for operation in the world wide ISM frequency band at 2.400 - 2.4835GHz. It is configured and operated through Serial Peripheral Interface (SPI0) of LPC1758 microcontroller. The embedded baseband protocol engine (Enhanced ShockBurst™) is based on packet communication and supports various modes from manual operation to advanced autonomous protocol operation. Internal FIFOs ensure a smooth data flow between the radio front end and the system’s MCU. Enhanced Shock-Burst™ reduces system cost by handling all the high speed link layer operations. The radio front end uses GFSK modulation. It consists of 126 different RF channels, which gives a possibility to have a network of 125 independently working modems in one place. It has a power consumption of about 12mA during transmission which is even lower than a single LED. Its operating voltage is between 1.8 and 3.7V.
Software Design and Implementation
The general game flow of our project can be represented by the following flow chart.
Tasks
The game design consists of three independent tasks. One Task pool on the user to enter the mode and has the highest priority. The second task consists of draw and logic to implement the snake. The third task repeatedly pool for joystick inputs which is the reference for the snake motion.
1. Logic task
Logic task calculates the snake body by using the snake's head as a reference. It also updates the row and column coordinates based on the Joystick task inputs. The spawning of the normal fruit,bonus fruit and evil fruit along with the subsequent conditions when any of these fruits are eaten by the snake are also handled in this task. Ultimately it checks for the game over condition.
1.1 Snake body generation
This part deals with calculating the coordinates of the snake's body. The coordinate of the snake's head at that particular instant is considered as a reference to generate the body. The current instance of snake head is copied to a register and a loop is run till the size of the snake body. Co-ordinate values at every index is pushed back by one.
The code snippet for the snake's body generation is given below:
int prevX = tailX[0]; // tailX and tailY represents co-ordinates of the snake's body int prevY = tailY[0]; tailX[0] = x; tailY[0] = y; int prev2X, prev2Y; for (int i = 1; i < nTail; i++) { prev2X = tailX[i]; prev2Y = tailY[i]; tailX[i] = prevX; tailY[i] = prevY; prevX = prev2X; prevY = prev2Y;
1.2 Snake direction
'x' and 'y' represents coordinates of the snake's head.
Depending on the direction , the snake head co-ordinates are varied accordingly. We are also considering the boundary condition for the snake in normal mode.
The below psuedo code describes the motion of the snake based on the direction provided.
switch (dir) { case LEFT: y--; if(y<0) { y=width-1; } break; case RIGHT: y++; if(y>width-1) { y=0; } break; case UP: x--; if(x<0) { x=width-1; } break; case DOWN: x++; if(x>width-1) { x=0; } break; case STOP: indexX = x; indexY = y; }
1.3 Game Over condition
For the arcade mode if the snake touches it's own body or the snake touches the wall , the gameover function is called which will print the score. For normal mode , gameover condition arises only when the snake touches it's own body.
Pseudo code
//Gameover condition for arcade mode if(snake's head touches the wall) { set 'gameover' flag to true; Gameover(); //this function displays scores } for (int i = 1; i < snake's body; i++) { if (snakes's head == snake's body) // snake eating itself { set 'gameover' flag to true; Gameover(); //this function displays scores } //Gameover condition for normal mode for (int i = 1; i < snake's body; i++) { if (snakes's head == snake's body) // snake eating itself { set 'gameover' flag to true; Gameover(); //this function displays scores }
2. Draw Task
Two LED matrix co-ordinates in a loop scale through all possible row and column combinations possible, whenever the below condition is satisfied , pixel is turned ON and everywhere else we have to make sure LED to be OFF.
Pseudo code
if (LED matrix's coordinates == snake head's coordinate) { glow_that_pixel; } else { bool print = false; for (int k = 0; k < nTail; k++) { if (LED matrix's coordinates == snake body's coordinate) { glow_those_corresponding_pixels; print = true; } } if(!print) all_other_pixels_turned_off; }
3. Joystick Task
This task receives the direction input for the joystick at delay interval of time. Nordic wireless API is used for wireless reception of the joystick's directions. We are keeping a record of previous direction of the snake movement to avoid overlapping of the snake when opposite direction is given.
pseudo code
wireless_get_rx_pkt(&direction, delay); if(direction == UP) { if(precious_direction != DOWN) //prevents conflict of opposite directions { direction = UP; precious_direction = UP; } pause_flag = false; } else if(direction == DOWN) { if(precious_direction != UP) //prevents conflict of opposite directions { direction = DOWN; precious_direction = DOWN; } pause_flag = false; } else if(direction == LEFT) { if(precious_direction != RIGHT) //prevents conflict of opposite directions { direction = LEFT; precious_direction = LEFT; } pause_flag = false; } else if(direction == RIGHT) { if(precious_direction != LEFT) //prevents conflict of opposite directions { direction = RIGHT; precious_direction = RIGHT; } pause_flag = false; } } else if(direction == RESET) //Condition to reset the game { if(gameover_flag == false && pause_flag==false) { direction = STOP; pause_flag = true; direction = previous_direction; } else if(gameover_flag == true) { clear_screen(); StartScreen(); Setup(); } }
Thumb Joystick-SJOne Board interface :
The thumb joystick communicates with the SJOne board via the ADC pins. An ADC driver is designed which enables the joystick to be interfaced with the microcontroller.Each of the 2 axes of the joystick makes use of channels 4 and 5 of the ADC respectively. Once the direction input is provided by the user, nordic wireless API wirelessly transmits this data to the other microcontroller.
Pseudo Code
void initialize_ADC_driver() { power up the ADC peripheral; make A/D converter operational; set clock frequency to 12Mhz; select channel 4 and 5; enable burst mode; set channel 4 for x-axis; set channel 5 for y-axis; } void joystick_actions() { if(x_axis_value > 3500) { set 'directions' enum to right; wireless_send(direction); // Nordic wireless 'send' API } else if(x_axis_value < 200) { set ''directions' enum to left; wireless_send(direction); } else if(y_axis_value < 3500) { set ''directions' enum to up; wireless_send(direction); } else if(y_axis_value < 200) { set ''directions' enum to down; wireless_send(direction); } else { do nothing; } }
Features
1. Game Modes: Normal Mode (Wall absent) and Arcade Mode (Wall present).
2. Game pause: Game pauses if reset button is pressed during gameplay.
3. Game reset: Game resets if reset button is pressed after game over condition.
4. Sound: Active buzzer used for generating sound during gameplay.
5. Bonus fruit: When eaten, score increases by 6 and snake's body increases by 2.
6. Evil fruit: When eaten, score decreases by 8 and snake's body increases by 2.
Testing & Technical Challenges
LED Matrix
Nordic Wireless Module
Game Algorithm
PCB
<Bug/issue name>
Discuss the issue and resolution.
Conclusion
Conclude your project here. You can recap your testing and problems. You should address the "so what" part here to indicate what you ultimately learnt from this project. How has this project increased your knowledge?
Project Video
Upload a video of your project and post the link here.
Project Source Code
References
Acknowledgement
Any acknowledgement that you may wish to provide can be included here.
References Used
List any references used in project.
Appendix
You can list the references you used.