<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://baszerr.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>BaSzErr - blog:2022:08:21</title>
        <description></description>
        <link>https://baszerr.eu/</link>
        <lastBuildDate>Fri, 17 Apr 2026 20:09:59 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://baszerr.eu/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>BaSzErr</title>
            <link>https://baszerr.eu/</link>
        </image>
        <item>
            <title>2022-08-21_-_toy_satellite_project</title>
            <link>https://baszerr.eu/doku.php?id=blog:2022:08:21:2022-08-21_-_toy_satellite_project</link>
            <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;toy_satellite_project&quot;&gt;2022-08-21 - toy satellite project&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
some time ago i 3D-printed a toy &lt;a href=&quot;https://en.wikipedia.org/wiki/Saturn V&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/Saturn V&quot;&gt;Saturn V&lt;/a&gt; rockets for my sons. they loved it so &lt;a href=&quot;https://en.wikipedia.org/wiki/space shuttle&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/space shuttle&quot;&gt;space shuttle&lt;/a&gt; followed. then they got excited about &lt;a href=&quot;https://en.wikipedia.org/wiki/james webb telescope&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/james webb telescope&quot;&gt;james webb telescope&lt;/a&gt;, so i was time to print &lt;a href=&quot;https://en.wikipedia.org/wiki/Ariane 5&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/Ariane 5&quot;&gt;Ariane 5&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
for Ariange 5 i took a &lt;a href=&quot;https://www.thingiverse.com/thing:3385736/files&quot; class=&quot;urlextern&quot; title=&quot;https://www.thingiverse.com/thing:3385736/files&quot; rel=&quot;ugc nofollow&quot;&gt;model that has removable thermal shields and engines&lt;/a&gt; and then &lt;a href=&quot;https://github.com/el-bart/external_3d_prints/tree/master/Ariane_5&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/el-bart/external_3d_prints/tree/master/Ariane_5&quot; rel=&quot;ugc nofollow&quot;&gt;slightly adjusted it for better printing and assembly&lt;/a&gt;. “satellite” in set was not that much fou though – a small, hallow object.
&lt;/p&gt;

&lt;p&gt;
therefor i decided to go full on with a model, that will:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; have true solar panels (foldable),&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; fit into Ariane 5&amp;#039;s cargo bay,&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; blink LED,&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; use &lt;a href=&quot;https://en.wikipedia.org/wiki/morse code&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/morse code&quot;&gt;morse code&lt;/a&gt; to convey a message&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
as side-quests i&amp;#039;ve also decided to learn &lt;a href=&quot;https://en.wikipedia.org/wiki/KiCad&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/KiCad&quot;&gt;KiCad&lt;/a&gt; for PCB design and prepare a fully-automated, &lt;a href=&quot;https://en.wikipedia.org/wiki/docker (software)&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/docker (software)&quot;&gt;dockerized&lt;/a&gt; build for all of the elements, that is:
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; software (&lt;a href=&quot;https://en.wikipedia.org/wiki/C++&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/C++&quot;&gt;C++&lt;/a&gt;)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; enclosure (&lt;a href=&quot;https://en.wikipedia.org/wiki/OpenSCAD&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/OpenSCAD&quot;&gt;OpenSCAD&lt;/a&gt;)&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; gerber files generation (&lt;a href=&quot;https://en.wikipedia.org/wiki/KiCad&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/KiCad&quot;&gt;KiCad&lt;/a&gt; automation in &lt;a href=&quot;https://en.wikipedia.org/wiki/Python (programming language)&quot; class=&quot;interwiki iw_wp&quot; title=&quot;https://en.wikipedia.org/wiki/Python (programming language)&quot;&gt;Python&lt;/a&gt;)&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
playing with all of it in a spare time (read: (late) night time), it all took some time. especially taking into consideration that the end-result is a LED-blinking toy. ;D however the end result was worth it – cute, little toy, being both tour-the-force of automation and open-source tools. as planned, it also served as a conversation-starter to teach kids about tech and engineering. :)
&lt;/p&gt;

&lt;p&gt;
as usual, the final &lt;a href=&quot;https://github.com/el-bart/toy_satellite_model&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/el-bart/toy_satellite_model&quot; rel=&quot;ugc nofollow&quot;&gt;toy satellite model&lt;/a&gt; is freely available on &lt;a href=&quot;https://github.com/el-bart/&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/el-bart/&quot; rel=&quot;ugc nofollow&quot;&gt;my github account&lt;/a&gt;. :)
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://baszerr.eu/lib/exe/detail.php?id=blog%3A2022%3A08%3A21%3A2022-08-21_-_toy_satellite_project&amp;amp;media=blog:2022:08:21:unfolded_led_side.jpg&quot; class=&quot;media&quot; title=&quot;blog:2022:08:21:unfolded_led_side.jpg&quot;&gt;&lt;img src=&quot;https://baszerr.eu/lib/exe/fetch.php?w=400&amp;amp;tok=9e8145&amp;amp;media=blog:2022:08:21:unfolded_led_side.jpg&quot; class=&quot;media&quot; loading=&quot;lazy&quot; title=&quot;unfolded on LED side&quot; alt=&quot;unfolded on LED side&quot; width=&quot;400&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://baszerr.eu/lib/exe/detail.php?id=blog%3A2022%3A08%3A21%3A2022-08-21_-_toy_satellite_project&amp;amp;media=blog:2022:08:21:unfolded_pv_side.jpg&quot; class=&quot;media&quot; title=&quot;blog:2022:08:21:unfolded_pv_side.jpg&quot;&gt;&lt;img src=&quot;https://baszerr.eu/lib/exe/fetch.php?w=360&amp;amp;tok=749e63&amp;amp;media=blog:2022:08:21:unfolded_pv_side.jpg&quot; class=&quot;media&quot; loading=&quot;lazy&quot; title=&quot;unfolded on PV side&quot; alt=&quot;unfolded on PV side&quot; width=&quot;360&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://baszerr.eu/lib/exe/detail.php?id=blog%3A2022%3A08%3A21%3A2022-08-21_-_toy_satellite_project&amp;amp;media=blog:2022:08:21:folded.jpg&quot; class=&quot;media&quot; title=&quot;blog:2022:08:21:folded.jpg&quot;&gt;&lt;img src=&quot;https://baszerr.eu/lib/exe/fetch.php?w=450&amp;amp;tok=48330e&amp;amp;media=blog:2022:08:21:folded.jpg&quot; class=&quot;media&quot; loading=&quot;lazy&quot; title=&quot;folded&quot; alt=&quot;folded&quot; width=&quot;450&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;https://baszerr.eu/lib/exe/detail.php?id=blog%3A2022%3A08%3A21%3A2022-08-21_-_toy_satellite_project&amp;amp;media=blog:2022:08:21:on_top_of_ariane_5.jpg&quot; class=&quot;media&quot; title=&quot;blog:2022:08:21:on_top_of_ariane_5.jpg&quot;&gt;&lt;img src=&quot;https://baszerr.eu/lib/exe/fetch.php?w=305&amp;amp;tok=8c2c10&amp;amp;media=blog:2022:08:21:on_top_of_ariane_5.jpg&quot; class=&quot;media&quot; loading=&quot;lazy&quot; title=&quot;on top of Ariane 5 model&quot; alt=&quot;on top of Ariane 5 model&quot; width=&quot;305&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;
since i&amp;#039;ve ordered PCB to be manufactured (and this was a really small one ;)) i had to order a batch of 5. on top of that i got a couple more from PCB manufacturer for free. so if you&amp;#039;d like to play with it, and happen to live nearby, just ping me and i&amp;#039;ll be more than happy to share these for free. :)
&lt;/p&gt;

&lt;p&gt;
ps &lt;br/&gt;

yes – that&amp;#039;s the project that taught me &lt;a href=&quot;https://baszerr.eu/doku.php?id=blog:2022:08:09:2022-08-09_-_slowly_programming_slow_avrs&quot; class=&quot;wikilink1&quot; title=&quot;blog:2022:08:09:2022-08-09_-_slowly_programming_slow_avrs&quot; data-wiki-id=&quot;blog:2022:08:09:2022-08-09_-_slowly_programming_slow_avrs&quot;&gt;how painful it might be to program AVRs running at low clock speeds&lt;/a&gt;. ;) free bonus… or is it? ;)
&lt;/p&gt;

&lt;/div&gt;
</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 21 Aug 2022 19:40:33 +0000</pubDate>
        </item>
    </channel>
</rss>
