<?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 can I program the Thingy:91 to send Data every 10 Minutes?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112390/how-can-i-program-the-thingy-91-to-send-data-every-10-minutes</link><description>Hello, 
 I am a student and new programmer and got the Thingy:91 for a project at Uni. I went through the getting Started guides and now I am at the point, where I downloaded VS Code and nRF Connect is on it. The Thingy:91 has the newest firmware and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 01 Jul 2024 08:56:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112390/how-can-i-program-the-thingy-91-to-send-data-every-10-minutes" /><item><title>RE: How can I program the Thingy:91 to send Data every 10 Minutes?</title><link>https://devzone.nordicsemi.com/thread/491516?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2024 08:56:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41397593-fa80-429e-99a0-8b4021f69ca1</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello! From the documentation I referred to, beneath the table of real time configurations, it states:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;You can alter the&amp;nbsp;&lt;/span&gt;&lt;em&gt;default&lt;/em&gt;&lt;span&gt;&amp;nbsp;values of the real-time configurations at compile time by setting the options listed in&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/asset_tracker_v2/doc/data_module.html#default-config-values"&gt;&lt;span&gt;Default device configuration options&lt;/span&gt;&lt;/a&gt;&lt;span&gt;. However, note that these are only the default values. If a different value set has been set through the cloud service, it takes precedence. The application also stores its configuration values to non-volatile memory.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;Opening the Asset Tracker v2 in VS Code, you will need to configure the time i..e&amp;nbsp;CONFIG_DATA_ACTIVE_TIMEOUT_SECONDS in the prj.conf of the Asset Tracker v2 project.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Note&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;code&gt;CONFIG_DATA_DEVICE_MODE_ACTIVE&lt;/code&gt;. This configuration sets the device in active mode. Default mode for nRF91 Series devices. &lt;em&gt;Battery consuming, sending data at a given interval.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;code&gt;CONFIG_DATA_DEVICE_MODE_PASSIVE&lt;/code&gt;. This configuration sets the device in passive mode. Default mode for the Thingy:91. &lt;em&gt;Save battery, only send data when there is movement but every hour regardless of movement.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I program the Thingy:91 to send Data every 10 Minutes?</title><link>https://devzone.nordicsemi.com/thread/491409?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 17:27:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da26c514-8e1a-43dc-95b7-dc1687beedcb</guid><dc:creator>hyd</dc:creator><description>&lt;p&gt;Hi thank you very much. I see that the Thingy:91 is in passive Mode by default. How can I change it to active mode? I didnt understand the Guides&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I program the Thingy:91 to send Data every 10 Minutes?</title><link>https://devzone.nordicsemi.com/thread/490163?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 08:11:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da532327-6554-496f-bf41-44b5162cec50</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]I am a student and new programmer and got the Thingy:91 for a project at Uni.[/quote]
&lt;p&gt;Before answering your question. &lt;a href="https://academy.nordicsemi.com/"&gt;Have you looked at our Developer Academy&lt;/a&gt;? This is an&lt;span&gt;&amp;nbsp;interactive online learning platform here to equip developers with the technical information and know-how to build wireless products using Nordic Semiconductor solutions. I would recommend &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;starting with the Fundementals course&lt;/a&gt;,&amp;nbsp;then you can move over to the &lt;a href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/"&gt;Cellular IoT Fundamentals&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user=""]. How can I see the programm code and/or change something in it so the Thingy sends Data every 10 Minutes instead of 2 Minutes ?[/quote]
&lt;blockquote&gt;
&lt;p&gt;The Thingy:91 (v1.5.0 or lower) comes preloaded with the nRF9160: Asset Tracker firmware&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/asset_tracker_v2/README.html"&gt;Asset Tracker v2 application is what you will need to look at&lt;/a&gt;. Have a look at the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/asset_tracker_v2/doc/app_behavior.html#real-time_configurations"&gt;real time configurations&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>