From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9d4129b011f14c7a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!news.mixmin.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: A very Hacky Holidays Date: Wed, 22 Dec 2010 18:30:58 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <20101220232150.2d248a2a.tero.koskinen@iki.fi> Injection-Date: Wed, 22 Dec 2010 18:30:58 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="1687"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/i2n7f27f4W2pgtyVsPemK4LTdsnkafZc=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:DuRQlv+ZPY8r4dMCHmiqa4jhB04= Xref: g2news2.google.com comp.lang.ada:17079 Date: 2010-12-22T18:30:58+00:00 List-Id: Tero Koskinen expounded in news:20101220232150.2d248a2a.tero.koskinen@iki.fi: > On 17 Dec 2010 18:16:34 GMT R Tyler Croy wrote: > >> On 2010-12-17, Warren wrote: >> > R Tyler Croy expounded in >> > news:slrnigl66m.b8b.tyler@kiwi.local: >> >> I wanted to ask you all what you may/may not be hacking >> >> on over the break, perhaps we could cheer each other on >> >> ;) >> > >> > I've been working on an analog synthesizer. >> >> Wow, sweet project! I was wondering when an AVR-Ada user >> was going to pipe up with a neat project. > > My project isn't as cool as Warren's, but here it is > anyway: > http://www.flickr.com/photos/66708330@N00/5268293146/ > > A bunch of leds, which try to be in a tree shape, with a > yellow led on top. Everything is powered by Attiny2313 and > AVR-Ada. Code is available at > http://hg.stronglytyped.org/attiny2313-leds/ > > Currently the processor always runs at full speed (1MHz, > delays are done by busy looping!), but to increase the > battery life, I plan to study how AVR's power saving > features work. Have you seen those addressable LED Christmas light strings? You could cause a whole string of lights change according to patterns by using some little protocol. http://hackaday.com/2010/12/16/chat-list-indicator-uses- hacked-xmas-lights/? utm_source=feedburner&utm_medium=feed&utm_campaign=Feed% 3A+hackaday%2FLgoM+%28Hack+a+Day%29 ( http://tinyurl.com/27ab8t4 ) You might want to explore that in the upcoming year. ;-) Warren