<?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>how to read  LPS22hb file function ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66957/how-to-read-lps22hb-file-function</link><description>I am trying to integrate LPS22hb sensor n nrf52832. I am starting with twi_master_using_nrf_twi_mngr example(sdk15a-&amp;gt;compents-&amp;gt;drivers_ext-&amp;gt;lps22hb) 
 I have added lps22hb.c,lps22hb.h and lps22hb_internal.h to my the twi_master_using_nrf_twi_mngr example</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 16 Oct 2020 11:33:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66957/how-to-read-lps22hb-file-function" /><item><title>RE: how to read  LPS22hb file function ?</title><link>https://devzone.nordicsemi.com/thread/275334?ContentTypeID=1</link><pubDate>Fri, 16 Oct 2020 11:33:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa1f1c9c-c611-4067-868a-09ad5f03cd28</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;This is a linker error, it is complaining that it cannot find the definition of&amp;nbsp;nrf_twi_sensor_reg_write in your project. Please make sure if you have included nrf_two_sensor.c into your project to compile and that the nrf_twi_sensor.h file is included as the header file inclusion in lps22hb.c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to read  LPS22hb file function ?</title><link>https://devzone.nordicsemi.com/thread/275018?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2020 09:31:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63e6296a-3db8-47a6-8f1a-1cc9f90ac527</guid><dc:creator>dewal</dc:creator><description>&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1602754196906v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;hi, this error occured while loading the code. which parameter need to pass while calling this function into main file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to read  LPS22hb file function ?</title><link>https://devzone.nordicsemi.com/thread/274849?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 10:30:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ce6e73d-5b68-492f-87ab-fa698585f7f7</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Dewal,&lt;/p&gt;
&lt;p&gt;To get best response from the community, you need to describe more.&lt;/p&gt;
&lt;p&gt;What error number you are getting when calling that function. Have you tried usin gthe reference example that I linked in my earlier reply? Did you try to debug the error in any way? which instruction inside that API has the failure exactly?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to read  LPS22hb file function ?</title><link>https://devzone.nordicsemi.com/thread/274221?ContentTypeID=1</link><pubDate>Mon, 12 Oct 2020 08:28:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0105d7fe-7f8d-4882-8c32-8896459cfa70</guid><dc:creator>dewal</dc:creator><description>&lt;p&gt;i have problem while calling this below function int main file. can please tell me&amp;nbsp; which parameter need to pass from this function&lt;/p&gt;
&lt;p&gt;err_code = nrf_twi_sensor_reg_read(p_instance-&amp;gt;p_sensor_data,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; p_instance-&amp;gt;sensor_addr,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPS22HB_REG_PRESS_OUT_XL,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (nrf_twi_sensor_reg_cb_t) user_callback,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (uint8_t *) p_out_data,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; samples * LPS22HB_BYTES_PER_SAMPLE);&lt;/p&gt;
&lt;p&gt;please help me if anyone doing this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to read  LPS22hb file function ?</title><link>https://devzone.nordicsemi.com/thread/274204?ContentTypeID=1</link><pubDate>Mon, 12 Oct 2020 07:39:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47d72e59-882e-42d6-a4f9-b5c8087af4c8</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;We do not any example using the driver for lps22hb available in our SDK.&lt;/p&gt;
&lt;p&gt;You can find a reference example in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/58943/set-up-lps22hb-with-nrf52840"&gt;this &lt;/a&gt;thread in the attached zip file to get an idea on how to use the API from the driver.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to read  LPS22hb file function ?</title><link>https://devzone.nordicsemi.com/thread/274178?ContentTypeID=1</link><pubDate>Mon, 12 Oct 2020 05:16:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4ba1b92-3382-430d-9637-8fe575e8a74d</guid><dc:creator>dewal</dc:creator><description>&lt;p&gt;please reply nordic forum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>