<?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/"><channel><title>Documents</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Overview of "The Nice Asgard Project" - Ask Questions &amp; Offer Ideas</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents/9966/overview-of-the-nice-asgard-project---ask-questions-offer-ideas</link><pubDate>Fri, 08 Oct 2021 04:55:07 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fef62f46-dfae-41fc-a803-86642e8b6db0</guid><dc:creator>ssilberhorn</dc:creator><description>Current Revision posted to Documents by ssilberhorn on 10/8/2021 4:55:07 AM&lt;br /&gt;
&lt;h4&gt;&lt;/h4&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;/p&gt;&lt;span&gt;&lt;a href="https://www.youtube.com/watch?v=UkdZ2WRZeFI"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/span&gt; &lt;p style="margin:0;"&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;So it is time to wrap up the project ahead of the deadline. This week will be a mixture of finishing off board layouts, summaries, and anything else that comes up. Sure to be interesting while I&amp;#39;m on holiday! (Just a little short notice, was only booked yesterday)&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;In the meantime, here is a demo video. Or would be anyway. Thanks to the previously blogged about tool chain issues (I&amp;#39;ve had great luck, only broke 3 of them &lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/16x16/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_403.png"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_403.png-16x16.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=%2B2Sdc44aCQfIXpBu%2BGT%2BrKR%2FYc9ICnqPINobCA3QqLc%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=BykzUr9N61FlLp1kyayPTQ==" style="max-height: 16px;max-width: 16px;" /&gt;&lt;/a&gt;&lt;/span&gt;), there isn&amp;#39;t much of a demo. Wouldn&amp;#39;t want to disappoint however so to keep you entertained is a short presentation on the work done. This includes a very short introduction to the components and a walk through of the code. Please, ask questions should you have them. All the software parts (code and schematics) are available in the repos. If anyone wants to try to get it working, fix it, improve it, make it into a paper plane (Please keep it green. Save the paper for your next project proposal or similar!), please do. Fork away and let us know how you get on. A text based summary will come during the week.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h4&gt;Design Summary&lt;/h4&gt;&lt;p style="margin:0;"&gt;This system is designed to make watching your favourite film, TV or game easier by reducing the number of things you have to do to get the environment just right. For many, the habit is to turn off the lights, close the blinds and watch the film in the dark. Lets face it, if you are going to put on a film you are looking to be lazy, so why not automate what you can?&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The challenge is to do this using the Texas Instruments CC3000 WiFi evaluation kit. This project makes a few assumptions, if you are the kind of person to have a home automation system, you most likely have a smart phone, a tablet, a laptop or other wireless device (If anyone has data on how this applies to those using home automation due to a health issue, please share!) This makes the design a little easier, use the wireless device as the remote control. Something of a Bring Your Own Device approach to the problem. Why create a whole new device when you can use standard hardware and simply drop in an app? The use of WiFi (Implemented as a client rather than an access point), would also allow the user to control the system from outside the network through the internet. Stuck late at work or in traffic? Close the blinds and turn on the lights on the go through mobile internet. With this design, the system is broken down into a device per room with one base station acting as a controller. The diagram below shows how it is configured.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;This system is made up of several main components, the WiFi network, the ZigBee network and the drivers. The Wifi portion connects the main user interface to the system. This means any Wireless enabled computer is able to send the relevant instructions to the system to say what mode the relevant room needs to be in. Once these instructions are with the base station, one of two things can happen. The first is that the instructions are followed. This is because the base device controls a room just like any of the end devices. If the instruction is not for the base station it is forwarded onto the right end device using the second main component, the ZigBee network.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The ZigBee protocol was chosen for a few reasons, one being previous experience with XBee modules, second being the availability of processors which natively support the protocol and lastly, the protocol is designed for this. ZigBee has several published profiles for applications and several draft profiles. Out of these profiles, there are two which fit this use, the published Home Automation profile and the draft Building Automation profile. When you look into the specifications for these, the Home Automation profile covers exactly what is being done here as it provides lighting and closure controls (Window coverings, shades etc). Couldn’t get more suitable if you tried! To make it even better, the available software stacks for TI ZigBee products are compliant, as tested by a ZigBee Alliance test house. Z-Stack samples also support the Home Automation profile. It is like a match made in heaven! &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;With the instruction at the right end device, you need to have an output, to do this we need two components, a lighting driver and a motion controller. With the move towards green technology, there are very few options for lights, the biggest one being LEDs. As it happens, TI provide some lovely LED drivers, including one controllable by a PWM signal. The result is a dimmable light that can be controlled by a tiny processor. Sticking with the PWM theme, this kind of signal can also be used to drive the motor of choice. With the available range of motor drivers, there are multiple options for motors, be it a DC motor, a stepper motor or a servo. For this system, a stepper motor was chosen, allowing suitable levels of precision and the use of a step counter rather than a timer. With this in mind, the solutions chosen were the DRV8805 for the motion control and the TPS61042 for lighting control.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The user interface is not just limited to the computer application however. The base station, and eventually each end device, is designed to accommodate a control panel. This means a LCD to display a menu and buttons to switch through the menu. Other options for the interface included using a capacitive touch sensor in place of buttons, much like the iPod and many touch screen devices.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;-----------------------------------------&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/03/25/the-nice-asgard-project"&gt;The Nice Asgard Project &lt;/a&gt;- Part 1&lt;/h5&gt;&lt;p style="margin:0;"&gt;Many people enjoy a good film, be it at the cinema or in the comfort of their own home. We all have our habits when it comes to watching films through our Home Cinema System (Be it big TV and surround sound or just a laptop), for some it is to turn the lights off, close the blinds (Or whatever you have), get yourself a drink and enjoy the film....&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/04/26/the-nice-asgard-project-part-2--the-quest-for-the-motor-controller"&gt;The Nice Asgard Project Part 2 - The Quest For the Motor Controller &lt;/a&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;Just a short blog today to get everyone&amp;#39;s thoughts. Part of this project means operating a blind...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/04/29/the-nice-asgard-project-part-3--pcb-adventures"&gt; The Nice Asgard Project Part 3 - PCB Adventures&lt;/a&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;While I wait for some input on the motor control problem, its time to start piecing together the PCB for a prototype. This means breaking out EAGLE.&lt;/p&gt;&lt;p style="margin:0;"&gt;The first challenge for this is to find the right package....&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/06/the-nice-asgard-project-part-4--displays"&gt;The Nice Asgard Project Part 4 - Displays &lt;/a&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;While working on the PCB, I realised one thing. I haven&amp;#39;t found a display yet! (Pretty useful!) There is a challenge here, the MSP430FR5739 being used does not have a built in LCD module, so any solution will have to be in software or using a different interface. The best option for me....&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/13/the-nice-asgard-project-part-5--displays-again"&gt;The Nice Asgard Project Part 5 - Displays (Again) &lt;/a&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;So it seems a bad week has gradually got worse. Out of the blue, it seems the toolchain used by CCS has disappeared (but hasn&amp;#39;t) meaning that nothing can be compiled. While I can still write the code, there is currently no way of testing it. Rather infuriating at this point, but we shall try again another day. ....&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/20/the-nice-asgard-project-part-6--alternatives-and-how-to-give-couriers-de-ja-vu"&gt;The Nice Asgard Project Part 6 - Alternatives and How to Give Couriers De Ja Vu &lt;/a&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;The whole CCS not finding things has been narrowed down to the machine as a whole. It either needs a holiday or a kick/complete reinstall. Not a fun task either way, so in the meantime there will be a quick switch to mspgcc. ...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="jive-link-message-small" href="https://www.element14.com/community/message/52123/l/re-ask-questions-offer-ideas-the-nice-asgard-project#52123"&gt;&amp;quot;The Nice Asgard Project&amp;quot;&lt;/a&gt;&amp;nbsp; - Short mid project summary&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;Summary Time!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Overview of the project – What are you building and what will it look like ultimately?&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; “Nice Asgard” is a completel&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/27/the-nice-asgard-project-part-7--stepper-motors-work-for-the-frost-giants"&gt;The Nice Asgard Project Part 7 - Stepper Motors Work for the Frost Giants&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;Another delivery this week, this time from ebay. After finding I had the wrong kind of stepper motors in stock, I acquired a spare from ebay&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/03/the-nice-asgard-project-part-8--inter-ic-communications-and-hacks"&gt;The Nice Asgard Project Part 8 - Inter IC Communications and Hacks&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;Progress this week, in order to get the ZigBee devices talking to the WiFi device, a link was needed. This comes with a few options, I2C, SP&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/10/the-nice-asgard-project-part-9--pcb-schematics"&gt;The Nice Asgard Project Part 9 - PCB Schematics&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;This week is a short post, like only a few lines. Time has been spent doing the PCB schematics. A few missing components aside (diodes, caps&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/17/the-nice-asgard-project-part-10--the-importance-of-documentation"&gt;The Nice Asgard Project Part 10 - The Importance of Documentation&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;So you&amp;#39;re making something and plan on sharing it, what is the one thing that you need to include? Thats right, documentation. So, this week&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/25/the-nice-asgard-project-part-11--adding-the-icing"&gt;The Nice Asgard Project Part 11 - Adding the Icing&lt;/a&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;So it is time to wrap up the project ahead of the deadline. This week will be a mixture of finishing off board layouts, summaries, and anything else that comes up. Sure to be interesting while I&amp;#39;m on holiday! (Just a little short notice, was only booked yesterday)&lt;/p&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/527x226/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51961.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51961.png-527x226.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=2Yfw65p1Svqf9Z2hl3sty%2FnEU8SyGWM5SApS4ahA%2FxA%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=ia2qLiVqrLz9OlKgg25oGg==" style="max-height: 226px;max-width: 527px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: john, tiernan, ultimate_roadtest&lt;/div&gt;
</description></item><item><title>Overview of Project "Code Name" - Ask Questions &amp; Offer Ideas</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents/9963/overview-of-project-code-name---ask-questions-offer-ideas</link><pubDate>Fri, 08 Oct 2021 04:55:02 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:158cb490-da95-43fc-9f94-16b1807a526e</guid><dc:creator>ssilberhorn</dc:creator><description>Current Revision posted to Documents by ssilberhorn on 10/8/2021 4:55:02 AM&lt;br /&gt;
&lt;h5&gt;&lt;table border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="283" style="border:1px solid #000000;width:987px;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border:1px solid black;border:1px solid #000000;"&gt;&lt;a href="https://www.element14.com/community/videos/5724/l/project-code-name-remote-wi-fi-lcd-messaging-test"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/294x241/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51958.jpg"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51958.jpg-294x241.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=JUyWyUGxaPMcosq81QyjaKxzZgx7XsN%2Fx8QM8nHAhqM%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=GBI0Q+bfT91/tjn91EHZaQ==" style="max-height: 241px;max-width: 294px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href="https://www.element14.com/community/videos/5723/l/project-code-name-remote-wi-fi-articulation-test"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/299x249/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51959.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51959.jpg-299x249.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=MCSiquEruqdxUhnXFv1TSnCF7ppemM%2FvHyymY%2Fx7X0I%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=uBp1ZBrjN+/YcJbelK43Gw==" style="max-height: 249px;max-width: 299px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href="https://www.element14.com/community/videos/5721/l/project-code-name-wifi-remote-turn-on-test"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/289x242/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51960.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51960.jpg-289x242.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=AGgzW%2F%2FJ54T9tU30xXUFYkpo7EiQIgz%2BbmJTgdbEfBY%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=W//G2GqVxQO5tzZ/tpGruw==" style="max-height: 242px;max-width: 289px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/h5&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;Project Final Summary&amp;nbsp; &lt;span style="font-size:12pt;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;"&gt;&lt;a class="jive-link-wiki-small" href="https://www.element14.com/community/docs/DOC-46889/l/the-final-comprehesive-summary-for-project-code-name"&gt;View the full document&lt;/a&gt;&lt;/span&gt;&lt;/h5&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The theory of operation is very simple. Remote commands come through as UDP datagrams to the CC3000 via Wi-Fi and them MSP430FR5739 parses these datagrams and processes accordingly. It could not be any simpler. This because all aspects such as TCP/IP networking and Wi-Fi are handled transparently by the CC3000.&lt;/p&gt;&lt;p style="margin:0;"&gt;The firmware for the MSP430FR5793 contains a function that reacts to incoming datagrams and then extracts the parameters from the received payload.&lt;/p&gt;&lt;p style="margin:0;"&gt;Where applicable the project firmware will respond with appropriate responses such as sensor readings and command acknowledgements.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;A complete solution incorporates CC3000 devices and partnering remote systems such as Twitter, PCs and portable Internet devices. The focus of this project thus far has been the development of the CC3000 based device to Ultimately Road Test it.&amp;nbsp; I have plans to complete partnering support software soon to demonstrate a total end to end solution.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;The toy is controlled by activating the assigned relay using an MSP430FR5793 Output Pin. The select relay switch closes which asserts the control signal on the toy causing the selected feature to be activated.&lt;/p&gt;&lt;p style="margin:0;"&gt;The functions under relay control are;&lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Power On&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Neck Up/Down&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Mouth Open/Close&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suspension Activate/Deactivate&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Headlights Light/Unlight&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Audio Enable/Disable&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;br /&gt;Audio is produced using a DAC (DAC5311) from a 8kHz 8-bit .WAV audio file&lt;br /&gt;This is used to produce an audio level signal with in turn is amplified by the toy&amp;#39;s own amplifier and output through it speaker&lt;br /&gt;The .WAV file is downloaded via the CC3000 and stored in the FRAM buffer.&lt;/p&gt;&lt;p style="margin:0;"&gt;The articulation of the toy mouth is performed similarly where the corresponding .LSP file is downloaded and stored in the FRAM buffer.&lt;/p&gt;&lt;p style="margin:0;"&gt;Playback works by reading both the current .WAV and .LSP samples to be played and then outputting to the DAC and mouth control relay at &lt;/p&gt;&lt;p style="margin:0;"&gt;the desired 8kHz sample rate.&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;br /&gt;The Motor, Lighting, Digital Camera Modules and Thermopile Sensor Interfaces all use the MSP430FR5739 Serial Interface via the serial &lt;/p&gt;&lt;p style="margin:0;"&gt;mux/demux.&amp;nbsp; The desired serial channel is selected using two digital output pins that control the mux/demux address select pins.&lt;br /&gt;The MSP430FR5739 then communicates with the selected module&amp;#39;s protocols.&amp;nbsp; For the Lighting control it uses the protocol for the Multi-&lt;/p&gt;&lt;p style="margin:0;"&gt;DC/DC Colour LED demonstration, for the Motor control it uses the protocol for the DRV8312-C2-KIT demonstration for the Digital camera is &lt;/p&gt;&lt;p style="margin:0;"&gt;uses the protocol as specified by its reference manual and similarly for the Thermopile Sensor. &lt;span style="font-size:12.0pt;font-family:&amp;#39;Times New Roman&amp;#39;,&amp;#39;serif&amp;#39;;"&gt;&lt;a class="jive-link-wiki-small" href="https://www.element14.com/community/docs/DOC-46889/l/the-final-comprehesive-summary-for-project-code-name"&gt;View the full document&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;------------------&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/03/24/project-code-name"&gt;Project &amp;quot;code name&amp;quot; &lt;/a&gt;&amp;nbsp; &lt;strong&gt; &lt;/strong&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;&amp;quot;I can&amp;#39;t wait to create and control my own WiFi peripherals from TI&amp;#39;s microcontrollers and CC3000 through LS Research TiWi SL or muRata Modules.WiFi through SPI for the masses with all the hard stuff already done and dusted...&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/04/15/project-code-name-part-002"&gt;Project &amp;quot;code name&amp;quot; Part 002 &lt;/a&gt;&amp;nbsp; &lt;strong&gt; &lt;/strong&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;&amp;quot;I&amp;#39;ve completed my first video that demonstrates the use of CCS and MSP430WARE. It has been recorded in 1024 x 768 resolution to ensure that the screen capture is legible.If only the uploader won&amp;#39;t error and let me use it.&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/04/25/project-code-name-part-003"&gt;Project &amp;quot;code name&amp;quot; Part 003 &lt;/a&gt;&amp;nbsp; &lt;strong&gt; &lt;/strong&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;&amp;quot;..I have been working on an interface board between the SimpleLink WiFi CC3000/Fraunchpad technology (SWiFT for short) combination and existing appliances to enable them to be remotely controlled. To do this, where possible I will retain the appliances&amp;#39; original functionality and Internet enable them. This has been accomplished my second appliance which currently is under wraps until I&amp;#39;m ready to present it. It operates normally but also but can also be controlled by SWiFT.&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/04/27/project-code-name-part-004"&gt;Project &amp;quot;code name&amp;quot; Part 004 &lt;/a&gt;&amp;nbsp; &lt;strong&gt; &lt;/strong&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;&amp;quot;I&amp;#39;ve laid out and milled out an interface between the appliance and the SWiFT. It&amp;#39;s a through hole component design using a single sided PCB. Here&amp;#39;s a picture of the copper side...&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/03/project-code-name-part-005"&gt;Project &amp;quot;code name&amp;quot; Part 005&lt;/a&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;/span&gt;&amp;quot;4th MayDACs the way aha aha I like it aha aha.... The MSP430FR5739 does not have an inbuilt DAC so I have connected up a Texas Instruments D&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/07/project-code-name-part-006"&gt;Project &amp;quot;code name&amp;quot; Part 006&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;7th MayDAC&amp;#39;s extremely possible A few persons are interested with my use of a DAC so here&amp;#39;s a quick explanation.&amp;nbsp; I could have used an inbui&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/08/project-code-name-part-0067"&gt;Project &amp;quot;code name&amp;quot; Part 007&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;8th MayDisaster Strikes! This morning when I went to turn my main PC on, it didn&amp;#39;t.&amp;nbsp; Not a blip, not a sigh, not a wimper, nothing.&amp;nbsp; I run f&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/09/project-code-name-part-008"&gt;Project &amp;quot;code name&amp;quot; Part 008&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;10th May&amp;quot;Current State of the Union&amp;quot; The DAC has been working perfectly generating the desired waveforms and has been disconnected to make w&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/12/project-code-name-part-009"&gt;Project &amp;quot;code name&amp;quot; Part 009&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;12th MaySound Advice Here is the PCB just off the mill.&amp;nbsp; It hosts the DAC, sound buffer and output buffer.&amp;nbsp; The output buffer is just an LM3&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/19/project-code-name-part-010"&gt;Project &amp;quot;code name&amp;quot; Part 010&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;19th May&amp;nbsp; Just an update... The PCB modules have been loaded and are in the process of being tested. So far every test has passed.&amp;nbsp; I&amp;#39;m just&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/20/project-code-name-part-011"&gt;Project &amp;quot;code name&amp;quot; Part 011&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;20th May&amp;quot;But there are alternatives..&amp;quot; As not to encroach on Nick&amp;#39;s work with load cell interfaces, I have interfaced a set of digital scale&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/20/project-code-name-part-012"&gt;Project &amp;quot;code name&amp;quot; Part 012&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;20th May&amp;quot;Do you have the balls?&amp;quot; Here is the SimpleLink Wi-Fi CC3000 driving a low voltage plasma ball.&amp;nbsp;&amp;nbsp;&amp;nbsp; It looks cool but not much at all&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="jive-link-blog-small" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/23/project-code-name-part-0125"&gt;Project &amp;quot;code name&amp;quot; Part 012.5&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;23rd May&amp;quot;Interesting developments&amp;quot; I have just discovered an application called www.supertweet.net to simplify device integration with Twitt&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/24/project-code-name-part-013"&gt;Project &amp;quot;code name&amp;quot; Part 013&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;24th May&amp;quot;Vacation here I come!!&amp;quot;&amp;nbsp;&amp;nbsp; I am just about to commence a two week holiday and unfortunately my motor control development kit and LCD&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/04/project-code-name-part-014"&gt;Project &amp;quot;code name&amp;quot; Part 014&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;2nd JuneAloha from Hawaii&amp;nbsp;&amp;nbsp; Aloha, I&amp;#39;ve just arrrived in Honolulu after participating a week long Clinic in Maui. I&amp;#39;m travelling light with&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/14/project-code-name-part-015"&gt;Project &amp;quot;code name&amp;quot; Part 015&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June 14thBack to the Future I&amp;#39;m back from vacation to find that a whole lot of goodies that I&amp;#39;ve been waiting for have arrived.&amp;nbsp; The most ex&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/16/0-project-code-name-part-016"&gt;Project &amp;quot;code name&amp;quot; Part 016&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June 16thCaveat Emptor! - Let the buyer beware! Since I have a Nokia 5110 LCD panel working successfully I wanted some more.&amp;nbsp; Unfortunately&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/17/project-code-name-part-017"&gt;Project &amp;quot;code name&amp;quot; Part 017&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June 17th&amp;nbsp; Silver bullets! I&amp;#39;m not a fan of Software delay loops and I am also glad to see that Code Composer studio is also not a fan of th&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/17/project-code-name-part-018"&gt;Project &amp;quot;code name&amp;quot; Part 018&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June 17thBjorn Borg - &amp;quot;Resistance is futile - You will be assimilated. We will add your biological and technological distinctiveness to our&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/17/project-code-name-part-019"&gt;Project &amp;quot;code name&amp;quot; Part 019&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June 17thI love it when a plan comes together! - John &amp;quot;Hannibal&amp;quot; Smith The Basic WiFi app now outputs to the SPI LCD.&amp;nbsp;&amp;nbsp;&amp;nbsp; The operation seque&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/19/project-code-name-part-020"&gt;Project &amp;quot;code name&amp;quot; Part 020&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June&amp;nbsp; 19th&amp;quot;Spot the difference!&amp;quot; I just spent some time comparing the datasheets for the LSR and Murata WiFi SL evaluation boards.&amp;nbsp; I&amp;#39;d expe&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/19/project-code-name-part-021"&gt;Project &amp;quot;code name&amp;quot; Part 021&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&amp;quot;June 20thReturn of the Code Inspector During my perusal of the basic_wifi_application and other MSP430 examples I have noticed small annotat&amp;quot;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/21/project-code-name-part-022"&gt;Project &amp;quot;code name&amp;quot; Part 022&lt;/a&gt; &lt;/span&gt;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June 21stFunny Peculiar or Funny Ha Ha? During my testing of the wifi_basic_application (version 1.7.2.2), I noticed an peculiarity with it&amp;quot;&lt;/p&gt;&lt;h5&gt;&lt;/h5&gt;&lt;h5&gt;Find Part 023 to 040 plus design files here... &lt;/h5&gt;&lt;p style="margin:0;"&gt;&lt;a class="jivecontainerTT-hover-container jive-link-socialgroup-small" href="https://www.element14.com/community/groups/ultimate-road-test?view=blog" title="http://www.element14.com/community/groups/ultimate-road-test?view=blog"&gt;http://www.element14.com/community/groups/ultimate-road-test?view=blog&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: compact, cc3000, msp-exp430fr5739, cc3000-fram-emk, ferroelectric_random_access_memory, msp430, simplelink, sp:texas_instruments, ultimate_roadtest&lt;/div&gt;
</description></item><item><title>Overview of Project "The Bread &amp; Butter" - Ask Questions &amp; Offer Ideas</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents/9952/overview-of-project-the-bread-butter---ask-questions-offer-ideas</link><pubDate>Fri, 08 Oct 2021 04:54:38 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b1e70fa2-a9fc-47d8-b80d-39f01c76074f</guid><dc:creator>ssilberhorn</dc:creator><description>Current Revision posted to Documents by ssilberhorn on 10/8/2021 4:54:38 AM&lt;br /&gt;
&lt;p style="margin:0;"&gt;... &amp;quot;So I think it is about time to compile what I have done so far and call it a day. Here is a bit of a video of my system as it is, as you can see there is still work to be done. My project so far is still definitely in the proof of concept stage but I think it does that nicely. I have a system which is easy to expand upon and no doubt I will continue to play with in the future, I think the idea has promise.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Once thing missing is the web integration, I need to work out a way to give my Bread &amp;amp; Butter project an online presence to make it really useful. I may try and integrate it into my website, I&amp;#39;m sure people will want to know what I have in the fridge..&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;I will make a final post tonight when I am not at work, this will have all circuit diagrams/eagle files, the code I have written (there is actually quite a lot) and what ever else I have to include to finish off the competition.&amp;nbsp; I will probably continue work on this project (slowly) for the next few months, it will all be available somewhere on the Internet. Most likely here and on my website &lt;a class="jive-link-external-small" href="http://www.HowNotToEngineer.com/" rel="nofollow ugc noopener" target="_blank"&gt;www.HowNotToEngineer.com&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Well it has been fun, I have learned a lot and got to play with some really cool toys. I would highly recommend going out and trying some of the TI equipment and tools.&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;/p&gt;&lt;span&gt;&lt;a href="https://www.youtube.com/watch?v=T4UX3wSB-50"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/span&gt;&lt;p style="margin:0;"&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;--------------------------------------------&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/03/29/project"&gt;The Bread &amp;amp; Butter : 01&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;&amp;quot;Hello Everybody!Ready So to begin with we all have the&amp;nbsp; MSP430&amp;nbsp; FRAM Dev board and the CC3000 Simple Link WIFI link, all bundled up t&amp;quot;...&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/04/25/the-bread-butter-02"&gt;The Bread &amp;amp; Butter : 02&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;April 25th: Fresh New Blog Here we are again, I have some new toys to play with and a few days off work so hopefully I can make some progres&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/01/the-bread-butter-03"&gt;The Bread &amp;amp; Butter : 03&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;May 1st: A Network of MSP430s So getting my little network was not as easy as I had hoped. Sure it is simple enough but I kept running into&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/11/the-bread-butter-04"&gt;The Bread &amp;amp; Butter : 04&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;May 11th : Time Flies When You Are Having Fun Wow I didn&amp;#39;t realise I had lost so much time. So this post is a bit of a catchup to show that&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/14/the-bread-butter-05"&gt;The Bread &amp;amp; Butter : 05&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;May 14th : Yar!&amp;nbsp;&amp;nbsp; Time to try and communicate with this ADS1131REF board so I can integrate it into my little group. I was looking forward t&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt; &lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/16/the-bread-butter-06"&gt;The Bread &amp;amp; Butter : 06&lt;/a&gt; &lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;May 16th : Grace Tutorial as Promised I mentioned a few weeks back how much I loved the grace tool, and I said I would make a video tutorial&amp;quot;...&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/05/28/bread-butter-07"&gt;Bread &amp;amp; Butter : 07&lt;/a&gt; &lt;/span&gt; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;May 28th : Home Sweet Home OK so I did not end up getting the super productive week that I had hoped, I was sent to the middle of the desert&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/04/the-bread-butter-08"&gt;The Bread &amp;amp; Butter : 08&lt;/a&gt; &lt;/span&gt; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June 4th : Joining the Dots&amp;nbsp;&amp;nbsp; So I have been able to spend some time putting all of the bits and pieces together and I now have something th&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/11/the-bread-butter-09"&gt;The Bread &amp;amp; Butter : 09&lt;/a&gt; &lt;/span&gt; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June 11th : A Little Bit Of Colour&amp;nbsp;&amp;nbsp; So I remember reading somewhere that we are meant to be including some of the TI lighting solutions in&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="jive-activity-title"&gt;&lt;a class="" href="https://www.element14.com/community/groups/ultimate-road-test/blog/2012/06/12/the-bread-butter-10"&gt;The Bread &amp;amp; Butter : 10&lt;/a&gt; &lt;/span&gt; &lt;/p&gt;&lt;p style="margin:0;"&gt;&amp;quot;June 12th : Light it Up&amp;quot;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h5&gt;&lt;a class="jive-link-blog-small" href="/challengesprojects/design-challenges/ultimate-roadtest/b/blog/posts/the-bread-butter-11"&gt;The Bread &amp;amp; Butter : 11&lt;/a&gt;&lt;/h5&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;June 25th : Time To wrap it Up&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: cc3000, msp-exp430fr5739, cc3000-fram-emk, ferroelectric_random_access_memory, nick, msp430, simplelink, sp:texas_instruments, ultimate_roadtest, schulze&lt;/div&gt;
</description></item><item><title>Product &amp; Solution Guides</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents/9674/product-solution-guides</link><pubDate>Fri, 08 Oct 2021 04:50:01 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:44769908-b01f-4318-ab1d-ce8009c65b7f</guid><dc:creator>ssilberhorn</dc:creator><description>Current Revision posted to Documents by ssilberhorn on 10/8/2021 4:50:01 AM&lt;br /&gt;
&lt;p style="margin:0;"&gt;&lt;a href="http://focus.ti.com/lit/sg/slab056/slab056.pdf" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51899.jpg"&gt;&lt;img alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51899.jpg-300x300.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=bVYsIZpOoFzSZSumEZY31vUmJrvbYVKOS1Z14EuRNQc%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=FVZL4noVY4DnuMAGF3qkLQ==" style="max-height: 300px;max-width: 300px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ti.com/litv/pdf/slab034u" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51900.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51900.jpg-300x300.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=y2kznHYbhZ3A9%2FizdeFfijMo0vfEIYL98i6TkPs5UzY%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=TLeuXoHM39KooWzvVO6AFg==" style="max-height: 300px;max-width: 300px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ti.com/litv/pdf/slvt145k" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51901.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51901.jpg-300x300.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=%2FCxjHoO2b2lGi55hXBWego%2FCnI2IR9oprSGDjV1L%2Fu0%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=6RmetD0z1qkwaTRoUr5pRQ==" style="max-height: 300px;max-width: 300px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a href="http://www.ti.com/lit/slyt434" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51902.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51902.jpg-300x300.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=x%2BzVF6pH%2FsPoNG%2Fum1zouHZrrljxMDFkjzz5Qx4pnAw%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=5jxgprbjF+LY/HT1rgh7Cg==" style="max-height: 300px;max-width: 300px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ti.com/lit/slyb174" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51903.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51903.jpg-300x300.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=7Um%2F28G8KHXPWwbeV77LIyq0kW7r4cjTqeAPeFOoYB8%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=B7cpIJHstrLxwDfpBYxTWQ==" style="max-height: 300px;max-width: 300px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ti.com/lit/pdf/slyb165" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51904.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51904.jpg-300x300.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=sUB6Ghe2PtHO%2Ba0MrLV%2BwJweSxekigkzh8Cz2hKLxok%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=iqfeH0n/p6k4+kGh/4fJGQ==" style="max-height: 300px;max-width: 300px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a href="http://www.ti.com/litv/pdf/slyy013g" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51905.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51905.jpg-300x300.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=WP9mdZ5J1e7rQfyGmCD%2FGBc613wl8TVSrZILxdhKNKY%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=sVHFYcBcQTR4O7UrLeQBlg==" style="max-height: 300px;max-width: 300px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt; &lt;a href="http://www.ti.com/lit/sl/slyy027/slyy027.pdf" rel="nofollow ugc noopener" target="_blank"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/contentimage_5F00_51906.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/contentimage_51906.jpg-300x300.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=DIcrdIUasTUYjPA5qiuAKfK9zPL3iZ0kyW44f1yx3VE%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=1XwGabQqCn6MnuTMf3d/JQ==" style="max-height: 300px;max-width: 300px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/a&gt;&amp;nbsp; &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: lighting, led, texas_instruments, microcontroller, motor_control, wireless, power, ultimate_roadtest, reference_designs&lt;/div&gt;
</description></item><item><title>MSP430 Software Design Tools</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents/9672/msp430-software-design-tools</link><pubDate>Fri, 08 Oct 2021 04:49:53 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:ac9664dc-91d5-4541-801b-f82764b712f3</guid><dc:creator>ssilberhorn</dc:creator><description>Current Revision posted to Documents by ssilberhorn on 10/8/2021 4:49:53 AM&lt;br /&gt;
&lt;div&gt; &lt;a href="http://www.ti.com/mcu/docs/mcuproductcontentnp.tsp?sectionId=95&amp;amp;familyId=342&amp;amp;tabId=3357" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img alt="MSP430 Software Ecosystem" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/Header.jpg" width="704" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div class="image"&gt;&lt;a name="IDEs"&gt;&lt;/a&gt; &lt;a href="http://www.ti.com/mcu/docs/mcuproductcontentnp.tsp?sectionId=95&amp;amp;familyId=342&amp;amp;tabId=3357" rel="nofollow ugc noopener" target="_blank"&gt; &lt;img loading="lazy" alt="MSP430 IDEs" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/IDEs.jpg" width="704" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;p style="margin:0;"&gt;&lt;br /&gt;&lt;a name="MSP430Ware"&gt;&lt;/a&gt;&lt;a href="http://www.ti.com/msp430ware" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="MSP430Ware" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/MSP430Ware.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;br /&gt;&lt;a name="code"&gt;&lt;/a&gt;&lt;a href="http://www.ti.com/tool/msp430ware?DCMP=msp430ware&amp;amp;HQS=msp430ware" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="Code Examples" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/CodeExample.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;br /&gt;&lt;a name="Grace"&gt;&lt;/a&gt;&lt;a href="http://www.ti.com/grace" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="Grace for MSP430" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/Grace.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a href="http://www.ti.com/tool/ulpadvisor" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="ULP Advisor" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/ulp2.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a name="USB"&gt;&lt;/a&gt;&lt;a href="http://www.ti.com/mcu/docs/mcuproductcontentnp.tsp?sectionId=95&amp;amp;familyId=342&amp;amp;tabId=3357" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="USB Dev Pkg for MSP430" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/USB.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;br /&gt;&lt;a name="RF"&gt;&lt;/a&gt;&lt;a href="http://www.ti.com/mcu/docs/mcuproductcontentnp.tsp?sectionId=95&amp;amp;familyId=342&amp;amp;tabId=3357" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="RF Software for MSP430" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/RF.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a name="RTOS"&gt;&lt;/a&gt;&lt;a href="http://www.ti.com/mcu/docs/mcuproductcontentnp.tsp?sectionId=95&amp;amp;familyId=342&amp;amp;tabId=3357" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="Real Time Operating System (RTOS) for MSP430" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/RTOS.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a name="Flasher"&gt;&lt;/a&gt;&lt;a href="http://processors.wiki.ti.com/index.php/MSP430_Flasher_-_Command_Line_Programmer?DCMP=MSP430&amp;amp;HQS=Other+OT+msp430flasher" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="Flasher for MSP430" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/Flasher.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a name="BSL"&gt;&lt;/a&gt;&lt;a href="http://processors.wiki.ti.com/index.php/BSL_(MSP430%2529" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="Bootstrap Loader (BSL) for MSP430" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/BSL.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a name="DLL"&gt;&lt;/a&gt;&lt;a href="http://processors.wiki.ti.com/index.php/MSP_Debug_Stack" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img loading="lazy" alt="MSP Debug Stack" border="0" class="thumb" src="http://www.ti.com/ww/en/mcu/msp430_software_landing/DebugStack.jpg" width="704" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;br /&gt;&lt;a name="ULP"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div class="migration-injected-attachments"&gt;&lt;div style="font-weight:bold;margin:15px 0 5px 0;"&gt;Attachments:&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;table style="border:0;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width="160"&gt;&lt;span class="_se_attachment" id="attid_https://www.element14.com/community/api/core/v3/attachments/91450"&gt;&lt;a href="https://community.element14.com/cfs-file/__key/communityserver-wikis-components-files/00-00-00-02-05/MSP430_5F00_Selection_5F00_Guide.pdf"&gt;community.element14.com/.../MSP430_5F00_Selection_5F00_Guide.pdf&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;span style="font-size:80%;"&gt;MSP430_Selection_Guide.pdf&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: low_power, texas_instruments, msp430, ultimate_roadtest&lt;/div&gt;
</description></item><item><title>Documents</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents</link><pubDate>Fri, 01 Oct 2021 18:02:53 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:167a7507-b9ed-487c-a579-d117e5075b00</guid><dc:creator>migration.user</dc:creator><description>Current Revision posted to Documents by migration.user on 10/1/2021 6:02:53 PM&lt;br /&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item><item><title>"Crock Pot Demo" SimpleLink™︎ Wi-Fi®︎ CC3000</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents/9826/crock-pot-demo-simplelink-wi-fi-cc3000</link><pubDate>Tue, 24 Mar 2015 23:45:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:87062fb1-bba0-4fb7-8bdd-417e201f7537</guid><dc:creator>ssilberhorn</dc:creator><description>Current Revision posted to Documents by ssilberhorn on 3/24/2015 11:45:13 PM&lt;br /&gt;
&lt;p style="margin:0;"&gt;BUY NOW &lt;span class="template-min-width"&gt;&lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-MURYEofI-linked" style="white-space:nowrap;"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=2077846&amp;amp;nsku=82T3752&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=2077846&amp;amp;nsku=82T3752&amp;amp;COM=noscript" target="_blank"&gt;CC3000FRAMEMK&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-MURYEofI-unlinked"&gt;CC3000FRAMEMK&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span class="template-min-width"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;/p&gt;&lt;span&gt;&lt;a href="https://www.youtube.com/watch?v=vSad4V5c2QY"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/span&gt;&lt;p style="margin:0;"&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: cc3000-fram-emk, simplelink, sp:texas_instruments, ultimate_roadtest&lt;/div&gt;
</description></item><item><title>What is the SimpleLink CC3000 WiFi Module for the MSP430-FRAM Evaluation Module Kit?</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents/9676/what-is-the-simplelink-cc3000-wifi-module-for-the-msp430-fram-evaluation-module-kit</link><pubDate>Tue, 24 Mar 2015 23:45:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c656ef36-c4c7-48ed-89d3-b854159f7ce7</guid><dc:creator>ssilberhorn</dc:creator><description>Current Revision posted to Documents by ssilberhorn on 3/24/2015 11:45:13 PM&lt;br /&gt;
&lt;p style="margin:0;"&gt;&lt;span style="font-size:18pt;color:#ff0000;"&gt;&lt;strong&gt;----- CC3000 FRAM &lt;a class="jive-link-external-small" href="http://www.ti.com/ww/en/simplelink/" rel="nofollow ugc noopener" target="_blank"&gt;SimpleLink&lt;/a&gt; Evaluation Module Kit -----&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;strong&gt;Buy Now&lt;/strong&gt; &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-DLXPpgOs-linked" style="white-space:nowrap;"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=2077846&amp;amp;nsku=82T8852&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=2077846&amp;amp;nsku=82T8852&amp;amp;COM=noscript" target="_blank"&gt;CC3000-FRAM-EMK&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-DLXPpgOs-unlinked"&gt;CC3000-FRAM-EMK&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a href="http://www.ti.com/diagrams/cc3000-fram-emk_simplelink_wifi.JPG"&gt;&lt;img alt="http://www.ti.com/diagrams/cc3000-fram-emk_simplelink_wifi.JPG" class="jive-image" height="223" src="http://www.ti.com/diagrams/cc3000-fram-emk_simplelink_wifi.JPG" width="344" /&gt;&lt;/a&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/222x251/__key/communityserver-wikis-components-files/00-00-00-02-05/0755.contentimage_5F00_51884.jpg"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/0755.contentimage_51884.jpg-222x251.jpg?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=SYq2oPNd9LbYaeYQuNmX3T%2BhuGF8AW39I%2FFk8XF0uQk%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=Rl4oa7wYqTfpABfHS28lIQ==" style="max-height: 251px;max-width: 222px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;br /&gt;&lt;a href="/community/docs/DOC-43959/videos/4477/image/520"&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/6305.contentimage_5F00_18503.html"&gt;community.element14.com/.../6305.contentimage_5F00_18503.html&lt;/a&gt;&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/300x300/__key/communityserver-wikis-components-files/00-00-00-02-05/5611.contentimage_5F00_51885.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/5611.contentimage_51885.png-300x300.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=T00kiibzNn2iA7Qxjn3NaaPol%2Fbt7%2BCHpGaH3OkRWWE%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=9lIuRqJzykL4ieFUCQYHKA==" style="max-height: 300px;max-width: 300px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span&gt;&lt;a href="https://community.element14.com/resized-image/__size/323x232/__key/communityserver-wikis-components-files/00-00-00-02-05/6281.contentimage_5F00_51886.png"&gt;&lt;img loading="lazy" alt="image" src="https://community-storage.element14.com/communityserver-components-secureimagefileviewer/communityserver/wikis/components/files/00/00/00/02/05/6281.contentimage_51886.png-323x232.png?sv=2016-05-31&amp;amp;sr=b&amp;amp;sig=fvLJW6vJNJqzpmRq4JtcgHzTY9ViAcmEIJ27k5%2FFo8I%3D&amp;amp;se=2026-04-21T23%3A59%3A59Z&amp;amp;sp=r&amp;amp;_=OxAb5fsKP4DDrroVoITsOQ==" style="max-height: 232px;max-width: 323px;" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Buy Now &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-wSb5cUhC-linked" style="white-space:nowrap;"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=2077846&amp;amp;nsku=82T8852&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=2077846&amp;amp;nsku=82T8852&amp;amp;COM=noscript" target="_blank"&gt;CC3000-FRAM-EMK&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-wSb5cUhC-unlinked"&gt;CC3000-FRAM-EMK&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;h5 class="larger"&gt;Description&lt;/h5&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;The CC3000 FRAM Evaluation Module Kit is a full turn-key TI Wi-Fi evaluation and demonstration tool for the MSP430&lt;span&gt; FRAM MCUs and TI&amp;#39;s Simplelink Wi-Fi that includes all of the necessary hardware and software to get started quickly. SimpleLink&lt;span class="emoticon" data-url="https://community.element14.com/cfs-file/__key/system/emoji/2122.svg" title="Tm"&gt;&amp;#x2122;&lt;/span&gt; CC3000 Wi-Fi is a self-contained wireless solution that simplifies the process of implementing Internet connectivity. SimpleLink Wi-Fi minimizes host microcontroller (MCU) software requirements making it the ideal solution for embedded applications using any low-cost/low-power MCU. The kit also allows users to take advantage of the new gnereation of MSP430 microcontroller devices with integrated Ferroelectric Random Access Memory (FRAM). &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;This kit includes several Hardware and Software Tools: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Hardware &lt;ul&gt;&lt;li&gt;LSR TiWi-SL module &amp;amp; EM board &lt;/li&gt;&lt;li&gt;Murata TypeVK module &amp;amp; EM board &lt;/li&gt;&lt;li&gt;Wi-Fi Access Point &lt;/li&gt;&lt;li&gt;&lt;span&gt;MSP430 FRAM Experimenter Board (&lt;/span&gt;&lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-WYAuEvSk-linked" style="white-space:nowrap;"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=1893308&amp;amp;nsku=45T9740&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=1893308&amp;amp;nsku=45T9740&amp;amp;COM=noscript" target="_blank"&gt;MSP-EXP430FR5739&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-WYAuEvSk-unlinked"&gt;MSP-EXP430FR5739&lt;/span&gt;&lt;/span&gt;) &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Software &lt;ul&gt;&lt;li&gt;Sensor application: Transfer temperature and accelerometer data and show effects of data crossing a threshold&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt; For other sample applications and more details please visit our WiFI FRAM kit &lt;a class="jive-link-external-small" href="http://www.ti.com/WiFiFRAMkit" rel="nofollow ugc noopener" target="_blank"&gt;wiki&lt;/a&gt; or visit our E2E &lt;a class="" href="https://www.element14.com/community/www.ti.com/wiconforum"&gt;Wireless Connectivity Forum&lt;/a&gt;. &lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;strong&gt;The full specification, design guides, and purchasing information for:&lt;/strong&gt;&lt;br /&gt;1. LSR’s TiWi-SL module can be found &lt;a class="jive-link-external-small" href="http://www.lsr.com/products/radio_modules/802.11/tiwi-sl.aspx" rel="nofollow ugc noopener" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;2. Murata’s TypeVK module can be found &lt;a class="jive-link-external-small" href="http://www.murata-ws.com/type-vk.htm" rel="nofollow ugc noopener" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;More information on TI’s wireless platform solutions can be found on TI&amp;#39;s Wireless Connectivity Wiki (&lt;a class="jive-link-external-small" href="http://processors.wiki.ti.com/index.php/Wireless_Connectivity_Platforms?DCMP=wtbu_ecs&amp;amp;HQS=Other+OT+connectivitywiki" rel="nofollow ugc noopener" target="_blank"&gt;www.ti.com/connectivitywiki&lt;/a&gt;). &lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a name="Features"&gt;&lt;/a&gt; &lt;/p&gt;&lt;h5 class="larger"&gt;Features&lt;/h5&gt;&lt;ul&gt;&lt;li&gt;Embedded Wi-Fi and networking software including drivers, stack, and supplicant &lt;ul&gt;&lt;li&gt;Universal IP connectivity enabled anywhere &lt;/li&gt;&lt;li&gt;Pair easily with low-memory, low-cost, low-power microcontroller systems &lt;/li&gt;&lt;li&gt;Implement Wi-Fi quickly without previous Wi-Fi or RF experience&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Credible, proven solution with best-in-class link budget &lt;ul&gt;&lt;li&gt;Longer range than competitors, reliable coverage throughout the entire house&amp;nbsp; &lt;/li&gt;&lt;li&gt;Proven Wi-Fi interoperability&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;Complete platform solution and certified modules &lt;ul&gt;&lt;li&gt;Get started quickly with sample applications on multiple platforms &lt;/li&gt;&lt;li&gt;Comprehensive documentation and support community &lt;/li&gt;&lt;li&gt;Wi-Fi, FCC/IC/ETSI certified &lt;/li&gt;&lt;li&gt;Porting documentation available to allow MCU flexibility&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: wifi, msp-exp430fr5739, cc3000-fram-emk, texas_instruments, simplelink, ultimate_roadtest, ti&lt;/div&gt;
</description></item><item><title>MSP430 FRAM Experimenter Board - MSP-EXP430FR5739</title><link>https://community.element14.com/challenges-projects/design-challenges/ultimate-roadtest/w/documents/9675/msp430-fram-experimenter-board---msp-exp430fr5739</link><pubDate>Tue, 24 Mar 2015 23:45:13 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4ab05021-cec0-430b-8ec8-4bed992d4118</guid><dc:creator>ssilberhorn</dc:creator><description>Current Revision posted to Documents by ssilberhorn on 3/24/2015 11:45:13 PM&lt;br /&gt;
&lt;p style="margin:0;"&gt;&lt;span style="color:#ff0000;font-size:18pt;"&gt;&lt;strong&gt;&lt;span&gt;--- MSP430 FRAM Experimenter Board - MSP-EXP430FR5739 ---&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span style="color:#ff0000;font-size:18pt;"&gt;&lt;strong&gt;&lt;a href="http://www.ti.com/make-the-switch" rel="nofollow ugc noopener" target="_blank"&gt;&lt;img alt="http://www.ti.com/ww/en/mcu/maketheswitch/images/13647_740x134.gif" class="jive-image" height="95" src="http://www.ti.com/ww/en/mcu/maketheswitch/images/13647_740x134.gif" style="float:left;" width="454" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;Buy Now &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-9H9IK16v-linked" style="white-space:nowrap;"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=1893308&amp;amp;nsku=45T9740&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=1893308&amp;amp;nsku=45T9740&amp;amp;COM=noscript" target="_blank"&gt;MSP-EXP430FR5739&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-9H9IK16v-unlinked"&gt;MSP-EXP430FR5739&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;Learn More &lt;a class="jive-link-external-small" href="http://www.ti.com/fram" rel="nofollow ugc noopener" target="_blank"&gt;http://www.ti.com/fram&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;Users Guide &lt;a class="jive-link-external-small" href="http://www.ti.com/litv/pdf/slau343b" rel="nofollow ugc noopener" target="_blank" title="http://www.ti.com/litv/pdf/slau343b"&gt;http://www.ti.com/litv/pdf/slau343b&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;Download the Source Code and GUI &lt;a class="jive-link-external-small" href="http://www.ti.com/lit/zip/slac492" rel="nofollow ugc noopener" target="_blank"&gt;http://www.ti.com/lit/zip/slac492&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;"&gt;Free Online Training Lab &lt;a class="jive-link-external-small" href="http://processors.wiki.ti.com/index.php/MSP430_FR57xx_Training_Workshop" rel="nofollow ugc noopener" target="_blank" title="http://processors.wiki.ti.com/index.php/MSP430_FR57xx_Training_Workshop"&gt;http://processors.wiki.ti.com/index.php/MSP430_FR57xx_Training_Workshop&lt;/a&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a href="http://www.ti.com/diagrams/msp-exp430fr5739_fram_exp_board_top_view2.JPG"&gt;&lt;img loading="lazy" alt="http://www.ti.com/diagrams/msp-exp430fr5739_fram_exp_board_top_view2.JPG" class="jive-image" height="154" src="http://www.ti.com/diagrams/msp-exp430fr5739_fram_exp_board_top_view2.JPG" width="104" /&gt;&lt;/a&gt;&lt;em&gt;&lt;br /&gt;click to enlarge image&lt;/em&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;strong&gt;Description&lt;/strong&gt;&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;span&gt;The MSP-EXP430FR5739 Experimenter Board is a development platform for the MSP430&lt;span&gt;FR57xx devices. It supports this new generation of MSP430 microcontroller devices with integrated Ferroelectric Random Access Memory (FRAM). The board is compatible with many TI low-power RF wireless evaluation modules such as the CC2520EMK. The Experimenter Board helps designers quickly learn and develop using the new MSP430FR57xx MCUs, which provide the industry&amp;#39;s lowest overall power consumption, fast data read /write and unbeatable memory endurance. The MSP-EXP430FR5739 Experimenter Board can help evaluate and drive development for data logging applications, energy harvesting, wireless sensing, automatic metering infrastructure (AMI) and many others.&amp;nbsp; The MSP430FR5739 device on the experimenter board can be powered and debugged via the integrated ezFET, or via TI Flash Emulation Tool, like the &lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-BjTgKt0t-linked" style="white-space:nowrap;"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=1172235&amp;amp;nsku=43J9575&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=1172235&amp;amp;nsku=43J9575&amp;amp;COM=noscript" target="_blank"&gt;MSP-FET430UIF&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-BjTgKt0t-unlinked"&gt;MSP-FET430UIF&lt;/span&gt;&lt;/span&gt;.&lt;/p&gt;&lt;p style="margin:0;padding:0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;strong&gt;For demo program source code and GUI for the MSP-EXP430FR5739, click &lt;a class="jive-link-external-small" href="http://www.ti.com/lit/zip/slac492" rel="nofollow ugc noopener" target="_blank"&gt;here&lt;/a&gt;&lt;/strong&gt;. &lt;/p&gt;&lt;p style="margin:0;"&gt;&lt;a name="Features"&gt;&lt;/a&gt; &lt;/p&gt;&lt;h5 class="larger"&gt;Features&lt;/h5&gt;&lt;ul&gt;&lt;li&gt;Integrated MSP430FR5739 : &lt;ul&gt;&lt;li&gt;16KB FRAM / 1KB SRAM &lt;/li&gt;&lt;li&gt;16-Bit RISC Architecture up to 8-MHz &lt;/li&gt;&lt;li&gt;2x Timer_A Blocks, 3x Timer_B Block &lt;/li&gt;&lt;li&gt;1x USCI (UART/SPI/IrDA/I2C ) Blocks, 16Ch 10-Bit ADC12_B, 16Ch Comp_D, 32 I/Os &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;3 axis accelerometer &lt;/li&gt;&lt;li&gt;NTC Thermister &lt;/li&gt;&lt;li&gt;8 Display LED&amp;#39;s &lt;/li&gt;&lt;li&gt;Footprint for additional through-hole LDR sensor &lt;/li&gt;&lt;li&gt;2 User input Switches &lt;/li&gt;&lt;li&gt;Connections &lt;ul&gt;&lt;li&gt;&lt;span&gt;Connection to &lt;span&gt;&lt;span class="e14-init-shown" id="addProduct-G7DF1MNM-linked" style="white-space:nowrap;"&gt;&lt;a class="jive-link-product-addtolist" href="https://www.element14.com/community/view-product.jspa?fsku=1792408&amp;amp;nsku=09R4951&amp;amp;COM=noscript" target="_blank"&gt;&lt;span class="pf-widget-map pf-productlink-cart-icon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a class="jive-link-product pf-embedded-product-link" href="https://www.element14.com/community/view-product.jspa?fsku=1792408&amp;amp;nsku=09R4951&amp;amp;COM=noscript" target="_blank"&gt;MSP-EXP430F5438..&lt;/a&gt;&lt;/span&gt;&lt;span class="e14-init-hidden" id="addProduct-G7DF1MNM-unlinked"&gt;MSP-EXP430F5438..&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;h5 class="larger"&gt;&lt;/h5&gt;&lt;/li&gt;&lt;li&gt;Connection to most Wireless Daughter Cards (CCxxxx RF) &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;li&gt;User Experience &lt;ul&gt;&lt;li&gt;Preloaded with out-of-box demo code &lt;/li&gt;&lt;li&gt;4 Modes to test FRAM features: &lt;ul&gt;&lt;li&gt;Mode 1 - Max write speed &lt;/li&gt;&lt;li&gt;Mode 2 - Flash write speed emulation &lt;/li&gt;&lt;li&gt;Mode 3 - Fast sampling with writes using accelerometer &lt;/li&gt;&lt;li&gt;Mode 4 - Fast sampling with writes using Thermistor &lt;/li&gt;&lt;li&gt;Mode 1 &amp;amp; Mode 2 include ULP option to turn off display &amp;amp; optimize for power management &lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h5 class="larger"&gt;&lt;/h5&gt;&lt;p style="margin:0;"&gt;&lt;a class="jive-link-external-small" href="http://www.ti.com/wolverine" rel="nofollow ugc noopener" target="_blank"&gt;Coming soon... http://www.ti.com/wolverine&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: low_power, msp-exp430fr5739, texas_instruments, mcu, msp430, ultimate_roadtest&lt;/div&gt;
</description></item></channel></rss>