<?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>Intefacing Adafruit Feather nRF52 Bluefruit LE with Raspberry pi?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89181/intefacing-adafruit-feather-nrf52-bluefruit-le-with-raspberry-pi</link><description>I&amp;#39;m working on Electronic Shelf Label project using Feather nRF52 with Raspberry pi for server connection. I need to Adafruit Feather nRF52 to receive data from raspberry pi and send the data to specific slave via Bluetooth. How do I connect Adafruit</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Jun 2022 11:42:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89181/intefacing-adafruit-feather-nrf52-bluefruit-le-with-raspberry-pi" /><item><title>RE: Intefacing Adafruit Feather nRF52 Bluefruit LE with Raspberry pi?</title><link>https://devzone.nordicsemi.com/thread/374139?ContentTypeID=1</link><pubDate>Fri, 24 Jun 2022 11:42:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6e64576-eb9a-4954-9ac8-aa9da547dfb5</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;I see, sounds like you&amp;#39;d want to use UART maybe?&lt;/p&gt;
&lt;p&gt;Note that using UART and BLE simultaneously can be problematic because of the BLE stack&amp;#39;s strict timing constraints. One solution to this problem would be to consider using the nRF53 chip, where you can run the BLE code on its own core. If you are determined to use the nRF52 I would recommend using the UARTE API in order to send and receive data directly to/from RAM:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fuarte.html"&gt;https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fuarte.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfx/drivers/uarte/driver.html"&gt;http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrfx/drivers/uarte/driver.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Intefacing Adafruit Feather nRF52 Bluefruit LE with Raspberry pi?</title><link>https://devzone.nordicsemi.com/thread/374110?ContentTypeID=1</link><pubDate>Fri, 24 Jun 2022 10:32:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e55e938-a55a-4a04-9362-fa831b1ab487</guid><dc:creator>KKaushik</dc:creator><description>&lt;p&gt;Regarding my original question, Communication between Raspberry Pi and nRF52 module:&amp;nbsp;I meant using a wired connection between Raspberry Pi and nRF52 module, as raspberry will read data from the online server and transfer it to the nRF52 module (wired connection).&lt;/p&gt;
&lt;p&gt;BLE will be used between two nRF52 modules (slave and master configuration).&lt;/p&gt;
&lt;p&gt;So I wanted to know some example code or interfacing connection between the nRF52 module and Raspberry pi.&lt;/p&gt;
&lt;p&gt;Note: By nRF52 module: Bluefruit nRF52 feather, I am using this for the development phase, for final I&amp;#39;ll use just chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Intefacing Adafruit Feather nRF52 Bluefruit LE with Raspberry pi?</title><link>https://devzone.nordicsemi.com/thread/374089?ContentTypeID=1</link><pubDate>Fri, 24 Jun 2022 09:25:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:039a0f3e-ac96-42ca-a5b4-3471949bc878</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;An nRF52840 DK is used in the tutorial, but BLE programming is done the same way on your device.&lt;/p&gt;
&lt;p&gt;You won&amp;#39;t have the DK&amp;#39;s buttons and leds available, but the tutorial should still be helpful in understanding how BLE programming works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Intefacing Adafruit Feather nRF52 Bluefruit LE with Raspberry pi?</title><link>https://devzone.nordicsemi.com/thread/373569?ContentTypeID=1</link><pubDate>Wed, 22 Jun 2022 05:51:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a73de93-dcb9-4979-8cf3-66d98ff9110a</guid><dc:creator>KKaushik</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have worked on HC-05 and ESP32 BLE before, but now as the project requirement is high power efficiency, the nRF52 series seems the best option.&lt;/p&gt;
&lt;p&gt;Using Raspberry Pi for a temporary basis later I&amp;#39;ll use a different controller so I can&amp;#39;t remove nRF52 from the gateway node.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll go through the link for the basics of nRF52 BLE programming but there is mentioned it requires nRF52840 DK but I have Adafruit Feather nRF52 Bluefruit LE - nRF52382.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Intefacing Adafruit Feather nRF52 Bluefruit LE with Raspberry pi?</title><link>https://devzone.nordicsemi.com/thread/373431?ContentTypeID=1</link><pubDate>Tue, 21 Jun 2022 11:52:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99570df1-a086-4ab7-8c07-e645770e997a</guid><dc:creator>Einarh</dc:creator><description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;What Raspberry Pi model are you using? As far as I know there has been built-in Bluetooth since Raspberry Pi 3?&lt;/p&gt;
&lt;p&gt;Have you programmed BLE before?&lt;/p&gt;
&lt;p&gt;I would recommend going through this tutorial to learn the basics if you are not familiar with it:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/edvinand/custom_ncs_ble_service_sample"&gt;https://github.com/edvinand/custom_ncs_ble_service_sample&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>