Close

Now Using PROGMEM

A project log for Nyan Board

A small ATtiny85 board playing the Nyan Cat tune.

dehipudeʃhipu 11/09/2015 at 22:153 Comments

Thanks to @davedarko's persistence and his #Me building projects from hackaday.io project, there is now version of this song that keeps all the note data in PROGMEM, and thus uses so little memory, that it runs on ATTiny45. The updated code is in the repository linked on the left.

Discussions

Aleksander Kawęczyński wrote 11/13/2015 at 17:25 point

Great!

You can also avoid all float variables - here modification: (compiles OK, but not tested) http://pastebin.com/0zsRLssJ

  Are you sure? yes | no

deʃhipu wrote 11/14/2015 at 00:14 point

The floats are there only in the surprise version, because it was a quick hack.

  Are you sure? yes | no

Eric Hertz wrote 11/10/2015 at 08:52 point

Ah Hah!

  Are you sure? yes | no