<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PiCasso Design Challenge - POV Globe Blog 12</title><link>/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-design-challenge---pov-globe-blog-12</link><description>Today I have an update of the POV globe. I spent some more time trying to program the lights to produce random colours. This was very successful as you will see with the photos below. I included the Python3 script. import board
import random
im...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: PiCasso Design Challenge - POV Globe Blog 12</title><link>https://community.element14.com/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-design-challenge---pov-globe-blog-12</link><pubDate>Fri, 31 May 2019 09:36:25 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6dc412c9-0015-4d86-8bc5-0d8d6cd798e7</guid><dc:creator>balearicdynamics</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Dale looks really good!. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Can you give some more details on how do you plan to design the globe? I think you should program the graphic far from the globe else you spend all your development time to see the light changing &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-6dc412c9-0015-4d86-8bc5-0d8d6cd798e7/contentimage_5F00_2516.png:16:16]&lt;/span&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Enrico&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7197&amp;AppID=224&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PiCasso Design Challenge - POV Globe Blog 12</title><link>https://community.element14.com/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-design-challenge---pov-globe-blog-12</link><pubDate>Fri, 31 May 2019 07:44:45 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6dc412c9-0015-4d86-8bc5-0d8d6cd798e7</guid><dc:creator>jc2048</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Very nicely done - I wish I had your construction skills. It&amp;#39;s going to look quite superb when you have the globe spinning in there.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;How does the Pi know where it is when it&amp;#39;s displaying? Do you have a slotted-opto part or a Hall effect sensor, or something like that, to give it a reference point?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7197&amp;AppID=224&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PiCasso Design Challenge - POV Globe Blog 12</title><link>https://community.element14.com/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-design-challenge---pov-globe-blog-12</link><pubDate>Fri, 31 May 2019 05:26:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6dc412c9-0015-4d86-8bc5-0d8d6cd798e7</guid><dc:creator>dougw</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This is a fabulous project with outstanding execution.&lt;/p&gt;&lt;p&gt;Photographing flashing LEDs will always be highly problematic. If you can get a static pattern and take a time exposure through dark sunglasses, the pattern may come out properly ... maybe.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7197&amp;AppID=224&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PiCasso Design Challenge - POV Globe Blog 12</title><link>https://community.element14.com/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-design-challenge---pov-globe-blog-12</link><pubDate>Fri, 31 May 2019 04:03:39 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6dc412c9-0015-4d86-8bc5-0d8d6cd798e7</guid><dc:creator>dixonselvan</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;span&gt;[mention:1bc1ed25c74e4385bcbca428cd9ea7e7:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; wow really the LEDs are hypnotizing!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Hope there should be an easy way to implement the world map in the globe. I assume the below can be a way we can implement it,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;1. Take an image of the world map&lt;/p&gt;&lt;p&gt;2. Convert into pixel values&lt;/p&gt;&lt;p&gt;(&lt;a class="jive-link-external-small" href="https://stackoverflow.com/questions/43719451/python-convert-image-to-a-string-of-pixel-values" rel="nofollow ugc noopener" target="_blank" title="https://stackoverflow.com/questions/43719451/python-convert-image-to-a-string-of-pixel-values"&gt;https://stackoverflow.com/questions/43719451/python-convert-image-to-a-string-of-pixel-values&lt;/a&gt;&amp;nbsp; - this could help)&lt;/p&gt;&lt;p&gt;3. Map pixel values to RGB LED matrix&lt;/p&gt;&lt;p&gt;4. This could be tricky, we will now have a format which can be displayed in flat displays something like matrix displays/ monitor etc. We have to convert it to a single strip column wise and move it column by column. Like C1 then C2 till Cn the viewer should have a glimpse of C1 to Cn in the same time. (Let me know if this is confusing)&lt;/p&gt;&lt;p&gt;5. You will now have a static image of the world map ... then you can try animations!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is a very high level approach and I am not sure if this will work since I haven&amp;#39;t tried it so far ... let me keep you posted if I find some more help!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Dixon Selvan&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Edit:&lt;/p&gt;&lt;p&gt;I think adding black foam or any non-reflecting substance in the box holding the globe would make it look like only the globe is present. However the current version is cool as well!&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=7197&amp;AppID=224&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>