<?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>nRF52480 I2C Interface with Invensense ICM 20948</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/45205/nrf52480-i2c-interface-with-invensense-icm-20948</link><description>Hello peeps, 
 nRF52480 I2C Interface with Invensense ICM 20948. I am using SDK 15.2. I see there is some Support for MPU 6050 Invensense but not for ICM 20948. A lot of Registers have been changed in fact there are Register Banks added to the ICM. Kindly</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 06 Mar 2020 09:11:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/45205/nrf52480-i2c-interface-with-invensense-icm-20948" /><item><title>RE: nRF52480 I2C Interface with Invensense ICM 20948</title><link>https://devzone.nordicsemi.com/thread/238451?ContentTypeID=1</link><pubDate>Fri, 06 Mar 2020 09:11:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31455a7e-b853-4130-836d-c0ee2273e1f6</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Again, that has nothing to do with Nordic or the nRF52 - that is purely a question for &lt;strong&gt;Invensense&lt;/strong&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52480 I2C Interface with Invensense ICM 20948</title><link>https://devzone.nordicsemi.com/thread/238420?ContentTypeID=1</link><pubDate>Fri, 06 Mar 2020 04:33:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b66d579e-ed39-4667-abd3-222a7fac66f0</guid><dc:creator>NIDHIN K</dc:creator><description>&lt;p&gt;Dear Coppers,&lt;/p&gt;
&lt;p&gt;Have you found how to configure double tap in icm20948 ? I am also stuck on that. Can you help me that if u found any solution .&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52480 I2C Interface with Invensense ICM 20948</title><link>https://devzone.nordicsemi.com/thread/184047?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 11:33:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ad6d385-a7ad-4230-b51d-518a9737210b</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;You can find more example code here&amp;nbsp;&lt;a href="https://github.com/IOsonata/IOsonata/tree/master/exemples"&gt;https://github.com/IOsonata/IOsonata/tree/master/exemples&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52480 I2C Interface with Invensense ICM 20948</title><link>https://devzone.nordicsemi.com/thread/183990?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 08:44:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d1182cf-e3ee-4cde-b09a-af6d1d6fa9b2</guid><dc:creator>nikhilesh</dc:creator><description>&lt;p&gt;Hello Nguyen,&lt;/p&gt;
&lt;p&gt;Could you please guide me through how to use the drivers you provided for the nrf52840 twi &amp;lt;--&amp;gt; i2c ICM 20948 configuration and output? any sample code or just a function to access please?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52480 I2C Interface with Invensense ICM 20948</title><link>https://devzone.nordicsemi.com/thread/180976?ContentTypeID=1</link><pubDate>Tue, 09 Apr 2019 09:47:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e2da7aa-8e38-42ba-b7a6-d2de68ff34d2</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;1. Yes, both SPI &amp;amp; I2C drivers support burst mode. &amp;nbsp;That is how it can upload the DMP firmware into the ICM chip&lt;/p&gt;
&lt;p&gt;2. The code provide&amp;nbsp;you the driver and ground work to access the chip with the basic set of algo provided by Invensense DMP. &amp;nbsp;For more specialized algo, you&amp;#39;ll need to dig in and implement them. The design is object oriented. &amp;nbsp;There are 2 parts the agm_invn_... is the the raw sensor object and the imu_invn_... is the DMP algo you can add the double tap algo into that or implement your own specialized imu object. &amp;nbsp;There isn&amp;#39;t much docs about the DMP side of the ICM chip. &amp;nbsp;You&amp;#39;ll need to look into invensense example&amp;nbsp;code to figure it out. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;3. &amp;nbsp;I haven&amp;#39;t used IAR. &amp;nbsp;I think it normally should be able to compile C++ code. &amp;nbsp;Just try to add a .cpp with a dummy function to see how it compiles. &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52480 I2C Interface with Invensense ICM 20948</title><link>https://devzone.nordicsemi.com/thread/180939?ContentTypeID=1</link><pubDate>Tue, 09 Apr 2019 08:19:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0204b63d-7387-4360-9c31-60a55186dc13</guid><dc:creator>Coppers Copernicus</dc:creator><description>&lt;p&gt;Dear Nguyen,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks a million. But I have small questions. Please shed some light.&lt;/p&gt;
&lt;p&gt;1. I have a customized board where nRF52480 has to read ICM on burst read mode, as in I need the data fast enough for doing gestures. Is it possible with these drivers?&lt;/p&gt;
&lt;p&gt;2. I have to configure a double tap so that the ICM will wake up and start sending the IMU data to the nRF52480. How could i do this?&lt;/p&gt;
&lt;p&gt;3. The files you have posted here are all seem to be .cpp format. I am using IAR embedded workbench to flash the code where it uses only .c files. How do I make use of your files for my application.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kindly make some time to educate me. Thanks in advance :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52480 I2C Interface with Invensense ICM 20948</title><link>https://devzone.nordicsemi.com/thread/178806?ContentTypeID=1</link><pubDate>Thu, 28 Mar 2019 00:04:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90a882e2-5b07-4e4c-9df1-ebcbc45df9c1</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Source code example sending ICM-20968&amp;nbsp;data to Thingy App.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/IOsonata/IOsonata/tree/master/ARM/Nordic/exemples/BlueIOThingy"&gt;https://github.com/IOsonata/IOsonata/tree/master/ARM/Nordic/exemples/BlueIOThingy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Eclipse based project to compile&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/I-SYST/EHAL/tree/master/ARM/Nordic/nRF52840/exemples/BlueIOThingy"&gt;https://github.com/I-SYST/EHAL/tree/master/ARM/Nordic/nRF52840/exemples/BlueIOThingy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/IOsonata/IOsonata/tree/master/ARM/Nordic/nRF52/nRF52832/exemples/BlueIOThingy"&gt;https://github.com/IOsonata/IOsonata/tree/master/ARM/Nordic/nRF52/nRF52832/exemples/BlueIOThingy&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Driver source&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/IOsonata/IOsonata/blob/master/src/sensors/agm_invn_icm20948.cpp"&gt;https://github.com/IOsonata/IOsonata/blob/master/src/sensors/agm_invn_icm20948.cpp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/IOsonata/IOsonata/tree/master/src/imu"&gt;https://github.com/IOsonata/IOsonata/tree/master/src/imu&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Blog how to setup the Eclipse based development environmental to use the library&lt;/p&gt;
&lt;p&gt;&lt;a href="http://embeddedsoftdev.blogspot.com/p/ehal-nrf51.html"&gt;http://embeddedsoftdev.blogspot.com/p/ehal-nrf51.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52480 I2C Interface with Invensense ICM 20948</title><link>https://devzone.nordicsemi.com/thread/177670?ContentTypeID=1</link><pubDate>Thu, 21 Mar 2019 17:14:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e098ee1-2c11-442f-9dab-231423c20e2e</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;As far as the nRF52840 is concerned, they are both just I2C slaves. The&amp;nbsp;&lt;span&gt;nRF52840&amp;nbsp; fully supports communication with I2C slaves.&lt;/span&gt;&lt;/p&gt;
[quote userid="78277" url="~/f/nordic-q-a/45205/nrf52480-i2c-interface-with-invensense-icm-20948"]Kindly provide some Kind of source to generate a double&amp;nbsp;tap Interrupt and start getting the Acc, Gyr, Mag[/quote]
&lt;p&gt;&lt;span&gt;Don&amp;#39;t Invensense provide that?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Apart from normal internet search engines, a good&amp;nbsp;way for specifically finding source code is a search on GitHub ...&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>