<?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>Setup of nrf52832 bluetooth</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/95604/setup-of-nrf52832-bluetooth</link><description>Hello, 
 Our company developed software for a machine to work. We wanted to use the software on an existing factory board. We wanted to communicate with an app (ble) to the board via the nrf52832 chip. Therefor we need to set the name of the bluetooth</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Jan 2023 10:16:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/95604/setup-of-nrf52832-bluetooth" /><item><title>RE: Setup of nrf52832 bluetooth</title><link>https://devzone.nordicsemi.com/thread/405190?ContentTypeID=1</link><pubDate>Tue, 17 Jan 2023 10:16:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea3bfc91-3f19-44b3-9d15-fe9fa13e89de</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Yes, if you program the nRF yourself you have full flexibility. We ship empty ICs and a flexible SDK, that includes among other things a Bluetooth stack and a lot of examples for different use cases. Have a look at the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html"&gt;nRF Connect SDK&lt;/a&gt;. (If this makes sense in your project or not and how you want to do it I cannot say as It is not entirely clear to me what you would want to do in this case, and what the split between the nRF and the other MCU would be like).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setup of nrf52832 bluetooth</title><link>https://devzone.nordicsemi.com/thread/405093?ContentTypeID=1</link><pubDate>Mon, 16 Jan 2023 15:20:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64d54b1d-608a-4a64-b9ef-dea1374718a8</guid><dc:creator>ArnoldRacketclub</dc:creator><description>&lt;p&gt;What if I remove all the factory firmware? How can I use this nrf52832 chip for bluetooth? Can I upload the original Nordic firmware to use it? How can I then use it with C? Do I need a library for it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setup of nrf52832 bluetooth</title><link>https://devzone.nordicsemi.com/thread/404765?ContentTypeID=1</link><pubDate>Fri, 13 Jan 2023 10:33:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a0afd56-8a1c-4dd5-93fb-a62b704dd80e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;OK, so you hare an host&amp;nbsp;MCU (STM) and needs to use a nRF for BLE connectivity, and the host MCU communicates with the nRF over UART. Is that the case? Is it so that the nRF has some firmware running on it that handles this serialization and that use &amp;quot;TTM commands&amp;quot;? I have never heard about &amp;quot;TTM commands&amp;quot; and that is not something that is supplied by Nordic. So if you need to keep the firmware on the nRF (?) and use that, the first thing should be to figure out what it is and why supplied it. Perhaps the module manufacturer has some firmware running on it for BLE serialization? Or there is some other custom firmware running on it? If not, whoever&amp;nbsp;designed this initially&amp;nbsp;should know what they were using. When you learn about that, hopefully you can find some documentation on the protocol/API (this &amp;quot;TTM&amp;quot;) and how to use it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setup of nrf52832 bluetooth</title><link>https://devzone.nordicsemi.com/thread/404612?ContentTypeID=1</link><pubDate>Thu, 12 Jan 2023 15:12:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c529b3b-dede-496a-b4b3-e88146b1e720</guid><dc:creator>ArnoldRacketclub</dc:creator><description>&lt;p&gt;Hi Einar,&lt;/p&gt;
&lt;p&gt;Indeed, the board has been made for a STM32F103 and they are using the nrf52 in a MS50SFB for bluetooth communication. So the factory advised us to setup this nrf52 ble by sending some commands via the UART. The nrf52832 is programmed this way and the name could be changed. When starting the machine, the new name is visible (nrf Connect app shows the name in the scanner tab). But after a few seconds, the ble name is greyed and, when refreshing the devices in the scanner tab, the name is not showing anymore. We tried with longer delay between the commands but this didn&amp;#39;t help. I am not experienced in this and i also couldn&amp;#39;t find information on the internet about &amp;quot;TTM commands&amp;quot;, so maybe you can explain what this is and where i can find more information about these commands?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setup of nrf52832 bluetooth</title><link>https://devzone.nordicsemi.com/thread/404606?ContentTypeID=1</link><pubDate>Thu, 12 Jan 2023 14:59:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b52742bc-7912-415b-81bf-8ec56fc12cdd</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This code looks like STM code to me, which I am not familiar with. I see you are also using an nRF52832 for something but I am not sure about the relationship here. Can you elaborate a bit more, and explain which issues you are having on the nRF side and what you need help with on that end?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>