<?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>Blog - All Comments</title><link>/challenges-projects/design-challenges/ultimate-roadtest/b/blog</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: And the winner is... Monte Chan with project &amp;quot;Code Name&amp;quot;</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/and-the-winner-is-monte-chan-with-project-code-name</link><pubDate>Sun, 22 Jul 2012 07:02:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e3e17e1-d442-4a7c-8b51-0ff63e1057d4</guid><dc:creator>ssilberhorn</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Checkout the post on the TI E2E page... &lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;a class="jive-link-external-small" href="http://e2e.ti.com/blogs_/b/mobile_momentum/archive/2012/07/19/simplelink-wifi-contest-_2d00_-ultimate-roadtest.aspx" rel="nofollow ugc noopener" target="_blank"&gt;http://e2e.ti.com/blogs_/b/mobile_momentum/archive/2012/07/19/simplelink-wifi-contest-_2d00_-ultimate-roadtest.aspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14520&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; PostScript 011</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-postscript-011</link><pubDate>Mon, 16 Jul 2012 22:07:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1e6d59e8-4bbb-401b-ba83-637de49cf344</guid><dc:creator>COMPACT</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi DAB,&lt;/p&gt;&lt;p&gt;&lt;span&gt;The buffer issues are only related to the CC3000 Buffer allocated and within the MSP430 used in the Basic Wi-Fi Demo and not the additional FRAM Buffer.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;What I have worked out thus far is the buffer needs to larger than the original value 5 and no greater than 256.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve been getting everything else working and have not had the opportunity to look further into the reasons why.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I just looked up TI e2e forum and it mentions that the minimum buffer size for the current driver is 119 bytes.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;With a bit of effort I think I will be able to find the cause and expand the buffer as necessary up to Wi-FI&amp;#39;s MTU of 7981 bytes.&lt;/p&gt;&lt;p&gt;(I didn&amp;#39;t realise Wi-Fi datagrams could be so big!)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers&lt;/p&gt;&lt;p&gt;Very Compact&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14239&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; PostScript 011</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-postscript-011</link><pubDate>Mon, 16 Jul 2012 20:33:07 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1e6d59e8-4bbb-401b-ba83-637de49cf344</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;If you get some time, I think you can decouple these events to get a better control and a smoother transition between the various tasks. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;The MSP430 provides a great set of independently operable timers and event triggered ISR options.&amp;nbsp; By using the full device capabilities, you can decouple the events into a cleaner structure, which might also alleviate some of your buffer issues.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just a thought,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14239&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; PostScript 010</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-postscript-010</link><pubDate>Sun, 15 Jul 2012 22:01:33 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a1b9177d-3288-46a2-b317-6a53c2f6672a</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Getting buffer size correct is a common problem I have observed in most distributed architectures.&lt;/p&gt;&lt;p&gt;It usually takes a while to assess the message traffic to see if your are sending too much data or too rapidly updating the status readouts.&lt;/p&gt;&lt;p&gt;Most projects I reviewed end up adjusting buffer size and message timing to work around the undocumented limitations of some of the components.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Overall, you have done a good job keeping the readers updated on your progress and issues.&amp;nbsp; I think we all learned a lot about the MSP430 line during the road test.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good job,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14238&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; PostScript 006</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-postscript-006</link><pubDate>Sun, 08 Jul 2012 20:04:58 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2cfd24d8-5022-49dd-a3c3-b2742d4a09de</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I agree.&lt;/p&gt;&lt;p&gt;If you are switching any device on the main power lines, you can get some very interesting line reflections.&amp;nbsp; I have lost more than one device to an EM spike and not enough filtering.&lt;/p&gt;&lt;p&gt;I do like the optical isolators with the built in voltage isolation.&amp;nbsp; I need to take a closer look that the TI product line for these.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for the update,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14098&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; PostScript 002</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-postscript-002</link><pubDate>Thu, 05 Jul 2012 19:11:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:18014bb6-dd68-4216-a866-05407d1cb5e0</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;If I read the diagram correctly, it looks like you could use this circuit as a buffer between 3.3V and 5v devices.&lt;/p&gt;&lt;p&gt;If true, this would be a great way to interface legacy hardware to newer components within a design.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It would be a much cleaner approach then some solutions I have seen on the web.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good post.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=13943&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; Part 040</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-part-040</link><pubDate>Sun, 01 Jul 2012 21:02:33 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:33d02175-c0f9-4b51-b821-696dd0472667</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I agree, it is better to take the time and do a good job in finnishing the project and documentation.&lt;/p&gt;&lt;p&gt;Either way, I think you did a very good job on the project, but you might have over estimated how much you could get done.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am looking forward to reviewing the completed documentation, so do a good job on it, I might want to borrow some of your ideas for one of my own projects. &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-33d02175-c0f9-4b51-b821-696dd0472667/contentimage_5F00_2516.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good luck in the final voting.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=13670&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: The Bread &amp;amp; Butter : 11</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/the-bread-butter-11</link><pubDate>Thu, 28 Jun 2012 20:38:51 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4a28f440-4a14-44c9-8a05-25f7c06b1dce</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Good overview and demo.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I liked the way you repurposed exisiting devices to include them into your network.&amp;nbsp; It helped show the versatility of your approach.&amp;nbsp; It also showed how you can include legacy items into your system with minor changes.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Overall, I think your video presented your architecture, the components, and their connectivity, which is a very good achievement in the length of time you had.&amp;nbsp; I was struggling with your end goal until I watched the video, now everything makes sense and I see where you were going.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All in all, I think you did a good job.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good luck,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14056&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: The Nice Asgard Project Part 11 - Adding the Icing</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/the-nice-asgard-project-part-11---adding-the-icing</link><pubDate>Thu, 28 Jun 2012 20:26:21 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bd7553db-e958-4f08-a941-635609077c25</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Good overview presentation.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I would suggest you slow the video a little, some of us do not read as fast as we used to. &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-bd7553db-e958-4f08-a941-635609077c25/contentimage_5F00_938.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I like your simple approach and keeping to off the shelf tools TI provided.&amp;nbsp; From what I have seen, their libraries are very easy to use and the code works well right out of the box.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Are you going to have a video showing the lights and the blinds moving?&amp;nbsp; That way we could see the code in operation as it uses your architecture to implement the commands.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just a thought,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14057&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; Part 033</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-part-033</link><pubDate>Thu, 28 Jun 2012 20:12:14 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0e5160fb-2957-4212-8a74-29106bf0b932</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I had read about both the sensor and the booster pack, but I had no idea the actual device was that small.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I guess I should have once I read it was MEMS.&amp;nbsp; Those things are awesome, but too small for my big hands. &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-0e5160fb-2957-4212-8a74-29106bf0b932/contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Looks like you are making good progress going down to the wire.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good luck,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14132&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; Part 032</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-part-032</link><pubDate>Thu, 28 Jun 2012 20:05:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1f5b6c99-ad69-4e48-9e7a-397baee51dba</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;I wouldn&amp;#39;t call it the ancient art, but I suggest you only wire on the long ends of the posts. &lt;/p&gt;&lt;p&gt; The short ends were supposed to be soldered into the board.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Just a thought,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14129&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; Part 031</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-part-031</link><pubDate>Thu, 28 Jun 2012 20:03:39 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:617725ae-c7fe-4b0d-a45d-260e409d6973</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Good clean simple approach.&lt;/p&gt;&lt;p&gt;You can always expand the channels as you need them and then implement the new devices via auxiliary controllers as needed.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I like the way you kept the animation simple.&amp;nbsp; You just run two canned scripts down to the toy so it looks like the animal is doing the talking while the rest of the system does its own thing.&amp;nbsp; Simple but effective.&amp;nbsp; I suspect you could also add additional scripts to have different performances based upon which sensors detect problems.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I like it,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14110&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; Part 030</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-part-030</link><pubDate>Thu, 28 Jun 2012 19:57:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:866e22c5-acd6-49ce-84cd-65f5cfa8b38e</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Makes sense, the common serial interface keeps your options open and the C2000 takes care of implementing your lighting commands based upon the parameters you send.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cool,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14108&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; Part 029</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-part-029</link><pubDate>Thu, 28 Jun 2012 19:53:34 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:d6b8d0c3-fef2-4295-be1c-580a3e8f5116</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I did not know you could generate voice files using the VBA with microsoft applications.&lt;/p&gt;&lt;p&gt;You have made my day.&amp;nbsp; I have been thinking about that subject for one of my projects, now I know where to go look.&lt;/p&gt;&lt;p&gt;I knew that the Adobe reader would talk and I kind of knew that you could set up the documents to talk to you so I guess it was under my nose the whole time.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Still, you have given me something new to play with.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14077&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Project &amp;quot;code name&amp;quot; Part 028</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/b/blog/posts/project-code-name-part-028</link><pubDate>Tue, 26 Jun 2012 20:17:27 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3be6b3b2-824d-4619-8aea-811bc4cb06ec</guid><dc:creator>DAB</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Good detailed update.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I agree that you can get by with just sending the commands as long as you can verify their implementation without repeating the commands.&lt;/p&gt;&lt;p&gt;Also building upon the existing code is a good place to start.&amp;nbsp; It helps eliminate unknowns.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Good luck,&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=14076&amp;AppID=113&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>