<?xml version="1.0" encoding="UTF-8" ?>
<?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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Save the Bees DC Forum - Recent Threads</title><link>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum</link><description>Forum for the Save the Bees Design Challenge</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><lastBuildDate>Sat, 13 Dec 2025 00:42:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum" /><item><title>Have you used openmv and/or the Nicla Vision</title><link>https://community.element14.com/thread/52165?ContentTypeID=0</link><pubDate>Thu, 15 Dec 2022 14:40:46 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9e708af5-8eee-4d93-be8e-57e913f531b9</guid><dc:creator>scottiebabe</dc:creator><slash:comments>14</slash:comments><comments>https://community.element14.com/thread/52165?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52165/have-you-used-openmv-and-or-the-nicla-vision/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Openmv apparently adds a number of machine vision functions (like openCV) to micropython and includes a development IDE.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/385/3833.pastedimage1671114810720v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Source:&amp;nbsp;&lt;a id="" href="https://docs.arduino.cc/tutorials/nicla-vision/blob-detection"&gt;https://docs.arduino.cc/tutorials/nicla-vision/blob-detection&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Recording a video clip is apparently as simple as:&lt;/p&gt;
&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:df34ffc7-2465-4132-b19a-485016f986f7:type=text&amp;text=import%20sensor%2C%20mjpeg%2C%20time%0D%0A%0D%0A%23%20Setup%20camera.%0D%0Asensor.reset%28%29%0D%0Asensor.set_pixformat%28sensor.RGB565%29%0D%0Asensor.set_framesize%28sensor.QVGA%29%0D%0Asensor.skip_frames%28%29%0D%0Ac%20%3D%20time.clock%28%29%0D%0A%0D%0A%23%20Create%20the%20mjpeg%20object.%0D%0Am%20%3D%20mjpeg.Mjpeg%28%22example.mjpeg%22%29%0D%0A%0D%0A%23%20Add%20frames.%0D%0Afor%20i%20in%20range%28100%29%3A%0D%0A%20%20%20%20c.tick%28%29%0D%0A%20%20%20%20m.add_frame%28sensor.snapshot%28%29%29%0D%0A%0D%0A%23%20Finalize.%0D%0Am.close%28c.fps%28%29%29]&lt;/p&gt;
&lt;p&gt;Source:&amp;nbsp;&lt;a id="" href="https://docs.openmv.io/library/omv.mjpeg.html"&gt;https://docs.openmv.io/library/omv.mjpeg.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can also setup a rtsp server:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:360px;max-width:640px;" src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/385/1261.pastedimage1671115177169v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Any ideas for the save the bees design challenge... lol&lt;/p&gt;</description></item><item><title>RE: Have you used openmv and/or the Nicla Vision</title><link>https://community.element14.com/thread/232389?ContentTypeID=1</link><pubDate>Sat, 13 Dec 2025 00:42:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d210a80d-25e0-4831-93e3-de9a776cc9b7</guid><dc:creator>robogary</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/232389?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52165/have-you-used-openmv-and-or-the-nicla-vision/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m investigating an upgrade a small Arduino robot I&amp;#39;m building from a PixyCam&amp;#39;s blob detection for guidance&amp;nbsp;, to use NiclaVision for object classification/detection for target tracking and guidance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve quickly read over&amp;nbsp;&lt;a id="" href="https://docs.arduino.cc/tutorials/nicla-vision/getting-started/" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;https://docs.arduino.cc/tutorials/nicla-vision/getting-started/&lt;/a&gt;&amp;nbsp; &amp;nbsp; and&amp;nbsp;&lt;a id="" href="https://www.hackster.io/mjrobot/tinyml-made-easy-object-detection-with-nicla-vision-407ddd" rel="noopener noreferrer nofollow" target="_blank" data-e14adj="t"&gt;https://www.hackster.io/mjrobot/tinyml-made-easy-object-detection-with-nicla-vision-407ddd&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I havent started yet, I&amp;#39;m still googling around for a a cookbook procedure or open source solutions as a starting place.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Additional recommendations anyone ?&amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/52335?ContentTypeID=0</link><pubDate>Tue, 17 Jan 2023 12:55:31 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5d4a27c7-e176-438b-a703-f883f2c3f0fc</guid><dc:creator>e14phil</dc:creator><slash:comments>32</slash:comments><comments>https://community.element14.com/thread/52335?ContentTypeID=0</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am excited to announce the Challengers of&amp;nbsp;[mention:48a12b474a904fedba9cad2913dbe7be:6b577b8c04704e209d29b6772bf67243]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;These challengers will be sent the Challenge Kit to the addresses on their applications!&amp;nbsp;&lt;/p&gt;
&lt;div class="xs-flex-justify-center xs-text-left"&gt;&lt;strong&gt;The Kit&lt;/strong&gt;&lt;/div&gt;
&lt;div class="xs-flex-justify-center xs-text-left"&gt;&lt;/div&gt;
&lt;div class="xs-flex-justify-center xs-text-left"&gt;Chosen challengers will receive the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://community.element14.com/w/documents/27868/save-the-bees---design-challenge#kit" data-icid="savethebees-kit-widget"&gt;Arduino Pro Nicla Vision board + MKR1310&lt;/a&gt;&lt;br /&gt;&lt;span&gt;&lt;a class="e14-button e14-button--secondary e14-button--large" title="The Kit" href="https://community.element14.com/w/documents/27868/save-the-bees---design-challenge"&gt;The Kit&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p&gt;&lt;img style="max-height:360px;max-width:640px;" alt=" " src="https://community.element14.com/resized-image/__size/1280x720/__key/communityserver-discussions-components-files/385/pastedimage1673959966190v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Save The Bees - Design Challenge - Challengers&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Please join me in congratulating the challengers of the Save The Bees Challenge!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:43405ed8578e4ba09aa5eeeaff0b9ff0:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:56ac10f3300d498f88ac1a8710f3b045:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:205bffe10f0246d586c5ce54b6bb22ed:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:b90169d5623e44c5b9b470f85be99a53:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:3a9f3eb0eb3a4aa98104566bb875cdfe:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:88318bd4a3304d7c93534e56e4cd9597:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:e7aee292804647178dfb26f48cfa2bff:e9ed411860ed4f2ba0265705b8793d05:label=abdullah]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:ae9a8a709436485f88a96cd8900ecb04:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:6ab8b2f71e3a4601bebe9a73b9cc37b5:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:fc585b1aa0654984ae61cf5f62d9431a:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:df1b8b6b1f584c58878259252d52b2fb:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:2f7f3f52ea644a4ba1053d94e948bd06:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:dc11ece8204f479e8dce2a47a33b20d3:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:a901450b0774400d800c33a2e8b4531c:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:193ac2434c814a24b46635a2210baec1:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:3ef89aae0f504cb48f19b544a27146ef:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:5a1cfe9081a4403c8a680a2b4d1abcfe:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:907320041eef4ef8aed026b074ba960d:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:ef601b47037147bfb9b0b4a3ab63026a:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:9e1d9b462d2f4d20a720e58a9607b3ea:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:475239a32d9e474fa61fef33aae4f061:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:782d719f1d8c4ec989f5abf8fb4e62e6:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;[mention:40f4766174004035810e25c3136607ed:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;br /&gt;&lt;br /&gt;[mention:cf5c1076ea0a4f4e97ae5943d1bc36a0:e9ed411860ed4f2ba0265705b8793d05]&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206761?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2023 14:34:46 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c38f7f90-772c-4171-9507-0a9a448ae30c</guid><dc:creator>e14phil</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/206761?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello Folks,&amp;nbsp; &lt;a href="https://community.element14.com/members/jancumps"&gt;Jan Cumps&lt;/a&gt;&amp;nbsp;is right, the way we try ship these kits is that we handle all the Customs information so that it should be seamless.&amp;nbsp; Ive dropped &lt;a href="https://community.element14.com/members/danzima"&gt;danzima&lt;/a&gt;&amp;nbsp;and Sean who is also working on this a message to sort this out for you. Lets have a look!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206760?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2023 11:15:16 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:738b756a-e773-4c56-b27b-443409fe2dd2</guid><dc:creator>msimon</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/206760?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>[quote userid="17018" url="~/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/206658"]Better not provide customs with info on the values, or what type of shipment it is yourself. You may have it wrong and that can complicate further progress.[/quote]
&lt;p&gt;Exactly, I send a from requested by UPS then today I had a phone call. They told me as the value is over 150 Euro, UPS cannot handle process. I should have my own custom agent then many other processes.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://community.element14.com/members/danzima"&gt;danzima&lt;/a&gt;&amp;nbsp;do you have local distributor in Turkey? That may solve the problem. If not, I&amp;nbsp;am thinking to buy&amp;nbsp;Arduino MKR WAN.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206660?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 17:16:39 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ede21527-096d-40ef-b6ba-511656b510c3</guid><dc:creator>aaryan2134</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/206660?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Oh,ok. Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206658?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 17:09:03 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:543bf048-2279-40d0-9efc-0c55c10397bd</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>2</slash:comments><comments>https://community.element14.com/thread/206658?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Yes, the e14 design challenge team has to deal with the communication with customs. They usually prepare all info , so that it gets cleared by default. But it&amp;#39;s not a guarantee for flawless import.&lt;/p&gt;
&lt;p&gt;Better not provide customs with info on the values, or what type of shipment it is yourself. You may have it wrong and that can complicate further progress.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206657?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 17:03:04 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b17a99a3-8c09-4012-9484-ef3bd8d2c0ae</guid><dc:creator>aaryan2134</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/206657?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Yeah. I am in touch with me for the past 2 weeks. They are saying they are working on it... So I was just looking to check if it could be looked up once&lt;br /&gt;Thanks for the help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206652?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 14:21:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e107a043-c426-4219-912b-367ae7a8baab</guid><dc:creator>vinayyn</dc:creator><slash:comments>2</slash:comments><comments>https://community.element14.com/thread/206652?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;you better contact customer support for any due documents are required to clear the customs&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206646?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 12:09:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:84af6c7b-ba4d-439b-ac13-6930fa6e57c8</guid><dc:creator>aaryan2134</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/206646?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;No that&amp;#39;s not the issue. It is due to custom verification or something.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206644?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 11:22:21 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bb53dd5b-ce67-4325-b0f7-14d0e3b09027</guid><dc:creator>vinayyn</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/206644?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Check whether your adhar or other documents address are matching with the shipment address.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206641?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 07:30:50 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9ec40d26-a04b-4202-b5b0-ff73699e176b</guid><dc:creator>aaryan2134</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/206641?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;They asked for a letter asking about value and reason of import. So, I provided that to them as they were saying they can&amp;#39;t proceed without that.&lt;br /&gt;Yes I understand. I have also received multiple shipments from Element14 ( got one 2 days ago as well) and other places as well and never had an issue. May be some bad luck on this one. I was supposed to receive this on 21st Feb according to UPS :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206640?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 07:22:21 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:235d5322-930f-4ff4-83f1-52682f610a2c</guid><dc:creator>Gough Lui</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/206640?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;What sort of letter do they want or need - I think you need to be more specific in order to get the right help. Are they concerned about the Country of Origin, or is it the Value of Goods, or is it something else entirely (e.g. Radio Regulations Conformance)?&lt;/p&gt;
&lt;p&gt;Unfortunately, not living where you are, I can&amp;#39;t really help you with your customs problems. UPS usually works on your behalf to bring things through customs, and element14 usually ships with paperwork indicating the contents and value. So rarely will they need anything else.&lt;/p&gt;
&lt;p&gt;- Gough&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206639?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 07:18:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:15b537f7-08cb-4732-bfa9-37f18863b563</guid><dc:creator>aaryan2134</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/206639?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Yes, I did. They have been saying they are working with customs for over 10 days now. They asked me to provide a letter and since then they have been saying this&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206638?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 06:57:57 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1a998b9e-54a0-4d01-84ce-82aa87e09139</guid><dc:creator>Gough Lui</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/206638?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Have you tried contacting UPS in your country to know more about what is needed?&lt;/p&gt;
&lt;p&gt;Otherwise&amp;nbsp;&lt;a href="https://community.element14.com/members/danzima"&gt;danzima&lt;/a&gt;&amp;nbsp; should be able to help&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- Gough&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/206637?ContentTypeID=1</link><pubDate>Mon, 06 Mar 2023 06:47:43 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:10cb53bb-2b19-45cb-8486-921b6d1e5b87</guid><dc:creator>aaryan2134</dc:creator><slash:comments>1</slash:comments><comments>https://community.element14.com/thread/206637?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;My shipment has gotten a bit stuck with UPS and customs. I had contacted Danzima and e14phil last week but couldn&amp;#39;t get a response. Could anyone please let me know whom I can contact for some guidance and help?&lt;br /&gt;Thank you&lt;br /&gt;&lt;br /&gt;Update: Received the kit today i.e. 20th March&lt;br /&gt;Finally can get started with the project!&amp;nbsp;&lt;span class="emoticon" data-url="https://community.element14.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;br /&gt;Thanks for all the help everyone and element14 team!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/205188?ContentTypeID=1</link><pubDate>Sat, 21 Jan 2023 19:22:35 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:34c326ca-d160-41ad-88b4-67764f4efd14</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/205188?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I look forward to some great builds.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/205167?ContentTypeID=1</link><pubDate>Fri, 20 Jan 2023 14:12:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c60bf400-5928-4eaa-9b38-99d0d848f9d5</guid><dc:creator>robogary</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/205167?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Congrats. There are alot of challenger bees in this hive. Good Luck !&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/205165?ContentTypeID=1</link><pubDate>Fri, 20 Jan 2023 05:06:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6188ddfa-d859-4e07-baa5-90a2481d659c</guid><dc:creator>shantamcbain</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/205165?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Congratulation to all the participants. I look forward to see other projects and how we can collaborate on data management and anonymization.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/205119?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 21:48:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1e598593-4f04-4924-8978-fd63b8849311</guid><dc:creator>Gough Lui</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/205119?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Definitely a surprise this morning to see my selection, despite proposing a relatively straightforward project (hopefully).&lt;/p&gt;
&lt;p&gt;Hope to have some fun doing it ... (no bees will be harmed in the process).&lt;/p&gt;
&lt;p&gt;- Gough&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/205113?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 21:33:25 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2c5dfcdb-be64-418c-aa4b-d111b8798255</guid><dc:creator>meera_hussien</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/205113?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thanks for selecting me and congratulations to the other challengers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/205097?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 20:02:24 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8ba0fac9-2747-4c26-a360-aadd18085af4</guid><dc:creator>amgalbu</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/205097?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;span&gt;Congratulations to all the participants&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/205089?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 19:23:09 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:61dfefec-96d7-4220-a55a-51c65d888bce</guid><dc:creator>flyingbean</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/205089?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Congratulations to all the participants and all readers here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/205087?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 19:06:18 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7d4462ba-3b8c-4465-b4a5-239865328341</guid><dc:creator>dougw</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/205087?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Only a little? I must be losing my touch.&amp;nbsp;&lt;span class="emoticon" data-url="https://community.element14.com/cfs-file/__key/system/emoji/263a.svg" title="Relaxed"&gt;&amp;#x263a;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Save The Bees Challenger Announcement</title><link>https://community.element14.com/thread/205083?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 18:49:15 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c98fa779-5a00-4c39-a7dd-02d8dc14e9a5</guid><dc:creator>ntewinkel</dc:creator><slash:comments>0</slash:comments><comments>https://community.element14.com/thread/205083?ContentTypeID=1</comments><wfw:commentRss>https://community.element14.com/challenges-projects/design-challenges/save-the-bees-design-challenge/f/forum/52335/save-the-bees-challenger-announcement/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;This is great! I&amp;#39;m looking forward to see what everyone creates &lt;span class="emoticon" data-url="https://community.element14.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>