144 LED Games Console Project


Closed Thread
Results 1 to 40 of 104

Hybrid View

  1. #1
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default Version 2

    Thanks for the comments

    Version 2 eliminates the need for the external EEPROM,
    improves Tetris scoring system (where it's worth more to get multiple rows simultaneously),
    More fixes described in the source code header.
    Cheers, Art.
    Attached Files Attached Files

  2. #2


    Did you find this post helpful? Yes | No

    Default

    Heheh, remember the the old Mattel handheld football game, I bet you could write a version of that game for your unit.

    http://www.handheldmuseum.com/Mattel/FB.htm
    Tim Barr

  3. #3
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    Hmm, I'm 35, so I might have been around for something like that, but don't remember it.
    I have made room for another game on the same chip though

  4. #4
    Join Date
    Jul 2003
    Posts
    2,405


    Did you find this post helpful? Yes | No

    Default

    From what I've seen so far - I'll bet you can come up with a boat-load of very cool games for this one.

    I'll look at making a board for it with surface mount components, and ICSP header. I think this would be a really cool board for people just starting out with PBP.
    Regards,

    -Bruce
    tech at rentron.com
    http://www.rentron.com

  5. #5
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Bruce View Post
    From what I've seen so far - I'll bet you can come up with a boat-load of very cool games for this one.

    I'll look at making a board for it with surface mount components, and ICSP header. I think this would be a really cool board for people just starting out with PBP.
    I'm thinking of an action game next, like a lo-res sideways shooter or something.
    A playable Pong would be easy, but pretty boring with fixed angles.
    I am looking at fitting as much as possible on the 16F877/A.

    If you make better hardware I really hope you'll consider selling me one
    (or at least sharing the PCB layouts, etc).

    I've got to look at making PCBs soon... Just got my first PCB kit with a pen,
    but I think I should have moved straight to the photographic kind.
    It's too much to stuff around with transfers for IC footprints, etc.
    I think I'll just try some sort of radio with these etchant resist pen type.
    Art.

  6. #6
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    Black Sharpie's are great pins for PCBs. Cheap and you can get them in several point sizes.
    Alcohol will take the ink off but the etchant will not.

    Through the hole work is easy for hand drawn work. Drill the holes first and connect the dots.
    Dave
    Always wear safety glasses while programming.

  7. #7
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    I was thinking of a surface mounted FM radio like this:
    http://www.somerset.net/arm/reprints...ecial/rss.html

    Mainly because I can't imagine doing something with pic chips if I had to draw tracks myself.
    For through mount, I imagine it's a challenge to mirror chip pinouts too.
    At least the radio would probably work

  8. #8
    Join Date
    Feb 2007
    Location
    London UK
    Posts
    5


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Art View Post
    Version 2 eliminates the need for the external EEPROM,
    improves Tetris scoring system (where it's worth more to get multiple rows simultaneously), More fixes described in the source code header.
    Cheers, Art.
    Is there a reason why the version 1 package has the files pic.bas and SCROLL.hex while the version 2 package has pic.HEX and scroll.bas - have the hex files by any chance crossed over into the wrong folders?

    I am going to make this one, for sure. It will likely be a hand-etched iron-on laser toner board, but maybe I'll use perf board. Where are you getting your proto PCB from?

    Great project by the way, well done.

  9. #9


    Did you find this post helpful? Yes | No

    Default

    Can't speak to the firmware; Art is responsible for that.

    As for the PCB, I'm still working on it (I've been slammed with work - right now I just got finished laying out a USB drive MP3 player. I'm also doing a Class D amp, a guitar effects processor, an audio mixer and a microcontroller "brain" for the lot)...

    I just finished an 8 channel RF remote control system with capacitive touch input controls for "work". I'm trying out a PCB manufacturer that posted an ad on this forum. Their prices are very good and the guy I'm dealing with has been very responsive. I should have the boards back in a week or so; I'll let everyone know how they turn out.

  10. #10
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default

    Please do!

    Thanks,
    Ioannis

  11. #11
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    The hex file is just renamed from "scroll" which is the project name in MPLAB.
    I'll upload a new schematic. The first one has an error where the transistors are.
    Unfortunately I can't edit earlier posts, so I deleted the image from the host. The parts list is correct.

    I got my protoboard from Dick Smith Electronics which is an Australian electronics store.

    Last edited by Art; - 12th March 2010 at 09:51.

  12. #12
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    Oh, Tetris is a little improved from the YouTube video too.
    Because you turn the unit vertical to play Tetris,
    characters are rotated 90 degrees and scrolled vertically, and other similar touch ups.

    I'm glad I was sitting... I know things cost more depending on where you live, etc....
    Dick Smith Electronics are getting out of the hobby electronics business.
    So an opportunity came up to purchase these:




    So I won't be worrying about the price of LEDs for a while
    Last edited by Art; - 12th March 2010 at 09:55.

  13. #13
    Join Date
    Jan 2009
    Location
    California, USA
    Posts
    323


    Did you find this post helpful? Yes | No

    Default

    Ahhh, Dick Smiths loss is your gain.
    Nice storage racks too!



    steve

  14. #14
    Join Date
    Feb 2007
    Location
    London UK
    Posts
    5


    Did you find this post helpful? Yes | No

    Default

    Thanks for the update and explanation. Art by name, art by nature.

    Good luck to mtripoli with the pcb. As is pointed out, a bridge on the power input will allow for AC or DC power of either polarity. Neat.
    Last edited by whoop_john; - 13th March 2010 at 04:49.

  15. #15
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    Just looking at the schematic again, mrtripoli has already implemented the changes I was talking about.
    I mistook the ICSP connector for an EEPROM!

    Looks like I can adopt this schematic for the final package
    Many thanks mrtripoli.

Similar Threads

  1. Conway's Game Of Life
    By wellyboot in forum mel PIC BASIC Pro
    Replies: 45
    Last Post: - 28th May 2020, 06:14
  2. new and need help
    By smeghead in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 3rd November 2008, 20:19
  3. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30
  4. can't even flash an LED
    By bruno333 in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 28th April 2005, 13:27
  5. simple LED Blinking project
    By koossa in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 11th December 2004, 01:25

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts