<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/28184666?origin\x3dhttp://technological-arts.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe", messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { 'blogger-ping': function() {} } }); } }); </script>

Tuesday, July 25, 2006

Balloons with SAT and Thom Sokoloski

We wrapped up the prototype to control the lighting system of a wireless network of Internet-controlled balloons (photo 1). We also finished the scale model of the project (photo 2), controlled by a personal computer. This is all embedded programming, so if you're curious, the prototype's executable code is 8 Kilobytes (including wireless, I/O and power drivers), the scale model's 22 Kilobytes...

0 Comments:

Post a Comment

<< Home