<?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>Streaming data from exercise bike service with NRF52840 dongle + raspberry pi 4</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72075/streaming-data-from-exercise-bike-service-with-nrf52840-dongle-raspberry-pi-4</link><description>Hello 
 I am new to all of this and am wondering if this is possible, and if anyone can point me in the right direction if it is. I am looking to create an open source project to turn a cheaper yet equal quality spin bike into a peloton like experience</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Mar 2021 10:00:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72075/streaming-data-from-exercise-bike-service-with-nrf52840-dongle-raspberry-pi-4" /><item><title>RE: Streaming data from exercise bike service with NRF52840 dongle + raspberry pi 4</title><link>https://devzone.nordicsemi.com/thread/297105?ContentTypeID=1</link><pubDate>Tue, 02 Mar 2021 10:00:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb9ed347-eabb-4aa3-ae1e-57eaf27b7854</guid><dc:creator>mileseverett</dc:creator><description>&lt;p&gt;Thank you so much! Issue closed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Streaming data from exercise bike service with NRF52840 dongle + raspberry pi 4</title><link>https://devzone.nordicsemi.com/thread/297098?ContentTypeID=1</link><pubDate>Tue, 02 Mar 2021 09:52:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:184db944-0d47-4c62-b852-feb310189da1</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You can plug the dongle into the USB port, so no soldering should be needed.&lt;/p&gt;
&lt;p&gt;The Javascript and python implementation are both wrappers for the actual driver library (&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver"&gt;pc-ble-driver)&lt;/a&gt; implemented in C++, and it is this C++ libary that must be compiled for ARM. I have built and run this on a Raspberry in the past, but the build system has changed a bit since then, so I&amp;#39;m not sure if still easy to do. &lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Streaming data from exercise bike service with NRF52840 dongle + raspberry pi 4</title><link>https://devzone.nordicsemi.com/thread/296658?ContentTypeID=1</link><pubDate>Fri, 26 Feb 2021 20:47:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e61d55f7-2e06-41ea-8b1b-53599d30b6e7</guid><dc:creator>mileseverett</dc:creator><description>&lt;p&gt;Hey, big appreciation for the response!&lt;/p&gt;
&lt;p&gt;I was having a lot of issues with the bleak library being a bit inconsistent so decided to go for something with more of an active community. If I understand you correctly, if I have the pc-ble-driver-py module installed, I would be able to use it along with the dongle without having to do any extra soldering/c programming? If the ARM chipset is an issue, then i&amp;#39;m sure I can find a low power x86 board.&lt;/p&gt;
&lt;p&gt;Additionally, i&amp;#39;ve seen that there is javascript drivers,&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-js/releases"&gt;https://github.com/NordicSemiconductor/pc-ble-driver-js/releases&lt;/a&gt;&amp;nbsp;do you know if these have also only been tested on x86?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;Miles&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Streaming data from exercise bike service with NRF52840 dongle + raspberry pi 4</title><link>https://devzone.nordicsemi.com/thread/296540?ContentTypeID=1</link><pubDate>Fri, 26 Feb 2021 12:49:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41343f9d-477e-4a4b-8690-d6739fb8dd16</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello Miles,&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have that much experience with BLE on Pi4 to be honest, but doesn&amp;#39;t it come with a built-in BLE chipset you can use?&amp;nbsp; In that case, maybe you can try out existing python modules such as this one: &lt;a href="https://github.com/hbldh/bleak"&gt;https://github.com/hbldh/bleak&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure if the library above supports pairing/bonding. That&amp;#39;s also something to consider if your peripheral requires it.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;
&lt;p&gt;Edit: forgot to add that it may be an option to use our &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver-py"&gt;pc-ble-driver-py &lt;/a&gt;with the nRF52840. The problem is that we are not testing this implementation on ARM, only x86. The libraries will also need to be built from source.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>