<div dir="ltr">Hi all, <div><br></div><div>I ran some tests on LORA modulation schemes to get the best results I could on a 100mW TX power budget. </div><div><br></div><div><div>I nearly ran out of gas during this latest test, and unfortunately I managed to screw up my data logging, so I don't have RSSI or SNR data, but this map contains all the places I stopped and got a two way signal on my jet ski.</div><div><br></div><div><div>The transmitter was in my hand, the receiver was at pier 50, SF. </div><div><br></div><div>DIY half wave dipoles were used, with a center freq of 900MHz with a +/- 100MHz 3db roll off. </div></div><div><br></div><div><a href="https://www.google.com/maps/d/u/0/edit?mid=1dE2QZS9cgX_oHLWyzmUNAYrjlbX0wJpE&ll=37.75708554224248%2C-122.33675183183021&z=13">https://www.google.com/maps/d/u/0/edit?mid=1dE2QZS9cgX_oHLWyzmUNAYrjlbX0wJpE&ll=37.75708554224248%2C-122.33675183183021&z=13</a></div></div><div><br></div><div>I found that quarter wave antennas are no good (see the red markers). The blue markers are today's test, using RFM95's from HopeRF.</div><div><br></div><div>To get the very long range, I used the following modulation scheme using the RadioHead library.</div><div><br></div><div><div>RH_RF95::ModemConfig modem_config =</div><div>{<span style="white-space:pre">                                                                                                           </span></div><div><span style="white-space:pre">      </span>/*Reg 0x1D: BW=125kHz, Coding=4/8, Header=explicit*/</div><div><span style="white-space:pre">  </span>(7 << 4) | (4 << 1) | (0),<span style="white-space:pre">                                                       </span><span style="white-space:pre">     </span></div><div><span style="white-space:pre">      </span>/*Reg 0x1E: Spread=4096chips/symbol, CRC=enable*/<span style="white-space:pre">    </span></div><div><span style="white-space:pre">      </span>(12 << 4) | (1 << 2),<span style="white-space:pre">                                                                    </span></div><div><span style="white-space:pre">      </span>/*Reg 0x26: LowDataRate=On, Agc=On*/<span style="white-space:pre">                         </span></div><div><span style="white-space:pre">      </span>(1 << 3) | (1 << 2)<span style="white-space:pre">                                                              </span></div><div>};</div><div><div><br></div><div>RF95.setModemRegisters(&modem_config);<span style="white-space:pre">                                       </span></div></div><div><br></div></div><div><div>In other news, you can still jet ski if your core body temp is 88F. Little unpleasant though.</div></div><div><br></div><div><img src="cid:ii_jgg1929l0_163003a2b7629d78" width="544" height="408"><br><img src="cid:ii_jgg19bg11_163003a4f9b205eb" width="408" height="544"><br><br></div><div><div><div class="gmail_signature"><div dir="ltr"><div><br>- - - - Begin automatically generated footer - - - -<br><br>I seek to understand, and aim to create.<br>Weblog: <a href="http://adammunich.com" target="_blank">http://adammunich.com</a><br><br>PGP Public Key: <a href="https://pgp.mit.edu/pks/lookup?search=adam+munich" target="_blank">https://pgp.mit.edu/pks/lookup?search=adam+munich</a></div></div></div></div>
</div></div>