<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.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/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF52832, STM32 Central w/ Serialization not scanning</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26935/nrf52832-stm32-central-w-serialization-not-scanning</link><description>I&amp;#39;m trying to implement a BLE Central device on an STM32 using Serialization to connect with an nRF52-DK board; I&amp;#39;ve previously gotten a BLE Peripheral working on the same setup (in this case I&amp;#39;m not trying to use Central and Peripheral in the same firmware</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 16 Nov 2017 17:06:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26935/nrf52832-stm32-central-w-serialization-not-scanning" /><item><title>RE: nRF52832, STM32 Central w/ Serialization not scanning</title><link>https://devzone.nordicsemi.com/thread/105825?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2017 17:06:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a586521-cb8f-4614-9d3e-c084d71c3cce</guid><dc:creator>Ben</dc:creator><description>&lt;p&gt;I found an apparent solution to this problem.&lt;/p&gt;
&lt;p&gt;The settings between my STM32 Serialization firmware and the Connectivity / SoftDevice that I loaded weren&amp;#39;t the same.  In particular changing the below config defines to match between Serialization and Connectivity resolved the issues and I can now see advertising packets and connect accordingly.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;// &amp;lt;o&amp;gt; NRF_SDH_BLE_GAP_EVENT_LENGTH - The time set aside for this connection on every connection interval in 1.25 ms units. 
#ifndef NRF_SDH_BLE_GAP_EVENT_LENGTH
#define NRF_SDH_BLE_GAP_EVENT_LENGTH 320
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_GATT_MAX_MTU_SIZE - Static maximum MTU size. 
#ifndef NRF_SDH_BLE_GATT_MAX_MTU_SIZE
#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE - Attribute Table size in bytes. The size must be a multiple of 4. 
#ifndef NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE
#define NRF_SDH_BLE_GATTS_ATTR_TAB_SIZE (1408)
#endif

// &amp;lt;o&amp;gt; NRF_SDH_BLE_VS_UUID_COUNT - The number of vendor-specific UUIDs. 
#ifndef NRF_SDH_BLE_VS_UUID_COUNT
#define NRF_SDH_BLE_VS_UUID_COUNT 4
#endif
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832, STM32 Central w/ Serialization not scanning</title><link>https://devzone.nordicsemi.com/thread/105824?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2017 15:22:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4db6f0f5-18ae-4b7f-99df-03ae484237ae</guid><dc:creator>Ben</dc:creator><description>&lt;p&gt;nRF5 v14.1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832, STM32 Central w/ Serialization not scanning</title><link>https://devzone.nordicsemi.com/thread/105823?ContentTypeID=1</link><pubDate>Thu, 16 Nov 2017 12:58:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5299da44-621e-44e6-9d50-e838660b2a3e</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Which SDK are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>