<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Lesson 4 &#8211; PSoC 6 Introduction: CapSense	</title>
	<atom:link href="https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/feed/" rel="self" type="application/rss+xml" />
	<link>https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/</link>
	<description>Engineering for the Internet of Things</description>
	<lastBuildDate>Mon, 22 Oct 2018 11:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-7720</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Fri, 05 Oct 2018 16:48:51 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4547#comment-7720</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-7645&quot;&gt;JWeaver&lt;/a&gt;.

Thanks... good catch.  Ill fix it.
Alan]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-7645">JWeaver</a>.</p>
<p>Thanks&#8230; good catch.  Ill fix it.<br />
Alan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JWeaver		</title>
		<link>https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-7645</link>

		<dc:creator><![CDATA[JWeaver]]></dc:creator>
		<pubDate>Wed, 03 Oct 2018 13:28:43 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4547#comment-7645</guid>

					<description><![CDATA[FYI for those trying to duplicate what Alan is doing,   if you run the UART task as shown above, you&#039;ll notice that two case statements are missing for  &quot;s&quot; and &quot;S&quot;  to start and stop the PWM.   Just add them (from Lesson 3)  for completeness if you wish.]]></description>
			<content:encoded><![CDATA[<p>FYI for those trying to duplicate what Alan is doing,   if you run the UART task as shown above, you&#8217;ll notice that two case statements are missing for  &#8220;s&#8221; and &#8220;S&#8221;  to start and stop the PWM.   Just add them (from Lesson 3)  for completeness if you wish.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-4508</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Fri, 02 Feb 2018 21:17:02 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4547#comment-4508</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-4506&quot;&gt;Charles&lt;/a&gt;.

I made an edit to show where.  Thanks for the comment]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-4506">Charles</a>.</p>
<p>I made an edit to show where.  Thanks for the comment</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Charles		</title>
		<link>https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-4506</link>

		<dc:creator><![CDATA[Charles]]></dc:creator>
		<pubDate>Fri, 02 Feb 2018 18:15:48 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4547#comment-4506</guid>

					<description><![CDATA[For the section &quot;Add a new PWM Task and Modify the UART Task&quot;, the section is not explicit in saying where you are supposed to put the subsequent code.]]></description>
			<content:encoded><![CDATA[<p>For the section &#8220;Add a new PWM Task and Modify the UART Task&#8221;, the section is not explicit in saying where you are supposed to put the subsequent code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-3995</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Mon, 13 Nov 2017 19:02:31 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4547#comment-3995</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-3958&quot;&gt;Tom Oke&lt;/a&gt;.

1- Yes you are right... if it had stayed at 10240 (which for some reason is the PSoC Creator default it wouldn&#039;t work.  I notice above that I &quot;say&quot; to make it (48*1024) which I just picked out of the air.

2- Yes you are right.  If you look in the workspace on git hub I have the CapSense project priorities all set at 3... which means that when I made that workspace I didn&#039;t copy/paste as I showed in the demo.

Personally I think having their priority all set to (3) is the best way.

Thank you for the clarifications and I am glad you enjoyed the event.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-3958">Tom Oke</a>.</p>
<p>1- Yes you are right&#8230; if it had stayed at 10240 (which for some reason is the PSoC Creator default it wouldn&#8217;t work.  I notice above that I &#8220;say&#8221; to make it (48*1024) which I just picked out of the air.</p>
<p>2- Yes you are right.  If you look in the workspace on git hub I have the CapSense project priorities all set at 3&#8230; which means that when I made that workspace I didn&#8217;t copy/paste as I showed in the demo.</p>
<p>Personally I think having their priority all set to (3) is the best way.</p>
<p>Thank you for the clarifications and I am glad you enjoyed the event.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom Oke		</title>
		<link>https://iotexpert.com/lesson-4-psoc-6-introduction-capsense/#comment-3958</link>

		<dc:creator><![CDATA[Tom Oke]]></dc:creator>
		<pubDate>Thu, 09 Nov 2017 21:00:42 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=4547#comment-3958</guid>

					<description><![CDATA[I found a few things I had to correct (unless I missed something).

1. If the configTOTAL_HEAP_SIZE was left as the 10240, the Capsense task would fail to start and return a -1 code, indicative of not enough memory.
2. With the heap set higher (I took your 48*1024) from the webinar, the capsense would start, but since the task creation priorities were 3 for the PWM and Capsense but only 1 for the UART task, it would not start (at least to the printf) until I changed the taskYIELD to a vTaskDelay(1), or changed the UART priority to the 3 as well to let the pre-emptive scheduler work things out.

Otherwise the webinar was great, informative and entertaining.  Thanks very much.]]></description>
			<content:encoded><![CDATA[<p>I found a few things I had to correct (unless I missed something).</p>
<p>1. If the configTOTAL_HEAP_SIZE was left as the 10240, the Capsense task would fail to start and return a -1 code, indicative of not enough memory.<br />
2. With the heap set higher (I took your 48*1024) from the webinar, the capsense would start, but since the task creation priorities were 3 for the PWM and Capsense but only 1 for the UART task, it would not start (at least to the printf) until I changed the taskYIELD to a vTaskDelay(1), or changed the UART priority to the 3 as well to let the pre-emptive scheduler work things out.</p>
<p>Otherwise the webinar was great, informative and entertaining.  Thanks very much.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
