<?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 compare power consumption of 433 MHz and 2.4 GHz?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6621/how-to-compare-power-consumption-of-433-mhz-and-2-4-ghz</link><description>When i google for power consumption 433mhz 2,4ghz and similar most results tell me that 433MHz consumes less power... but when I look at specifications of explicit chips/modules I can&amp;#39;t seem to find a 433MHz module that use less power than the 2,4GHZ</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Apr 2015 17:31:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6621/how-to-compare-power-consumption-of-433-mhz-and-2-4-ghz" /><item><title>RE: How to compare power consumption of 433 MHz and 2.4 GHz?</title><link>https://devzone.nordicsemi.com/thread/23166?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2015 17:31:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08b7ff4e-c2d1-4976-9ad9-d6f22b99f7ba</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;Thanks! I&amp;#39;m currently digging through it!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to compare power consumption of 433 MHz and 2.4 GHz?</title><link>https://devzone.nordicsemi.com/thread/23170?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2015 17:09:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5b3d281-2495-42b0-9335-f79f29991252</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;I will take this into consideration! But most likely I am going to encrypt it using a PSK. (Well let&amp;#39;s see how much that will drain...)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to compare power consumption of 433 MHz and 2.4 GHz?</title><link>https://devzone.nordicsemi.com/thread/23169?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2015 17:04:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4899e872-1dd0-4183-b580-b4854d6185b2</guid><dc:creator>mnhs</dc:creator><description>&lt;p&gt;No problem ;-). For some applications, it is not needed to encrypt the data, but only to encode them. One approach I used was like this (my implementation was more complicated but to demonstrate, I chose this easy example):&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Generate a random number with the internal RNG&lt;/li&gt;
&lt;li&gt;Subtract this number from all bytes in your payload&lt;/li&gt;
&lt;li&gt;The last byte of your packet payload will be the randomly generated number&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;When you receive the encoded packet, you just add the last byte of packet to all other bytes and you recover the original payload.&lt;/p&gt;
&lt;p&gt;It is still hackable, but when you use more difficult type of encoding, you make it significantly harder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to compare power consumption of 433 MHz and 2.4 GHz?</title><link>https://devzone.nordicsemi.com/thread/23168?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2015 16:55:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc981a1c-0d48-4228-bfb3-b26820ae1f52</guid><dc:creator>muhkuhns</dc:creator><description>&lt;p&gt;Thank you very much for this detailed answer! It really helped a lot! I need to talk back wether we need encryption or not. If I was thinking about using Gazell for it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to compare power consumption of 433 MHz and 2.4 GHz?</title><link>https://devzone.nordicsemi.com/thread/23167?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2015 16:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1e48228b-9cd8-4245-b141-cdbe4938bbc9</guid><dc:creator>mnhs</dc:creator><description>&lt;p&gt;One of the advantages of 433 Mhz is the free space path loss. It is about 15dB less with 433 Mhz when compared to 2450 Mhz. Thus, you theoretically achieve about 5 times more range with same output power and receiver sensitivity (source - playing with this calculator &lt;a href="http://www.qsl.net/pa2ohh/jsffield.htm"&gt;www.qsl.net/.../jsffield.htm&lt;/a&gt; ). But as written in your question, the range is not your priority.&lt;/p&gt;
&lt;p&gt;If your only priority is the battery life, I would recommend to go for nRF51xxx and ANT-like protocol or advertise the data as a Bluetooth beacon (send non-connectable advertising packets). These types of communication do not need any communication between transmitter and receiver, I would call them &amp;quot;passive&amp;quot; protocols. Also care about the battery you use. You shouldn&amp;#39;t use standard cheap CR2032, but some kind of special one with low self-discharge current. Then you should be able to achieve several years of battery life.&lt;/p&gt;
&lt;p&gt;Note: Please be aware that this approach will offer you extended battery life, but it is quite dangerous for critical applications. The data cannot be properly encrypted without two-way communication and so the communication can be sniffed and also hacked quite easily.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to compare power consumption of 433 MHz and 2.4 GHz?</title><link>https://devzone.nordicsemi.com/thread/23165?ContentTypeID=1</link><pubDate>Tue, 21 Apr 2015 14:06:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:273fd800-9cb3-4f64-bbb4-c925d0deebdb</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You might want to take a look at this: &lt;a href="http://www.ganssle.com/reports/ultra-low-power-design.html"&gt;www.ganssle.com/.../ultra-low-power-design.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>