<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=28&amp;t=2196&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2013-03-04T16:21:07+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=28&amp;t=2196&amp;mode</id>
<entry>
<author><name><![CDATA[anowak]]></name></author>
<updated>2013-03-04T16:21:07+01:00</updated>
<published>2013-03-04T16:21:07+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=29799#p29799</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=29799#p29799"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=29799#p29799"><![CDATA[
@diablomichal, Zadałem pytanie producentowi. Twierdzi, że wszystko powinno być OK. Może masz uszkodzone moduły?<br />Dla transmisji 256kbps 0x27 lub ewentualnie 0x21.<br /><br />Pozdro<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=913">anowak</a> — 4 mar 2013, o 16:21</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wireless]]></name></author>
<updated>2013-02-28T16:13:37+01:00</updated>
<published>2013-02-28T16:13:37+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=29451#p29451</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=29451#p29451"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=29451#p29451"><![CDATA[
znalazłem coś takiego:<br /><!-- m --><a class="postlink" href="http://tech.groups.yahoo.com/group/jallist/message/32679" >http://tech.groups.yahoo.com/group/jall ... sage/32679</a><!-- m --><br />może Ty dasz sobie z tym radę, <br />też mam problem z uruchomieniem rfm73, a zielony jestem<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=380">wireless</a> — 28 lut 2013, o 16:13</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kirchoff]]></name></author>
<updated>2013-02-28T08:01:05+01:00</updated>
<published>2013-02-28T08:01:05+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=29441#p29441</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=29441#p29441"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=29441#p29441"><![CDATA[
Kurde męczę się już 2 tygodnie z rfm73, potrafię zapisać i odczytać z rejestru, ustawiam rejestry wg noty ale coś nie rusza - wiec chyba źle je ustawiam :/<br />jest to modyfikacja biblioteki ze strony producenta<br /><br />[syntax=c]<br /><br />/*<br /> * RFM73.c<br /> *<br /> * Created: 2013-02-04 10:43:49<br /> */ <br /><br />#include &quot;RFM73.h&quot;<br /><br /><br /><br />const uint8_t RX0_Address[]={0x34,0x43,0x10,0x10,0x01};//Receive address data pipe 0<br />const uint8_t RX1_Address[]={0x39,0x38,0x37,0x36,0xc2};////Receive address data pipe 1<br /><br /><br />//Bank1 register initialization value<br /><br />//bank 1 rejestry 9-13 są LSB do MSB - dokumantacja<br />const unsigned long Bank1_Reg0_13[]={<br />0xE2014B40, // 0<br />0x00004BC0, // 1<br />0x028CFCD0, // 2<br />0x41390099, // 3<br />0x1B8296d9, // 4<br />0xA67F0224, // 5<br />0x00000000, // 6<br />0x00000000, // 7<br />0x00000000, // 8<br />0x00000000, // 9<br />0x00000000, // 10<br />0x00000000, // 11<br />0x00127300, // 12<br />0x46B48000, // 13<br />};<br /><br />const uint8_t Bank1_Reg14[]=<br />{<br />0x41,0x20,0x08,0x04,0x81,0x20,0xCF,0xF7,0xFE,0xFF,0xFF<br />};<br /><br />//Bank0 register initialization value<br />const uint8_t Bank0_Reg[][2]={<br />{0,0x0F},//reflect RX_DR\TX_DS\MAX_RT,Enable CRC ,2byte,POWER UP,PRX<br />{1,0x3F},//Enable auto acknowledgement data pipe5\4\3\2\1\0<br />{2,0x3F},//Enable RX Addresses pipe5\4\3\2\1\0<br />{3,0x03},//RX/TX address field width 5byte<br />{4,0xff},//auto retransmission dalay (4000us),auto retransmission count(15)<br />{5,0x17},//23 channel<br />{6,0x07},//air data rate-1M,out power 0dbm,setup LNA gain \bit4 must set up to 0<br />{7,0x07},//<br />{8,0x00},//<br />{9,0x00},<br />{12,0xc3},//only LSB Receive address data pipe 2, MSB bytes is equal to RX_ADDR_P1[39:8]<br />{13,0xc4},//only LSB Receive address data pipe 3, MSB bytes is equal to RX_ADDR_P1[39:8]<br />{14,0xc5},//only LSB Receive address data pipe 4, MSB bytes is equal to RX_ADDR_P1[39:8]<br />{15,0xc6},//only LSB Receive address data pipe 5, MSB bytes is equal to RX_ADDR_P1[39:8]<br />{17,0x20},//Number of bytes in RX payload in data pipe0(32 byte)<br />{18,0x20},//Number of bytes in RX payload in data pipe1(32 byte)<br />{19,0x20},//Number of bytes in RX payload in data pipe2(32 byte)<br />{20,0x20},//Number of bytes in RX payload in data pipe3(32 byte)<br />{21,0x20},//Number of bytes in RX payload in data pipe4(32 byte)<br />{22,0x20},//Number of bytes in RX payload in data pipe5(32 byte)<br />{23,0x00},//fifo status<br />{28,0x3F},//Enable dynamic payload length data pipe5\4\3\2\1\0<br />{29,0x07}//Enables Dynamic Payload Length,Enables Payload with ACK,Enables the W_TX_PAYLOAD_NOACK command<br />};<br /><br /><br /> <br />void SPI_Write_Register(uint8_t reg, uint8_t val)                 <br />{<br />CS_LOW;<br />reg |= 0x20;<br />SPI_Transmit(reg);           // select register<br />SPI_Transmit(val);           // ..and write value to it..<br />CS_HIGH;<br />}                                                         <br /><br /><br />uint8_t SPI_Read_Register(uint8_t reg)<br />{<br />uint8_t bufor;<br />CS_LOW;<br />SPI_Transmit(reg);           // select register<br />bufor = SPI_Transmit(0x00);<br />CS_HIGH;<br />return bufor;<br />}<br />  <br />  <br />  <br />/**************************************************<br />Function: SwitchToRxMode();<br />Description:<br />switch to Rx mode<br />/**************************************************/<br />void SwitchToRxMode()<br />{<br />uint8_t val;<br /><br />SPI_Write_Register(FLUSH_RX,0);//flush Rx<br /><br />val=SPI_Read_Register(STATUS);// read register STATUS's value<br />SPI_Write_Register(STATUS,val);// clear RX_DR or TX_DS or MAX_RT interrupt flag<br /><br />CE_LOW;<br /><br />val=SPI_Read_Register(CONFIG);// read register CONFIG's value<br /><br />//PRX<br />val=val|0x01;//set bit 1<br />  SPI_Write_Register(CONFIG, val); // Set PWR_UP bit, enable CRC(2 length) &amp; Prim:RX. RX_DR enabled..<br />CE_HIGH;<br />}<br /><br />/**************************************************<br />Function: SwitchToTxMode();<br />Description:<br />switch to Tx mode<br />/**************************************************/<br />void SwitchToTxMode()<br />{<br />uint8_t val;<br />SPI_Write_Register(FLUSH_TX,0);//flush Tx<br /><br />CE_LOW;<br />val=SPI_Read_Register(CONFIG);// read register CONFIG's value<br />//PTX<br />val=(val &amp; 0xFE);//set bit 0<br />  SPI_Write_Register(CONFIG, val); // Set PWR_UP bit, enable CRC(2 length) &amp; Prim:RX. RX_DR enabled.<br /><br />CE_HIGH;<br />}<br /><br />/**************************************************<br />Function: SwitchCFG();<br />                                                            <br />Description:<br /> access switch between Bank1 and Bank0 <br /><br />Parameter:<br />_cfg      1:register bank1<br />          0:register bank0<br />Return:<br />     None<br />/**************************************************/<br />void SwitchCFG(char _cfg)//1:Bank1 0:Bank0<br />{<br />uint8_t Tmp;<br /><br />Tmp=SPI_Read_Register(7);<br />Tmp=(Tmp &amp; 0x80);<br /><br />if(((Tmp)&amp;&amp;(_cfg==0)) || (((Tmp)==0)&amp;&amp;(_cfg)))<br />{<br />SPI_Write_Register(ACTIVATE_CMD,0x53);<br />}<br />}<br /><br />                                                            <br />/**************************************************         <br />Function: SPI_Read_Buf();                                   <br />                                                            <br />Description:                                                <br />Reads 'length' #of length from register 'reg'         <br />/**************************************************/        <br />void SPI_Read_Buf(uint8_t reg, uint8_t *pBuf, uint8_t length)     <br />{                                                           <br />uint8_t byte_ctr;                              <br />                                                            <br />CS_LOW;                   // Set CSN l<br />SPI_Transmit(reg);       // Select register to write, and read status UINT8<br />                                                            <br />for(byte_ctr=0;byte_ctr&lt;length;byte_ctr++)           <br />pBuf[byte_ctr] = SPI_Transmit(0);    // Perform SPI_RW to read UINT8 from RFM73 <br />                                                            <br />CS_HIGH;                           // Set CSN high again<br />               <br />}                                                           <br />/**************************************************/        <br />                                                            <br />/**************************************************         <br />Function: SPI_Write_Buf();                                  <br />                                                            <br />Description:                                                <br />Writes contents of buffer '*pBuf' to RFM73         <br />/**************************************************/        <br />void SPI_Write_Buf(uint8_t reg, uint8_t *pBuf, uint8_t length)    <br />{                                                           <br />uint8_t byte_ctr;                              <br />                                                            <br />CS_LOW;                   // Set CSN low, init SPI tranaction<br />SPI_Transmit(reg);    // Select register to write to and read status UINT8<br />for(byte_ctr=0; byte_ctr&lt;length; byte_ctr++) // then write all UINT8 in buffer(*pBuf) <br />SPI_Transmit(*pBuf++);                                    <br />CS_HIGH;                 // Set CSN high again      <br /><br />}<br />/**************************************************<br />Function: SetChannelNum();<br />Description:<br />set channel number<br /><br />/**************************************************/<br /><br /><br /><br />void SetChannelNum(uint8_t ch)<br />{<br />SPI_Write_Register((uint8_t)(WRITE_REG|5),(uint8_t)(ch));<br />}<br /><br />/**************************************************         <br />Function: RFM73_Initialize();                                  <br /><br />Description:                                                <br />register initialization<br />/**************************************************/   <br />void RFM73_Init()<br />{<br />uint8_t i,j,temp;<br /> uint8_t WriteArr[12];<br /><br />//DelayMs(100);//delay more than 50ms.<br />_delay_ms(300);<br /><br />SwitchCFG(0);<br /><br />for(i=0;i&lt;20;i++)<br />{<br />SPI_Write_Register((Bank0_Reg[i][0]),Bank0_Reg[i][1]);<br />}<br /><br />/*//reg 10 - Rx0 addr<br />SPI_Write_Buf((WRITE_REG|10),RX0_Address,5);<br /><br />//REG 11 - Rx1 addr<br />SPI_Write_Buf((WRITE_REG|11),RX1_Address,5);<br /><br />//REG 16 - TX addr<br />SPI_Write_Buf((WRITE_REG|16),RX0_Address,5);*/<br /><br />//reg 10 - Rx0 addr<br />for(j=0;j&lt;5;j++)<br />{<br />WriteArr[j]=RX0_Address[j];<br />}<br />SPI_Write_Buf((WRITE_REG|10),&amp;(WriteArr[0]),5);<br /><br />//REG 11 - Rx1 addr<br />for(j=0;j&lt;5;j++)<br />{<br />WriteArr[j]=RX1_Address[j];<br />}<br />SPI_Write_Buf((WRITE_REG|11),&amp;(WriteArr[0]),5);<br />//REG 16 - TX addr<br />for(j=0;j&lt;5;j++)<br />{<br />WriteArr[j]=RX0_Address[j];<br />}<br />SPI_Write_Buf((WRITE_REG|16),&amp;(WriteArr[0]),5);<br /><br />//printf(&quot;\nEnd Load Reg&quot;);<br /><br />i=SPI_Read_Register(29);//read Feature Register ČçąűŇŞÖ§łÖ¶ŻĚ¬ł¤¶Č»ňŐß Payload With ACKŁ¬ĐčŇŞĎČ¸řĐľĆ¬·˘ËÍ ACTIVATEĂüÁîŁ¨ĘýľÝÎŞ0x73),Č»şóĘąÄÜ¶ŻĚ¬ł¤¶Č»ňŐß Payload With ACK (REG28,REG29).<br />if(i==0) // i!=0 showed that chip has been actived.so do not active again.<br />SPI_Write_Register(ACTIVATE_CMD,0x73);// Active<br />for(i=22;i&gt;=21;i--)<br />{<br />SPI_Write_Register((Bank0_Reg[i][0]),Bank0_Reg[i][1]);<br />//SPI_Write_Reg_Bank0(Bank0_Reg[i][0],Bank0_Reg[i][1]);<br />}<br /><br />//********************Write Bank1 register******************<br />SwitchCFG(1);<br /><br />for(i=0;i&lt;=8;i++)//reverse<br />{<br />for(j=0;j&lt;4;j++)<br />WriteArr[j]=(Bank1_Reg0_13[i]&gt;&gt;(8*(j) ) )&amp;0xff;<br /><br />SPI_Write_Buf((WRITE_REG|i),&amp;(WriteArr[0]),4);<br />}<br /><br />for(i=9;i&lt;=13;i++)<br />{<br />for(j=0;j&lt;4;j++)<br />WriteArr[j]=(Bank1_Reg0_13[i]&gt;&gt;(8*(3-j) ) )&amp;0xff;<br /><br />SPI_Write_Buf((WRITE_REG|i),&amp;(WriteArr[0]),4);<br />}<br /><br />//SPI_Write_Buf((WRITE_REG|14),&amp;(Bank1_Reg14[0]),11);<br />for(j=0;j&lt;11;j++)<br />{<br />WriteArr[j]=Bank1_Reg14[j];<br />}<br />SPI_Write_Buf((WRITE_REG|14),&amp;(WriteArr[0]),11);<br /><br />//toggle REG4&lt;25,26&gt;<br />for(j=0;j&lt;4;j++)<br />//WriteArr[j]=(RegArrFSKAnalog[4]&gt;&gt;(8*(j) ) )&amp;0xff;<br />WriteArr[j]=(Bank1_Reg0_13[4]&gt;&gt;(8*(j) ) )&amp;0xff;<br /><br />WriteArr[0]=WriteArr[0]|0x06;<br />SPI_Write_Buf((WRITE_REG|4),&amp;(WriteArr[0]),4);<br /><br />WriteArr[0]=WriteArr[0]&amp;0xf9;<br />SPI_Write_Buf((WRITE_REG|4),&amp;(WriteArr[0]),4);<br /><br />//**************************Test spi*****************************//<br />//SPI_Write_Reg((WRITE_REG|Bank0_Reg[2][0]),0x0f);<br />//test_data = SPI_Read_Reg(0x02);<br /><br /><br />//DelayMs(10);<br />_delay_ms(100);<br /><br />//********************switch back to Bank0 register access******************<br />SwitchCFG(0);<br />SwitchToRxMode();//switch to RX mode<br />}<br /><br />[/syntax]<br /><br />[syntax=c]<br /><br />/*<br /> * SPI.c<br /> *<br /> * Created: 2013-02-01 14:00:52<br /> */ <br />#include &quot;SPI.h&quot;<br /><br />void SPI_Init(void)<br /><br />{<br />SPI_DDR|= (1&lt;&lt;SPI_DO) | (1&lt;&lt;SPI_CLK) | (1&lt;&lt;SPI_CS);<br /><br />SPCR |= (1&lt;&lt;MSTR);<br /><br />SPCR |= (1&lt;&lt;SPR0) | (1&lt;&lt;SPR1);// | (1&lt;&lt;SPI2X);<br /><br />//SPCR &amp;= !(1&lt;&lt;DORD);<br /><br />//SPCR |= (1&lt;&lt;SPIE); //int enable<br /><br />SPCR |= (1&lt;&lt;SPE);<br /><br />SPSR;<br />SPDR; //Skasuj flagę SPIF<br /><br />}<br /><br />uint8_t SPI_Transmit(uint8_t SPI_Data)<br />{<br />SPDR = SPI_Data;<br />while(!(SPSR &amp; (1 &lt;&lt; SPIF)));<br />return SPDR;<br />}<br /><br />[/syntax]<br /><br /><br />używam sprzętowego spi, proszę o pomoc w znalezieniu błędu<br /><br />@diablomichal jeżeli mogę Cię prosić to poratuj Twoim kodem.<br /><br /><span style="color: #FF0000">Kody umieszczamy korzystając ze znacznika [syntax=c] - Zielony J.   </span><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=996">kirchoff</a> — 28 lut 2013, o 08:01</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-02-20T12:27:31+01:00</updated>
<published>2013-02-20T12:27:31+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28752#p28752</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28752#p28752"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28752#p28752"><![CDATA[
Niestety u mnie nie chce ruszyć w takim trybie  <img src="https://forum.atnel.pl/images/smilies/icon_cry.gif" alt=":cry:" title="Płacze" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 20 lut 2013, o 12:27</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anowak]]></name></author>
<updated>2013-02-19T23:51:54+01:00</updated>
<published>2013-02-19T23:51:54+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28728#p28728</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28728#p28728"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28728#p28728"><![CDATA[
Hej,<br /><br />Mam wszystko ustawione tak jak w bibliotece  <!-- m --><a class="postlink" href="http://www.voti.nl/rfm73/" >http://www.voti.nl/rfm73/</a><!-- m --><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=913">anowak</a> — 19 lut 2013, o 23:51</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-02-19T22:01:36+01:00</updated>
<published>2013-02-19T22:01:36+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28719#p28719</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28719#p28719"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28719#p28719"><![CDATA[
Niestety na 250kbps dalej nie idzie -ale próbowałem na szybko tzn. przestawiłem rejestr 6 z banku 0 na 0x31 i niestety transmisji brak. Anowak podaj jakie masz dokładnie wartości wszystkich rejestrów:)<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 19 lut 2013, o 22:01</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-02-18T18:24:37+01:00</updated>
<published>2013-02-18T18:24:37+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28581#p28581</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28581#p28581"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=28581#p28581"><![CDATA[
Haha chinczyki wymiatają! Dzięki wielkie jak będę w domu to zmieniamy na 250kbps  <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /> <br />Jeśli chodzi o oszczędzanie energii najlepiej usypiać transceiver kiedy go nie potrzebujesz,a poźniej go budzić. Robisz to po przez tryb power-down mode gdzie pobór prądu to ok 2.5uA katalogowo, a w praktyce u mnie nawet troszkę mniej.Funkcja pozwalajaca przejść to tego trybu może wyglądać np. następująco:<br />[syntax=c]<br />void  SwitchToPwrDownMode() {<br />uint8_t value;<br /><br />RF_PORT &amp;= ~CE;// CE=0;<br />value = SPI_Read_Reg(CONFIG);// read register CONFIG's value<br />//PTX<br />value = value &amp; 0xfd;//clear bit 1 to PWR_Down mode<br />  SPI_Write_Reg(WRITE_REG | CONFIG, value); // Set PWR_DOWN<br /><br />  RF_PORT |= CE;// CE=1;<br />}<br />[/syntax]<br />Co do ustawienie mocy wszystko znajduje się w banku 0 w rejestrze 06 RF_SETUP, a jeśli chodzi o czulośćreceivera to zmienia się ona wraz z szybkością transmisji przy 2Mbps jest najmniejsza.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 18 lut 2013, o 18:24</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wireless]]></name></author>
<updated>2013-02-07T23:40:34+01:00</updated>
<published>2013-02-07T23:40:34+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27150#p27150</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27150#p27150"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27150#p27150"><![CDATA[
ok. wiem gdzie to jest, dzięki<br /><br />tu jest taki pdf do rfm70<br /><!-- m --><a class="postlink" href="http://www.forbot.pl/forum/download.php?id=1280&amp;sid=f82837240645278daf2a1d9c9f1af103" >http://www.forbot.pl/forum/download.php ... 9c9f1af103</a><!-- m --><br /><br />interesuje mnie najmniejszy pobór prądu z baterii (zasięg do 10m)<br /><br />tam jest:<br />7.6. How to make Power down mode current consumption is the lowest?<br />7.7. How to control the output power?<br />7.8. How to make the receiver sensitivity becomes even worse, to control<br />communication within a shorter distance?<br /><br />mógłbyś mi podpowiedzieć jak tego użyć, jeśli na tym samym układzie chodzi rfm73?<br /><br />tylko łopatologicznie <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=380">wireless</a> — 7 lut 2013, o 23:40</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anowak]]></name></author>
<updated>2013-02-07T23:32:05+01:00</updated>
<published>2013-02-07T23:32:05+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27148#p27148</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27148#p27148"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27148#p27148"><![CDATA[
Nie znam bibliotek o których piszesz.<br />Diablomichał pokazał fragment źródła - jeśli używasz tego samego kodu, to wpisz zamiast <br />                {6,0x07},// 0x17 air data rate-1M,out power 5dbm,setup LNA gain at high level<br />to<br />                {6,0x39},// 0x17 air data rate-1M,out power 5dbm,setup LNA gain at high level<br />i będzie gitara <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=913">anowak</a> — 7 lut 2013, o 23:32</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wireless]]></name></author>
<updated>2013-02-07T23:27:39+01:00</updated>
<published>2013-02-07T23:27:39+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27146#p27146</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27146#p27146"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27146#p27146"><![CDATA[
sorry, ale mnie trzeba łopatologicznie  <img src="https://forum.atnel.pl/images/smilies/icon_e_biggrin.gif" alt=":D" title="Bardzo szczęśliwy" /> <br />używam biblioteki Mirka na zasadzie kopiuj i wklej<br />możesz jeszcze jaśniej mi to wytłumaczyć?<br /><br />kiedy i gdzie ustawiamy 0?<br />kiedy i gdzie 1<br />na bicie 4 w reg6<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=380">wireless</a> — 7 lut 2013, o 23:27</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anowak]]></name></author>
<updated>2013-02-07T23:07:15+01:00</updated>
<published>2013-02-07T23:07:15+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27145#p27145</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27145#p27145"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27145#p27145"><![CDATA[
Jasne. Chińczyki w punkcie B <!-- m --><a class="postlink" href="http://www.goews.com/resources/Precautions_on_RFM73_Replacing_RFM70.pdf" >http://www.goews.com/resources/Precauti ... _RFM70.pdf</a><!-- m --> każą ustawić 0 na bicie 4. <br />Zapomnieli dodać, tak jak w wielu punktach - &quot;Write 1 to clear bit.&quot;<br /><br /><strong><span style="color: #808000">------------------------ [ Dodano po: 1 minucie ]</span></strong><br /><br />Czyli do dowolnej Reg6 w Banku0 robimy twoja_wartość |= (1 &lt;&lt; 4) <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=913">anowak</a> — 7 lut 2013, o 23:07</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wireless]]></name></author>
<updated>2013-02-07T22:40:32+01:00</updated>
<published>2013-02-07T22:40:32+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27143#p27143</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27143#p27143"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27143#p27143"><![CDATA[
BRAWO!<br />podrzucisz w którym miejscu i co trzeba zmienić?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=380">wireless</a> — 7 lut 2013, o 22:40</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anowak]]></name></author>
<updated>2013-02-07T22:34:57+01:00</updated>
<published>2013-02-07T22:34:57+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27142#p27142</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27142#p27142"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27142#p27142"><![CDATA[
Udało mi się skonfigurować RFM73 <img src="https://forum.atnel.pl/images/smilies/icon_e_smile.gif" alt=":)" title="Szczęśliwy" /><br />Teraz działa nawet dla 250kbps <img src="https://forum.atnel.pl/images/smilies/icon_razz.gif" alt=":P" title="Pokazuje język" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=913">anowak</a> — 7 lut 2013, o 22:34</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-02-07T17:48:51+01:00</updated>
<published>2013-02-07T17:48:51+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27130#p27130</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27130#p27130"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27130#p27130"><![CDATA[
Ja już próbowałem różnych wartości w różnych rejestrach i z tego co pamiętam tylko ten do baudrate musiał być ustawiony na 2Mbps, bo inaczej nie mykało, a reszta zgodna z któregokolwiek datasheeta, ale też pewnie wszystkich kombinacji nie przetestowałem.  Te 2Mhz to chyba chodziło im o 2Mbps. A RSSI jesli właczysz to powienieś moc odczytać z RSSI_TH -&gt;rejestr 5 bank1. <!-- m --><a class="postlink" href="http://www.hoperf.com/upload/rf/RFM73_Datasheet.pdf" >http://www.hoperf.com/upload/rf/RFM73_Datasheet.pdf</a><!-- m --><br />Będzie czas to dalej będę próbował uruchomić na 250kbps bo czułość odbiornika wtedy sporo większa. Szerokość pasma zmienia jest wraz z baudrate.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 7 lut 2013, o 17:48</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anowak]]></name></author>
<updated>2013-02-06T16:58:58+01:00</updated>
<published>2013-02-06T16:58:58+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27035#p27035</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27035#p27035"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=27035#p27035"><![CDATA[
Zerknij proszę tutaj, wychodzi na to że są w miarę kompatybilne ze sobą.<br /><br /><!-- m --><a class="postlink" href="http://www.goews.com/resources/Precautions_on_RFM73_Replacing_RFM70.pdf" >http://www.goews.com/resources/Precauti ... _RFM70.pdf</a><!-- m --><br /><br /><strong><span style="color: #808000">------------------------ [ Dodano po: 19 minutach ]</span></strong><br /><br />Czyli tak - Bank0 spełnia wymagania.<br />Jeśli chodzi o Bank1 to jest co najmniej jeden błąd - Reg5, nie powinien przyjmować takiej wartości. <br />Może ustawiając zalecaną poprawi się zasięg. <br /><br />Nie rozumiem jednego, po co ktoś wypuszcza bibliotekę, która nie działa?<br /><br /><strong><span style="color: #808000">------------------------ [ Dodano po: 22 minutach ]</span></strong><br /><br />Punkt E - w kolumnie mamy opis &quot;vth&lt;3:0&gt;&quot; - do którego rejestru się te 4 bity odnoszą?<br />I o co chodzi z 1MHz, 2MHz ? W dokumencie jest mowa o tych dwóch trybach. Nie widzę w rejestrach opcji zmiany modulacji czy szerokości pasma. Masz jakiś pomysł?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=913">anowak</a> — 6 lut 2013, o 16:58</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-02-06T10:01:14+01:00</updated>
<published>2013-02-06T10:01:14+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26990#p26990</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26990#p26990"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26990#p26990"><![CDATA[
Sprawdzałem ustawienia rejestrów z niej i nie szły.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 6 lut 2013, o 10:01</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anowak]]></name></author>
<updated>2013-02-06T01:03:31+01:00</updated>
<published>2013-02-06T01:03:31+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26984#p26984</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26984#p26984"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26984#p26984"><![CDATA[
A czy sprawdzałeś może bibliotekę <!-- m --><a class="postlink" href="http://www.voti.nl/rfm73/" >http://www.voti.nl/rfm73/</a><!-- m --> ?<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=913">anowak</a> — 6 lut 2013, o 01:03</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-02-06T00:46:16+01:00</updated>
<published>2013-02-06T00:46:16+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26982#p26982</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26982#p26982"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26982#p26982"><![CDATA[
W celu uruchomienia prostej transmisji danych należy zmienić wartości rejestrów w bibliotece Mirka na:<br />[syntax=c]<br />/Bank1 register initialization value<br />const uint32_t Bank1_Reg0_13[] PROGMEM = {       //latest config txt<br />0xE2014B40,<br />0x00004BC0,<br />0x028CFCD0,<br />0x41390099,<br />0x1B8296d9,//0x0B869Ef9, 0x1B8296d9,<br />0xA67F0624,//0xA67F0624,<br />0x00000000,<br />0x00000000,<br />0x00000000,<br />0x00000000,<br />0x00000000,<br />0x00000000,<br />0x00127305,<br />0x36B48000    //0x36B48000 ///<br />};<br /><br />const uint8_t Bank1_Reg14[] PROGMEM = {<br />//0xEF7D F208 08 20 82 04 10 41<br />0x41, 0x10, 0x04, 0x82, 0x20, 0x08, 0x08, 0xf2, 0x7d, 0xef, 0xff<br />//0x41,0x20,0x08,0x04,0x81,0x20,0xCF,0xF7,0xFE,0xFF,0xFF//tez sie niezgadza<br />};<br /><br />//Bank0 register initialization value<br />const uint8_t Bank0_Reg[][2] PROGMEM = {<br />{0,0x0F},//reflect RX_DR\TX_DS\MAX_RT,Enable CRC ,2byte,POWER UP,PRX<br />{1,0x3F},//Enable auto acknowledgement data pipe5\4\3\2\1\0<br />{2,0x3F},//Enable RX Addresses pipe5\4\3\2\1\0<br />{3,0x03},//RX/TX address field width 5byte<br />{4,0xff},//auto retransmission delay (4000us),auto retransmission count(15)<br />{5,0x17},//23 channel<br />{6,0x07},// 0x17 air data rate-1M,out power 5dbm,setup LNA gain at high level<br />{7,0x07},//<br />{8,0x00},//<br />{9,0x00},<br />{12,0xc3},//only LSB Receive address data pipe 2, MSB bytes is equal to RX_ADDR_P1[39:8]<br />{13,0xc4},//only LSB Receive address data pipe 3, MSB bytes is equal to RX_ADDR_P1[39:8]<br />{14,0xc5},//only LSB Receive address data pipe 4, MSB bytes is equal to RX_ADDR_P1[39:8]<br />{15,0xc6},//only LSB Receive address data pipe 5, MSB bytes is equal to RX_ADDR_P1[39:8]<br />{17,0x20},//Number of bytes in RX payload in data pipe0(32 byte)<br />{18,0x20},//Number of bytes in RX payload in data pipe1(32 byte)<br />{19,0x20},//Number of bytes in RX payload in data pipe2(32 byte)<br />{20,0x20},//Number of bytes in RX payload in data pipe3(32 byte)<br />{21,0x20},//Number of bytes in RX payload in data pipe4(32 byte)<br />{22,0x20},//Number of bytes in RX payload in data pipe5(32 byte)<br />{23,0x00},//fifo status<br />{28,0x3F},//Enable dynamic payload length data pipe5\4\3\2\1\0<br />{29,0x07}//Enables Dynamic Payload Length,Enables Payload with ACK,Enables the W_TX_PAYLOAD_NOACK command<br />};<br /><br />//0x0A 0x0B<br />const uint8_t RX0_Address[] PROGMEM = {0x34,0x43,0x10,0x10,0x01};//Receive address data pipe 0<br />const uint8_t RX1_Address[] PROGMEM = {0x39,0x38,0x37,0x36,0xc2};//Receive address data pipe 1<br /><br /><br />[/syntax]<br /><br />oraz w funkcji SPI_RW przenieść linijkę, ponieważ żeby odczytać z SPI trzeba w tym samym czasie coś wysłać czyli ruszyć zegar<br />[syntax]<br />SPI_PORT |= SCK;// SCK = 1;<br />[/syntax]<br />przed <br />[syntax]<br />if( SPI_PIN &amp; MISO ) value |= 1;// check MISO bit<br />[/syntax]<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 6 lut 2013, o 00:46</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anowak]]></name></author>
<updated>2013-02-05T12:44:57+01:00</updated>
<published>2013-02-05T12:44:57+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26877#p26877</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26877#p26877"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26877#p26877"><![CDATA[
Moge bez problemu odczytywac rejestry RFM73. <br />Problem mam z odbiorem danych lub nadawaniem.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=913">anowak</a> — 5 lut 2013, o 12:44</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-02-05T11:23:52+01:00</updated>
<published>2013-02-05T11:23:52+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26867#p26867</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26867#p26867"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26867#p26867"><![CDATA[
Oczywiście mogę udostępnić tylko jak Mirek się zgodzi bo to na podstawie jego kodu i kodu producenta. Niestety na razie nie udało mi się uruchomić trybu 250kbps który jest najbardziej dla mnie atrakcyjny (duża czułość odbiornika), ale za to działa tryb oszczędności energii oraz wysyłka/odbiór wiadomości.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 5 lut 2013, o 11:23</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anowak]]></name></author>
<updated>2013-02-02T00:20:55+01:00</updated>
<published>2013-02-02T00:20:55+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26559#p26559</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26559#p26559"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26559#p26559"><![CDATA[
Dla jakiego procka piszesz obsługę RFM73?<br />Mógłbyś udostępnić, to co udało Ci się zrobić?<br /><br />Pozdr, A.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=913">anowak</a> — 2 lut 2013, o 00:20</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-01-28T21:00:23+01:00</updated>
<published>2013-01-28T21:00:23+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26135#p26135</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26135#p26135"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26135#p26135"><![CDATA[
Bawiłem się jeszcze trochę wartościami rejestrów: zmiana kanału i wpisanie niektórych wartości z datasheetu poprawiło zasięg, jednak dalej mam problem z ustawieniem szybkosci  przesyłu 250kbps. Może jakieś jeszcze inne opcje są związane z tą szybkością o których niestetety w datasheecie ani widu ani słychu <img src="https://forum.atnel.pl/images/smilies/icon_e_sad.gif" alt=":(" title="Smutny" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 28 sty 2013, o 21:00</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-01-28T18:12:23+01:00</updated>
<published>2013-01-28T18:12:23+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26111#p26111</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26111#p26111"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26111#p26111"><![CDATA[
Coś jeszcze źle jest w tych fabrycznych ustawieniach, zasięg jakieś 20cm oraz zmiana prędkości na inną niż 1Mbps powoduje koniec transmisji <img src="https://forum.atnel.pl/images/smilies/icon_e_sad.gif" alt=":(" title="Smutny" /><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 28 sty 2013, o 18:12</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wireless]]></name></author>
<updated>2013-01-27T23:32:53+01:00</updated>
<published>2013-01-27T23:32:53+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26014#p26014</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26014#p26014"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26014#p26014"><![CDATA[
dzięki, jutro się pobawię<br /><br />wywal te kody z tego postu, bo bibliotek Mirka nie należy pokazywać w całości<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=380">wireless</a> — 27 sty 2013, o 23:32</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[diablomichal]]></name></author>
<updated>2013-01-27T23:47:20+01:00</updated>
<published>2013-01-27T23:10:49+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26011#p26011</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26011#p26011"/>
<title type="html"><![CDATA[Re: RFM73]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=2196&amp;p=26011#p26011"><![CDATA[
Co do transceiverów, nadajników itp.<br />Wg. tego co mi się udało znaleźć na stronie producenta: RF22/23/42/43/31 te ze sobą mogą współpracować<br /><br />Co do zasięgów to nie da się wprost powiedzieć zależy od mocy wyjściowej, czułości odbiornika oraz zastosowanych kodowań, modulacji.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=579">diablomichal</a> — 27 sty 2013, o 23:10</p><hr />
]]></content>
</entry>
</feed>