Closed ellen-lau closed 2 years ago
WEEK 1: First Iteration
Thoughts:
Meeting Notes:
WEEK 2: Next Iteration Based on Comments
New board with the sun in the middle and with physical obstacles blocking more planets:
LED mapping of board:
Game Board Ratio: for reference, 3x2.5 of a ~MacBook 16"
WEEK 3:
next version (players traverse board from earth to OL, make planets smaller):
diagonal traversal ([start = top right, end = bottom left], must overlap path again to get items)
one path traversal ([start = top right, end = bottom right], pick up all the items as you go)
WEEK 4:
Some thoughts/roadblocks this week:
Resource LEDs
Since we have many LEDs on the board, the Arduino UNO's 13 pins will most likely be insufficient to power all the LEDs (5V per pin = 1-2 LEDs per pin depending on the voltage drop of each LED) so need to try using shift registers to increase the number of LEDs that can be powered
here (https://www.youtube.com/watch?v=cAT07gy4DII), 3 pins are converted into 40 digital inputs (which control 40 leds) with 5 shift registers
alternatively, we use LED strips (SMD5050) with MOSFETs (https://www.makeuseof.com/tag/connect-led-light-strips-arduino/) (https://www.amazon.ca/SMD5050-Non-Waterproof-Changing-Flexible-Controller/dp/B07QSB55HX?th=1)
Obstacle LEDs
Since obstacles aren't variable (shouldn't turn on/off) then maybe red led strips/fairy lights are better (can be embedded into board) that are powered by a static power block so they are just turned on and off when needed for V1 of this project
since the board is of a considerable size, and the LEDs are so small in comparison, if we were to do 5mm LEDs for the obstacles that are clustered/bright enough to be sensed by the rover, then that would mean a lot of LEDs
could also do some sort of static light source filtered through a clear red sheet
Mock Board:
Layout and Rover Size
Movement
Some Sketches of Rover:
WEEK 5:
Example Lights:
Board Specs:
Notes/Questions:
Lights
Board
WEEK 6:
Full Board to be printed:
Example Planet Lights
Side View
Notes:
@yeekangc @GraceJansen @mdenby FYI.
Final V1 Game Board build:
Final materials:
Create a V1 for the Space Rover Game Board