Page 2 of 2

Re: Converting ASCII to Hex

Posted: Fri May 13, 2011 12:59 pm
by Spanish_dude
game_of_live_prev[] and game_of_life_next[] should be int arrays :| .

I'm going to take a look at the program. I'm sure I made int arrays ...

EDIT:
Oh my god... I did it, byte arrays... awesome...
2 weeks trying to figure out a ******* bug in the ReceiveGame macro and that was the problem...
I think I programmed all possible ways to convert ascii to hex...

I just can't believe what I'm seeing... How stupid of me !!
This is just wrong...

Re: Converting ASCII to Hex

Posted: Fri May 13, 2011 1:48 pm
by JonnyW
Happens to me all the time... Not the kind of thing you do twice though!

Good luck with your program, cellular automations are always really nice when theyre done.

Re: Converting ASCII to Hex

Posted: Fri May 13, 2011 2:26 pm
by Spanish_dude
It is done !

That was the only problem I had.
I'll see if I can make a short video.

I have 2 hardware issues, one of them is corrected with the software, the other one is a low LED intensity.
I tried changing the 500Ohm resistors to 220 Ohm but this didn't change a lot. This is also a hardware problem as the current for a row LEDs is coming from one output of a buffer instead of going into the pin.
This buffer can only output 160mA.
The LEDs are turned on by sending '0'. This should have been different, but it is working so it's not really important.

Thanks Martin, Jonny ;)

Re: Converting ASCII to Hex

Posted: Sun May 15, 2011 8:46 pm
by Spanish_dude
Hi everyone,

This is my final years project : http://www.youtube.com/watch?v=Nrz2ezQr3fY :D