<?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>51822 development</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91315/51822-development</link><description>Hello, I have soldered up a 51822 and I am trying to connect it with an EmStat pico and get measurements. I am not sure how to program the chip and get it discoverable with the PsTouch app. The 51822 connects with a debugger but does not connect with</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Aug 2022 13:36:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91315/51822-development" /><item><title>RE: 51822 development</title><link>https://devzone.nordicsemi.com/thread/383949?ContentTypeID=1</link><pubDate>Tue, 30 Aug 2022 13:36:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:064330dd-f963-4f6d-86bd-6a68e2b895b5</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know how to set up the EmStat pico device, for that you would have to contact&amp;nbsp;PalmSens.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If they can tell you what the communication interface is between the pico and the host device, then I will try to help integrate this with the nRF52832 development kit.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The ble_app_uart example is documented &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/ble_sdk_app_nus_eval.html?cp=8_1_4_2_2_25"&gt;here&lt;/a&gt;. The documentation states that you should use it with the nRF Uart app for Android or iOS, but this is no longer the case. Instead you should use it with the nRF Toolbox app for Android/iOS.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With this app you can configure text commands that will be sent when you press a button in the app. Up to 9 buttons can be configured, and you can set the exact string value for each command.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any received data will show up in the app interface.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By default the ble_app_uart will connect the UART to a set of standard pins which are fed through the programming chip back to the PC over USB, so that you can view the UART data in a terminal on the PC.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Still, the UART pins will also be available on the pin headers, so that you can connect them to other boards.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please note that unless the pico is running at the same voltage level you will need a level shifter between the two boards, to ensure that the UART pins run at the same voltage.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 51822 development</title><link>https://devzone.nordicsemi.com/thread/383751?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 21:23:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd914d1a-c12c-47af-b803-eba976d8fb14</guid><dc:creator>JJ26</dc:creator><description>&lt;p&gt;Thank you for your comment. I am just starting out with BLEs and ordered the 51822 initially. I just got the 51832 as well and have started to work with that now. There are SDK files provided to set for measurements with the pico, could I upload them through an Arduino zero or uno with the UART interface using VS? I do not have much experience with programming, so my questions are a bit broad. Sorry for that. I am just not sure how to start the process. I know the chip on the 52832 comes blank, so what would I need to do to set up an initial connection with a phone and how would the debugging and UART setup&amp;nbsp;look? Is the UART setup just connecting the RX and TX pins?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: 51822 development</title><link>https://devzone.nordicsemi.com/thread/383232?ContentTypeID=1</link><pubDate>Thu, 25 Aug 2022 10:35:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc5a2bc5-b507-4194-8e84-6bea6a1789c2</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any reason why you are using the nRF51822, and not a newer device like the nRF52832 or the nRF5340?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you are just testing things out that is fine, but if you plan to make a product for mass production then the nRF51822 is not recommended.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As for connecting to the EmStat Pico it is limited what help we can provide with this. I assume you have checked out the documentation they have available on their website?&lt;br /&gt;&lt;a href="https://www.palmsens.com/product/oem-emstat-pico-module/"&gt;https://www.palmsens.com/product/oem-emstat-pico-module/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You could hook up the sensor to the nRF51822 over the UART interface, but you would need to develop some code for the nRF51822 to set up the UART interface and allow you to send/receive commands to/from the EmStat Pico.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The ble_app_uart example in the nRF5 SDK might be a good place to start, as it allows you to create a sort of BLE to UART bridge between an app on the phone and the UART interface on the nRF51 device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>