<?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>Electromaker - Make it smart contest - Accessing Accelerometer Data via nRF Cloud API</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85570/electromaker---make-it-smart-contest---accessing-accelerometer-data-via-nrf-cloud-api</link><description>I submitted a project idea for the Electromaker make it smart thingy:91 contest. Part of that was to detect and alert a user if there was an impact. This would require access to accelerometer data. The only accelerometer data I seem to be able to retrieve</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Mar 2022 15:34:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85570/electromaker---make-it-smart-contest---accessing-accelerometer-data-via-nrf-cloud-api" /><item><title>RE: Electromaker - Make it smart contest - Accessing Accelerometer Data via nRF Cloud API</title><link>https://devzone.nordicsemi.com/thread/357247?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2022 15:34:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a72f4ccb-156a-4a1d-b5f9-ec9a6de7f8c4</guid><dc:creator>Colin Russell-Conway</dc:creator><description>&lt;p&gt;Thanks Markus. While grabbing the info from the API is something I can manage, I think&amp;nbsp;handling the accelerometer data might be a little above my skill level.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Electromaker - Make it smart contest - Accessing Accelerometer Data via nRF Cloud API</title><link>https://devzone.nordicsemi.com/thread/357130?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2022 11:49:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:361da322-9ccf-4dcd-8287-b347055006a4</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;p&gt;nRF Cloud does not support&amp;nbsp;accelerometer data in the UI, it needs to be sent as a batch message, however you need to implement this, &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/0b8714ef3c67361ccb73833cc5a8427231eae516/applications/asset_tracker_v2/src/cloud/cloud_codec/nrf_cloud/nrf_cloud_codec.c#L710"&gt;because it&amp;#39;s currently not handled&lt;/a&gt;. All (batch) messages sent by your device are accessible via the &lt;a href="https://api.nrfcloud.com/v1#operation/ListMessages"&gt;ListMessages endpoint&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Electromaker - Make it smart contest - Accessing Accelerometer Data via nRF Cloud API</title><link>https://devzone.nordicsemi.com/thread/357032?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2022 07:59:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c3f0075-3cc6-4351-b81d-362fb5243a77</guid><dc:creator>Colin Russell-Conway</dc:creator><description>&lt;p&gt;Thanks Martin.&amp;nbsp; Appreciate that.&amp;nbsp; I&amp;#39;m happy with just &amp;quot;there&amp;#39;s been movement&amp;quot; so that should suffice, I&amp;#39;ll enable it now.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On the nRF Cloud side is there any REST API property (I think most of the others like temp are listed under &amp;quot;appId&amp;quot;) I should be looking for or is it just a standard message?&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: Electromaker - Make it smart contest - Accessing Accelerometer Data via nRF Cloud API</title><link>https://devzone.nordicsemi.com/thread/357029?ContentTypeID=1</link><pubDate>Wed, 09 Mar 2022 07:54:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4cfff37-2616-46be-b274-5faf6c34986e</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Colin,&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Yes, you can enable DATA_ACCELEROMETER_BUFFER_STORE in asset_tracker_v2 and it will then send the accelerometer readings to the cloud. However, there is a reason we have turned that&amp;nbsp;OFF by default in the application, right now it&amp;#39;s a bit hard to interpret the values into something more meaningful than &amp;quot;is there movement?&amp;quot;. Even flip can be problematic because the up/downsides are hardcoded and only work properly on the DK. Better access to the accelerometer is something we are looking into improving.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Best regards,&lt;br /&gt;Martin L.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>