<?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: PSoC4 BLE Central Custom Profile w/LED &#038; CapSense	</title>
	<atom:link href="https://iotexpert.com/psoc4-ble-central-custom-profile-wled-capsense/feed/" rel="self" type="application/rss+xml" />
	<link>https://iotexpert.com/psoc4-ble-central-custom-profile-wled-capsense/</link>
	<description>Engineering for the Internet of Things</description>
	<lastBuildDate>Wed, 02 Jan 2019 22:54:58 +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/psoc4-ble-central-custom-profile-wled-capsense/#comment-9914</link>

		<dc:creator><![CDATA[Alan Hawse]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 22:54:58 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3423#comment-9914</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/psoc4-ble-central-custom-profile-wled-capsense/#comment-9912&quot;&gt;DOUG&lt;/a&gt;.

Well... this turned out to be a bit of a long answer... so here is the &lt;a href=&quot;https://iotexpert.com/2019/01/02/ble-write-request-write-command-signed-write-command-prepare-write/&quot;&gt;answer&lt;/a&gt;:
https://iotexpert.com/2019/01/02/ble-write-request-write-command-signed-write-command-prepare-write/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/psoc4-ble-central-custom-profile-wled-capsense/#comment-9912">DOUG</a>.</p>
<p>Well&#8230; this turned out to be a bit of a long answer&#8230; so here is the <a href="https://iotexpert.com/2019/01/02/ble-write-request-write-command-signed-write-command-prepare-write/">answer</a>:<br />
<a href="https://iotexpert.com/2019/01/02/ble-write-request-write-command-signed-write-command-prepare-write/" rel="ugc">https://iotexpert.com/2019/01/02/ble-write-request-write-command-signed-write-command-prepare-write/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: DOUG		</title>
		<link>https://iotexpert.com/psoc4-ble-central-custom-profile-wled-capsense/#comment-9912</link>

		<dc:creator><![CDATA[DOUG]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 18:22:20 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3423#comment-9912</guid>

					<description><![CDATA[Hi, I am having some problems understanding &quot;write without response&quot; setup. 
 In the &quot;capsenseled&quot; server project  &quot;CYBLE_EVT_GATTS_WRITE_REQ&quot; is used instead of &quot;CYBLE_EVT_GATTS_WRITE_CMD_REQ&quot; in the event handler, but &quot;write without response&quot; is selected in the component setup.
 According to this other project I am looking at ( https://www.digikey.com/eewiki/pages/viewpage.action?pageId=55574662 ) both are used with comments as follows

  case CYBLE_EVT_GATTS_WRITE_REQ: //Write with response
  case CYBLE_EVT_GATTS_WRITE_CMD_REQ: //Write without response

Why is &quot;CYBLE_EVT_GATTS_WRITE_CMD_REQ&quot; NOT used in the capsenseled project, and does &quot;CYBLE_EVT_GATTS_WRITE_REQ&quot; still function in a write without response setup?
Am I misunderstanding the definition of a response?
Is the &quot;response&quot; referring to an event that occurs within the server device, or is a response defined as a reply from the client device? 

I am trying to set up a low power single button remote to report the state of the button, to be handled by the client which is connected to a larger power source and will possibly count edges, measure button press duration, or both, etc. Ideally the remote would be asleep except for when it needs to tell the client that the button has changed states, and would not spend any energy processing a response from the client.]]></description>
			<content:encoded><![CDATA[<p>Hi, I am having some problems understanding &#8220;write without response&#8221; setup.<br />
 In the &#8220;capsenseled&#8221; server project  &#8220;CYBLE_EVT_GATTS_WRITE_REQ&#8221; is used instead of &#8220;CYBLE_EVT_GATTS_WRITE_CMD_REQ&#8221; in the event handler, but &#8220;write without response&#8221; is selected in the component setup.<br />
 According to this other project I am looking at ( <a href="https://www.digikey.com/eewiki/pages/viewpage.action?pageId=55574662" rel="nofollow ugc">https://www.digikey.com/eewiki/pages/viewpage.action?pageId=55574662</a> ) both are used with comments as follows</p>
<p>  case CYBLE_EVT_GATTS_WRITE_REQ: //Write with response<br />
  case CYBLE_EVT_GATTS_WRITE_CMD_REQ: //Write without response</p>
<p>Why is &#8220;CYBLE_EVT_GATTS_WRITE_CMD_REQ&#8221; NOT used in the capsenseled project, and does &#8220;CYBLE_EVT_GATTS_WRITE_REQ&#8221; still function in a write without response setup?<br />
Am I misunderstanding the definition of a response?<br />
Is the &#8220;response&#8221; referring to an event that occurs within the server device, or is a response defined as a reply from the client device? </p>
<p>I am trying to set up a low power single button remote to report the state of the button, to be handled by the client which is connected to a larger power source and will possibly count edges, measure button press duration, or both, etc. Ideally the remote would be asleep except for when it needs to tell the client that the button has changed states, and would not spend any energy processing a response from the client.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: arh@elkhorn-creek.org		</title>
		<link>https://iotexpert.com/psoc4-ble-central-custom-profile-wled-capsense/#comment-7438</link>

		<dc:creator><![CDATA[arh@elkhorn-creek.org]]></dc:creator>
		<pubDate>Sat, 22 Sep 2018 13:32:35 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3423#comment-7438</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://iotexpert.com/psoc4-ble-central-custom-profile-wled-capsense/#comment-7258&quot;&gt;Ajit&lt;/a&gt;.

It can be found in the workspace at this github site https://github.com/iotexpert/PSoC4BLE-Central]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://iotexpert.com/psoc4-ble-central-custom-profile-wled-capsense/#comment-7258">Ajit</a>.</p>
<p>It can be found in the workspace at this github site <a href="https://github.com/iotexpert/PSoC4BLE-Central" rel="nofollow ugc">https://github.com/iotexpert/PSoC4BLE-Central</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ajit		</title>
		<link>https://iotexpert.com/psoc4-ble-central-custom-profile-wled-capsense/#comment-7258</link>

		<dc:creator><![CDATA[Ajit]]></dc:creator>
		<pubDate>Wed, 12 Sep 2018 11:25:28 +0000</pubDate>
		<guid isPermaLink="false">https://iotexpert.com/?p=3423#comment-7258</guid>

					<description><![CDATA[Dear Sir, where I can get source code for “centralled”.]]></description>
			<content:encoded><![CDATA[<p>Dear Sir, where I can get source code for “centralled”.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
