Hi everyone!
I'm currently working on a project where I hope to create a game of life-style game in which I have an 8x8 array of kl257 boards, each representing a single cell on the grid. Each cell will need to communicate a character string to its 8 nearest neighbours, as well as store the information it receives from its 8 nearest neighbours. I'm having trouble finding where to start in order to achieve this 8, 2 way, neighbour communication. I've managed to set up simple two-way communication between two boards over a serial port, but at that point I run out of serial ports.
I have only very basic programming experience and absolutely zero electronics experience, and over the past few weeks have pretty much been bumbling from one disaster to the next, so it's very likely that the solution is either painfully obvious or totally impossible :P either way I'd really appreciate any help or advice
Thanks in advance,
Charlie
Hi everyone!
I'm currently working on a project where I hope to create a game of life-style game in which I have an 8x8 array of kl257 boards, each representing a single cell on the grid. Each cell will need to communicate a character string to its 8 nearest neighbours, as well as store the information it receives from its 8 nearest neighbours. I'm having trouble finding where to start in order to achieve this 8, 2 way, neighbour communication. I've managed to set up simple two-way communication between two boards over a serial port, but at that point I run out of serial ports.
I have only very basic programming experience and absolutely zero electronics experience, and over the past few weeks have pretty much been bumbling from one disaster to the next, so it's very likely that the solution is either painfully obvious or totally impossible :P either way I'd really appreciate any help or advice
Thanks in advance,
Charlie