<?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 2 &#8211; WICED Bluetooth: Your First Project(s)	</title>
	<atom:link href="https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/feed/" rel="self" type="application/rss+xml" />
	<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/</link>
	<description>Engineering for the Internet of Things</description>
	<lastBuildDate>Sun, 21 Jul 2019 17:47:11 +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-2-wiced-bluetooth-your-first-projects/#comment-13943</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Sun, 21 Jul 2019 17:47:11 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-13943</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13875&quot;&gt;Stan N.&lt;/a&gt;.

Yes... all of that code is in the ROM and probably isn&#039;t going to change.  But I understand you pain.
Alan]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13875">Stan N.</a>.</p>
<p>Yes&#8230; all of that code is in the ROM and probably isn&#8217;t going to change.  But I understand you pain.<br />
Alan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stan N.		</title>
		<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13875</link>

		<dc:creator><![CDATA[Stan N.]]></dc:creator>
		<pubDate>Mon, 15 Jul 2019 15:10:40 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-13875</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13777&quot;&gt;Alan Hawse&lt;/a&gt;.

Couple ideas as per your request:
The functionality I’m missing (guess others too) is the batch check / set couple GPIOs. For example I could check just with a simple operation (I0_values_register &#038; IOs_of_interst_mask )  if any of the multiple buttons (represented in IOs_of_interst_mask ) are pressed/released – instead of coding multiple wiced_hal_gpio_get_pin_input_status ().
Also with same approach to enable/disable  interrupts or certain IOs trough config registries
And the last functionality that comes in my mind  right now – config/ (read config) of IOs as outputs, because currently there is  a bug in WICED - wiced_hal_gpio_configure_pin or maybe in wiced_hal_gpio_get_pin_config and when try to configure a pin as output , next check with wiced_hal_gpio_get_pin_config return it as input. https://community.cypress.com/thread/47164
Regards]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13777">Alan Hawse</a>.</p>
<p>Couple ideas as per your request:<br />
The functionality I’m missing (guess others too) is the batch check / set couple GPIOs. For example I could check just with a simple operation (I0_values_register &amp; IOs_of_interst_mask )  if any of the multiple buttons (represented in IOs_of_interst_mask ) are pressed/released – instead of coding multiple wiced_hal_gpio_get_pin_input_status ().<br />
Also with same approach to enable/disable  interrupts or certain IOs trough config registries<br />
And the last functionality that comes in my mind  right now – config/ (read config) of IOs as outputs, because currently there is  a bug in WICED &#8211; wiced_hal_gpio_configure_pin or maybe in wiced_hal_gpio_get_pin_config and when try to configure a pin as output , next check with wiced_hal_gpio_get_pin_config return it as input. <a href="https://community.cypress.com/thread/47164" rel="nofollow ugc">https://community.cypress.com/thread/47164</a><br />
Regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13777</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Tue, 02 Jul 2019 09:26:04 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-13777</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13681&quot;&gt;Stan N.&lt;/a&gt;.

OK... I could do that... do you have some specific things that you are interested in?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13681">Stan N.</a>.</p>
<p>OK&#8230; I could do that&#8230; do you have some specific things that you are interested in?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13775</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Tue, 02 Jul 2019 09:24:01 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-13775</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13707&quot;&gt;Stan N.&lt;/a&gt;.

Thanks for the nice words....

For the chips which came from Broadcomm we have not generally released the register maps... unfortunately.  All of the PSoCs + all of the new wireless chips will have that data.  I know that this isn&#039;t a very satisfactory answer but that is the deal.

Alan]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13707">Stan N.</a>.</p>
<p>Thanks for the nice words&#8230;.</p>
<p>For the chips which came from Broadcomm we have not generally released the register maps&#8230; unfortunately.  All of the PSoCs + all of the new wireless chips will have that data.  I know that this isn&#8217;t a very satisfactory answer but that is the deal.</p>
<p>Alan</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stan N.		</title>
		<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13707</link>

		<dc:creator><![CDATA[Stan N.]]></dc:creator>
		<pubDate>Mon, 24 Jun 2019 20:29:37 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-13707</guid>

					<description><![CDATA[Congrats for the good tutorials. Could you, please, consider to add some additional information regarding memory map/registers of CYW20719 as such information is not available neither in the spec sheets nor in the tutorials published so far.  I am interested currently on the GPIO registers ….
Thanks]]></description>
			<content:encoded><![CDATA[<p>Congrats for the good tutorials. Could you, please, consider to add some additional information regarding memory map/registers of CYW20719 as such information is not available neither in the spec sheets nor in the tutorials published so far.  I am interested currently on the GPIO registers ….<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stan N.		</title>
		<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-13681</link>

		<dc:creator><![CDATA[Stan N.]]></dc:creator>
		<pubDate>Thu, 20 Jun 2019 14:33:53 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-13681</guid>

					<description><![CDATA[Very good job done, Alan!
Would be quite helpful if you can add some lesson for manipulating GPIOs  direct from registers / memory as neither memory map is available for CYW20719 nor API has enough functionality to perform some of very common GPIO tasks.]]></description>
			<content:encoded><![CDATA[<p>Very good job done, Alan!<br />
Would be quite helpful if you can add some lesson for manipulating GPIOs  direct from registers / memory as neither memory map is available for CYW20719 nor API has enough functionality to perform some of very common GPIO tasks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-12845</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Sun, 31 Mar 2019 16:01:45 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-12845</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-11930&quot;&gt;Chumei Yang&lt;/a&gt;.

I dont know.  Can you please post on the Cypress community.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-11930">Chumei Yang</a>.</p>
<p>I dont know.  Can you please post on the Cypress community.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chumei Yang		</title>
		<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-11930</link>

		<dc:creator><![CDATA[Chumei Yang]]></dc:creator>
		<pubDate>Thu, 28 Feb 2019 18:45:00 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-11930</guid>

					<description><![CDATA[I followed all the steps but when I tried to make the target, the following error showed up &quot;:0:16: error: invalid suffix &quot;_spar_crt_setup&quot; on integer constant&quot;. Any suggestions? Thanks for the course!]]></description>
			<content:encoded><![CDATA[<p>I followed all the steps but when I tried to make the target, the following error showed up &#8220;:0:16: error: invalid suffix &#8220;_spar_crt_setup&#8221; on integer constant&#8221;. Any suggestions? Thanks for the course!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan Hawse		</title>
		<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-11229</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Sat, 02 Feb 2019 21:57:56 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-11229</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-11089&quot;&gt;Fausto Bini&lt;/a&gt;.

That module has the 20706 ... the bluetooth is very similar and should work fine.... the peripherals are a bit different and you will need to sort that out.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-11089">Fausto Bini</a>.</p>
<p>That module has the 20706 &#8230; the bluetooth is very similar and should work fine&#8230;. the peripherals are a bit different and you will need to sort that out.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Fausto Bini		</title>
		<link>https://iotexpert.com/lesson-2-wiced-bluetooth-your-first-projects/#comment-11089</link>

		<dc:creator><![CDATA[Fausto Bini]]></dc:creator>
		<pubDate>Wed, 30 Jan 2019 19:18:41 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=5404#comment-11089</guid>

					<description><![CDATA[Well done! These lessons for WICED Ble are very useful. It helps the transitions from PSoC 4 BLE to this new toolchain.
Could I utilize CYBT-343026-EVAL kit to follow through or is the specified evaluation kit a requirement?]]></description>
			<content:encoded><![CDATA[<p>Well done! These lessons for WICED Ble are very useful. It helps the transitions from PSoC 4 BLE to this new toolchain.<br />
Could I utilize CYBT-343026-EVAL kit to follow through or is the specified evaluation kit a requirement?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
