Conway's Life on Arduino
Loading...
14,655
Loading...
Uploader Comments (andrewh2000)
see all
All Comments (12)
-
So i am going to try to get the code working without errors by uploading the version of arduino that this code was created in... does anyone know what version was available in Feb 2008?
-
Hy! I have this error "29: error: FrequencyTimer2.h: No such file or directory In function 'void setup()':". I don't now how to use library "frequencytimer2". Can you tell me how to do this?
-
Yes. I set a density variable in my setup routine, usually to 50 so that roughly half the LEds are lit at the start. See the video description for the code.
-
so, does it just randomly choose the starting alive dots?
Loading...
are you using any resistors?
daewootech 3 months ago
@daewootech No, but I should have. It didn't blow up but that doesn't mean it's a good idea.
andrewh2000 3 months ago
Nicely done!. What kind of breadboard is that? I like how wide it is to accomodate the led matrix.
joelhmck 1 year ago
@joelhmck Just a cheap one from Maplins (electronics shop in the UK like Radio Shack). I like the binding posts for power connections. And yes, it is quite big which helps.
andrewh2000 1 year ago
I am using a atmega 328, and the frequencylib2 won't work with this chip for me. Do you need this lib, or can another be substituted that is compatible with the 328? Please contact me through my youtube account. Thanks!
Objectivityiskey 2 years ago
@Objectivityiskey Using the 328 shouldn't make any difference - it's more likely to be the version of the Arduino IDE that you're using that's the problem.
andrewh2000 2 years ago