<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>TI Valparaiso Udemy</title><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/</link><description> </description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Wiki: Documents</title><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents</link><pubDate>Tue, 09 Nov 2021 00:58:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1ab2f62d-a711-408a-9ba4-d0c5b0fb9e6d</guid><dc:creator /><description /></item><item><title>Wiki Page: An Introduction to Microcontrollers and the C Programming Language Info</title><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info</link><pubDate>Tue, 12 Oct 2021 14:40:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:331f8238-ac15-46d9-85de-70b25dc44a3c</guid><dc:creator>joeman</dc:creator><description>It’s NOT too late to sign up! | This is a work at your own pace class. An Introduction to Microcontrollers and the C Programming Language Register for the Class Now! Welcome to Valparaiso University’s next online class, Introduction to Microcontrollers and the C Programming Language . The course will use the same mixed-mode format we use in our lecture-laboratories at Valparaiso University. An emphasis is placed on enabling students to develop their skills by continually practicing with the tools real developers use every day. A few short videos will kick off each of the sections followed by the step-by-step instructions to get you up and running. And, if you have any questions along the way, our embedded system’s team will be here to help. That’s what we’re for – to make you successful. Benefits of Class The course is laboratory based. Almost every lecture and section of the course leads directly to a hands-on laboratory assignment. The more practice you get using the “real world” Texas Instruments hardware and software the more proficient you will be. The course does not waste your time. From the very beginning, we jump right in to your first laboratory assignment – Let’s Get Started. The course is modular in nature. Are you new to the world of microcontrollers? Great! Start at the beginning, and we’ll teach you everything you need to know. Do you have some background in microcontrollers but want to learn more? Fantastic! You can pick and choose the modules that you need. The course is packed with information. From the beginnings of the C programming language to advanced microcontroller peripherals, the course teaches you all of the building blocks you would need to build your own electronic systems. We use lots and lots of examples. We take you step-by-step through the lessons – each time providing sample code and documentation to make sure you are supported through the course. We are here to help. We are educators with a singular focus of providing a meaningful experience for our students. And, while we cannot do the work for you, we are willing to work WITH you help you succeed. Course Breakdown Section 1 - How Do I Get Started? (Free Preview Available at Udemy) Lecture 1: What Is This Course All About? Lecture 2: Course Introduction Lecture 3: What Is a Microcontroller? Lecture 4: What Is an Embedded System? Lecture 5: What Is a Program? Lecture 6: What Is an Integrated Development Environment? Lecture 7: ACTION: How Do I Get Started? Lecture 8: Wrap Up Lecture 9: Quiz 1: Getting Started Section 2 - Binary Numbers and Digital Logic (Free Preview Available at Udemy) Lecture 10: ACTION: What Are Binary and Hexadecimal Numbers? Lecture 11: ACTION: What Is Digital Logic? Lecture 12: Wrap Up Lecture 13: Quiz: Binary Numbers and Digital Logic Lecture 14: BONUS: Additional Examples Section 3 - What&amp;#39;s Inside of a Microcontroller (Free Preview Available at Udemy) Lecture 15: What Is Inside a Microcontroller? Lecture 16: What Is Program Memory? Lecture 17: What Is Data Memory? Lecture 18: What Is a Peripheral? Lecture 19: Wrap Up Lecture 20: Course Launches September 28th, 2015 Section 4 - Loops in the C Programming Language Lecture 21: ACTION: What Is a FOR Loop? Lecture 22: What Is a Flow Chart? Lecture 23: ACTION: What Is a WHILE Loop? Lecture 24: Loops Wrap up Lecture 25: Quiz: Loops in the C Programming Language Lecture 26: BONUS: Are FOR Loops and WHILE Loops Really the Same Thing? Lecture 27: BONUS: What Are the Different C Variable Types? Lecture 28: BONUS: What Are Nested Loops? Lecture 29: BONUS: What Are the C Shorthand Operators? Section 5 - Digital Inputs, the P1.1 Button, and the IF Statement Lecture 30: What Is a Digital Input? Lecture 31: ACTION: What Is the P1.1 Push Button? Lecture 32: ACTION: What Is the IF Statement? Lecture 33: ACTION: What Are Relational Operators? Lecture 34: ACTION: How Do I Use More Push Buttons and LEDs? Lecture 35: Digital Inputs Wrap Up Lecture 36: Quiz: Digital Inputs, Push Buttons, and the IF Statement Lecture 37: BONUS: What Are BREAK and CONTINUE? Section 6 - Introduction to Timer Peripherals Lecture 38: What Is a Timer? Lecture 39: What Can Timers Count? Lecture 40: Introduction to Timers Wrap Up Lecture 41: Quiz: Introduction to Timers Section 7 - Introduction to the Watchdog Timer Peripheral Lecture 42: What Is a Watchdog Timer? Lecture 43: ACTION: How Do I Use the Watchdog Timer? Lecture 44: Watchdog Timer Peripheral Wrap Up Lecture 45: Quiz: Watchdog Timer Peripheral Section 8 - Introduction to the General Purpose Timer Lecture 46: ACTION: How Do I Use a General Purpose Timer? Lecture 47: Quiz: General Purpose Timers Lecture 48: BONUS: How Can I Pet the Watchdog with a General Purpose Timer? Section 9 - Advanced Features of General Purpose Timers Lecture 49: ACTION: How Do I Use Two General Purpose Timers to Count at the Same Time? Lecture 50: Quiz: Advanced Features of General Purpose Timers Lecture 51: BONUS: How Do I Use Semi-Automatic Pulse Width Modulation (PWM) Mode? Lecture 52: BONUS: How Do I Use Automatic PWM Mode? Lecture 53: BONUS: How Do I Use One Timer to Create Multiple Frequency Outputs? Lecture 54: BONUS: How Do I Count Up and Down with Dead Time? Lecture 55: BONUS: How Can I Count Pulses with a General Purpose Timer? Section 10 - Using Functions to Improve Your Microcontroller Program Lecture 56: ACTION: How Do Functions Improve Your Program? Lecture 57: Quiz: Functions Section 11 - Introduction to Interrupt Service Routines Lecture 58: ACTION: What Are Interrupt Service Routines? Lecture 59: Quiz: Interrupt Service Routines Section 12 - Introduction to Low Power Modes Lecture 60: What Is Low-Power Mode? Lecture 61: ACTION: How Do I Use Low-Power Mode? Lecture 62: Low Power Mode Wrap Up Lecture 63: Quiz: Low-Power Modes Section 13 - Interrupt Service Routines for Digital Inputs Lecture 64: ACTION: How Can I Use Interrupts with a Digital Input? Section 14 - Serial Communication Interfaces Lecture 65: What Is Serial Communication? Lecture 66: ACTION: How Can I Use a UART to Talk to Another Microcontroller? Lecture 67: Serial Communication Wrap Up Lecture 68: Quiz: Serial Communication Section 15 - Analog-to-Digital Converters Lecture 69: ACTION: What Is an Analog Value? Lecture 70: ACTION: How Do I Use an Analog-to-Digital Converter Peripheral? Lecture 71: Analog-to-Digital Converter Wrap Up Lecture 72: Quiz: Analog-to-Digital Converter Section 16 - Introduction to the Liquid Crystal Display (LCD) Lecture 73: ACTION: How Can I Use the LCD on the MSP430FR6989 Launchpad? Lecture 74: ACTION: How Do I Display a Short Word on the LCD? Lecture 75: ACTION: What Is ASCII and Why Is It Important? Lecture 76: ACTION: How Do I Create a Scrolling Message on the LCD? Lecture 77: ACTION: How Do I Display Numbers on the LCD? Lecture 78: ACTION: How Do I Display Symbols on the LCD? Lecture 79: Liquid Crystal Display Wrap Up Lecture 80: Quiz: Liquid Crystal Display Section 17 - Final Project Lecture 81: ACTION: Final Project Section 18 - Wrap Up Lecture 83: Final Words and Sources of Additional Help Instructor Bio Mark M. Budnik is the Electrical and Computer Engineering Department Chair and the Paul and Cleo Brandt Professor of Engineering at Valparaiso University. He received his bachelor of science degree in electrical engineering from the University of Illinois and his master of science and doctoral degrees in electrical engineering from Purdue University. Prior to joining the faculty at Valparaiso University in 2006, Mark worked in the semiconductor industry, culminating as a Staff Engineer and the Director of White Goods and Motor Control at Hitachi Semiconductor. In these roles, he had a unique opportunity to work closely with a diverse customer base to identify and establish a number of best practices in embedded systems education. In his career, he received multiple educational awards from academia and industry including ST Microelectronics, National Semiconductor, Hitachi Semiconductor, Valparaiso University, and the American Society for Engineering Education (ASEE). Most recently, Mark was an ASEE Section Outstanding Teacher of the Year and a finalist for the 2015 ASEE National Outstanding Teaching Award. Mark is the author of more than fifty book chapters, journal articles, and conference proceedings and the recipient of five best paper/presentation awards. He is a Senior Member of the IEEE and a Fellow of the International Symposium on Quality Electronic Design.</description><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/valparaiso">valparaiso</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/c">c</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/the">the</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/to">to</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/udemy">udemy</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/an">an</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/microcontrollers">microcontrollers</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/language">language</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/programming">programming</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/info">info</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/and">and</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/introduction">introduction</category><category domain="https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/tags/ti">ti</category></item><item><title>Wiki Page: Documents</title><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents</link><pubDate>Fri, 01 Oct 2021 18:03:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9602594a-f05c-404f-8125-e7e5b7e4b235</guid><dc:creator>migration.user</dc:creator><description /></item><item><title>Group: TI Valparaiso Udemy</title><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/</link><pubDate>Fri, 01 Oct 2021 13:15:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:dc3e1ecd-161a-4429-974e-22bf7c9245ca</guid><dc:creator /><description /></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=139d588b-b533-44c7-84d7-0d28bc4033f4</link><pubDate>Sun, 21 Oct 2018 09:27:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:139d588b-b533-44c7-84d7-0d28bc4033f4</guid><dc:creator>tahi</dc:creator><description>Hi, Is the kit and the CCSD are sufficient to cover the course or additional component like bread board, transistor, sensors etc are also required to cover the course material? Thanks tahir</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=7c86a56b-5805-491e-b51f-fba6e2692006</link><pubDate>Mon, 04 Jan 2016 10:33:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7c86a56b-5805-491e-b51f-fba6e2692006</guid><dc:creator>shattered97</dc:creator><description>Mark I am taking your course now and I really love it. I was selected to do a review of this course through the Element 14 road test. I created a blog post here on Element 14 documenting my progress through each section. It should be very helpful to anyone thinking about taking the course. I will write a short review when done with the course in the road test section and provide the same link there. I am only about half way through the course as of now. Udemy - Microcontrollers and the C Programming Language Brian.</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=c18dee7f-f7f7-4ccc-a5e2-dea9778b3182</link><pubDate>Fri, 02 Oct 2015 00:35:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c18dee7f-f7f7-4ccc-a5e2-dea9778b3182</guid><dc:creator>Former Member</dc:creator><description>Thank you for your post. We are hoping to keep the curriculum/class up year-round, but we are still working on that. When you sign-up, Udemy does promise &amp;quot;lifetime access&amp;quot; to the content (see below). So, if you enroll now, you would have access to all the same videos, lab manuals, and assignments inthe course. I hope this helps. Let us know if you have further questions. Mark</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=f21f7dba-260c-4a74-b9b2-f45ca0816294</link><pubDate>Fri, 02 Oct 2015 00:10:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f21f7dba-260c-4a74-b9b2-f45ca0816294</guid><dc:creator>Former Member</dc:creator><description>when is this curriculum next available? I would like to take the sessions next summer, would that be available at that time?</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=c2697f03-18c5-4e34-a6ec-82040d8d632e</link><pubDate>Wed, 23 Sep 2015 19:52:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:c2697f03-18c5-4e34-a6ec-82040d8d632e</guid><dc:creator>Former Member</dc:creator><description>Courtney, Thanks for your post. I expect that on Monday, September 28th, we will have the material posted through Section 11 - Interrupt Service Routines. My plan was then to add one or more sections each week thereafter. I hope this answers your question. Please let us know if you have any other questions - we are here to help.</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=f84fe929-720b-4c07-935f-b9dbfc626108</link><pubDate>Wed, 23 Sep 2015 19:31:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f84fe929-720b-4c07-935f-b9dbfc626108</guid><dc:creator>Former Member</dc:creator><description>Laureen, Sorry, I should have been more clear. When I said material, I meant videos &amp;amp; lab documents.</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=66d443a7-af1c-4d77-9050-a655220c8be0</link><pubDate>Wed, 23 Sep 2015 19:29:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:66d443a7-af1c-4d77-9050-a655220c8be0</guid><dc:creator>Former Member</dc:creator><description>Hi Courtney, We have a very limited amount of kits available... although the site is not showing..they will be showing shortly. *You also have the ability to purchase pc parts as shown on the site...the only component that shows not in stock is: DIGITAL TO ANALOG CONVERTER DAC, 10 BIT, 1.21MSPS, DIP-8.- This is available online with multiple distributors. Hope this helps... With Thanks, Laureen</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=92eef993-3d61-45e3-b9d0-cf55a2ce2033</link><pubDate>Wed, 23 Sep 2015 19:22:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:92eef993-3d61-45e3-b9d0-cf55a2ce2033</guid><dc:creator>Former Member</dc:creator><description>Mark, Is all of the material available Sept 28? I am potentially interested in the course, but everything until Section 6 will be largely review for me. I&amp;#39;d prefer not to have wait to start learning the later material.</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=8f946b4f-3fce-438a-81e8-5838017c5de9</link><pubDate>Wed, 23 Sep 2015 17:59:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8f946b4f-3fce-438a-81e8-5838017c5de9</guid><dc:creator>Former Member</dc:creator><description>Peter, thank you for your post. Yes, the course is truly self-paced. You can jump in and start when your lab kit arrives without a problem. Regarding the time for each lesson.... Udemy breaks everything down into &amp;quot;Lectures&amp;quot; which all appear to be the same size upon first glance. A 90 second introductory video takes one lecture slot, just like a 10 minute explanation and a 2 hour laboratory assignment. The content for the course is typically covered in about 7 weeks at Valparaiso University, but we are providing a lot of bonus content on Udemy that will allow students to take their studies farther.</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=a12d5564-ad1e-4e31-be1c-125e5306644c</link><pubDate>Wed, 23 Sep 2015 17:52:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a12d5564-ad1e-4e31-be1c-125e5306644c</guid><dc:creator>Former Member</dc:creator><description>I am interested in the course, but I just found out about it today and it is unlikely I could get the development kit in time. Is this course truly self-paced? Could I start it a week or month after 9/28 and still keep up? Also, how much time should we plan on devoting to each lesson? I&amp;#39;m just trying to get a rough estimate of how much lab time this will take over the 80+ lectures (trying to balance work, family, etc. just like all of us).</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=f922569a-03ce-4c63-a8e7-655471c10cde</link><pubDate>Wed, 23 Sep 2015 15:19:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f922569a-03ce-4c63-a8e7-655471c10cde</guid><dc:creator>Former Member</dc:creator><description>When the course first launched, students were receiving a discounted price regardless if they were using the code valpo or not. The was apparently fixed on approximately 18-September. Since you registered for the class on September 8th, I know you received the lowest price the course has been offered at. I hope this clarifies everything. If you still have questions, please feel free to email me directly.</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=537b0953-f101-4330-88f2-908d8f235584</link><pubDate>Wed, 23 Sep 2015 10:51:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:537b0953-f101-4330-88f2-908d8f235584</guid><dc:creator>notdodgy</dc:creator><description>The main page for this course still states &amp;quot; Don’t forget to add the code valpo for a discount on the class registration fee&amp;quot;. Is there a discount (which I missed out on) or not?</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=25134370-5f4b-46a2-b968-a5c6d1b9fb8f</link><pubDate>Wed, 23 Sep 2015 01:46:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:25134370-5f4b-46a2-b968-a5c6d1b9fb8f</guid><dc:creator>tfisher252</dc:creator><description>This should be a good fit for you! The first time I started working with Arduino, I found C to be a good fit for the microcontroller world. Good luck and I hope you enjoy the class!</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=bdaf4733-6507-4611-8485-57dc2b3b49fc</link><pubDate>Wed, 23 Sep 2015 01:07:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bdaf4733-6507-4611-8485-57dc2b3b49fc</guid><dc:creator>Former Member</dc:creator><description>this should be good. hope i can join.</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=92f8e729-ece7-4d0d-82ce-46a1476ae9e1</link><pubDate>Mon, 21 Sep 2015 18:22:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:92f8e729-ece7-4d0d-82ce-46a1476ae9e1</guid><dc:creator>Former Member</dc:creator><description>Having learnt bits and pieces of the Raspberry Pi, and now wanting to expand to other devices, this course looks ideal. Learning the basics of C will be great for someone like me who has only used Python (and only at a self-taught level at that). C is used on lots of devices so I see this as an intro to all of them.</description></item><item><title /><link>https://community.element14.com/learn/learning-center/moocs/ti-valparaiso-udemy/w/documents/919/an-introduction-to-microcontrollers-and-the-c-programming-language-info?CommentId=e6c88af8-3c68-4715-936f-262e62a98f4b</link><pubDate>Sat, 19 Sep 2015 23:49:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e6c88af8-3c68-4715-936f-262e62a98f4b</guid><dc:creator>Former Member</dc:creator><description>Thanks, Thomas! We are glad you like the &amp;quot;teaser&amp;quot; content we have upload so far. : ) You can expect more to start rolling out over the next 7-10 days as we prepare for the official launch on September 28th.</description></item></channel></rss>