<div dir="ltr">Yes, the quarter wave ones really do not work well unless earth grounded. Highly recommend that vertically mounted dipoles be used instead. <div><br></div><div>I made them using 82mm of wire per leg, soldered to RP-SMA connectors and heat shrink-ed to BBQ skewers.</div><div><br></div><div>Modem frequency was 920MHz.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="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>
<br><div class="gmail_quote">On Wed, Apr 25, 2018 at 9:44 PM, Marc Juul <span dir="ltr"><<a href="mailto:marc@juul.io" target="_blank">marc@juul.io</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Wow very nice! <br><br></div>Were the quarter and half wave antennas both DIY?<br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Wed, Apr 25, 2018 at 9:38 PM, Adam <span dir="ltr"><<a href="mailto:me@adammunich.com" target="_blank">me@adammunich.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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" target="_blank">https://www.google.com/maps/d/<wbr>u/0/edit?mid=1dE2QZS9cgX_oHLWy<wbr>zmUNAYrjlbX0wJpE&ll=37.7570855<wbr>4224248%2C-122.33675183183021&<wbr>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-wrap">                                                                                                                </span></div><div><span style="white-space:pre-wrap"> </span>/*Reg 0x1D: BW=125kHz, Coding=4/8, Header=explicit*/</div><div><span style="white-space:pre-wrap">     </span>(7 << 4) | (4 << 1) | (0),<span style="white-space:pre-wrap">                                                  </span><span style="white-space:pre-wrap">        </span></div><div><span style="white-space:pre-wrap"> </span>/*Reg 0x1E: Spread=4096chips/symbol, CRC=enable*/<span style="white-space:pre-wrap">       </span></div><div><span style="white-space:pre-wrap"> </span>(12 << 4) | (1 << 2),<span style="white-space:pre-wrap">                                                                       </span></div><div><span style="white-space:pre-wrap"> </span>/*Reg 0x26: LowDataRate=On, Agc=On*/<span style="white-space:pre-wrap">                            </span></div><div><span style="white-space:pre-wrap"> </span>(1 << 3) | (1 << 2)<span style="white-space:pre-wrap">                                                         </span></div><div>};</div><div><div><br></div><div>RF95.setModemRegisters(&modem_<wbr>config);<span style="white-space:pre-wrap">                                       </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="m_-187224063348939881m_-7333017567009889924gmail_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<wbr>?search=adam+munich</a></div></div></div></div>
</div></div>
<br></div></div>______________________________<wbr>_________________<br>
sudo-discuss mailing list<br>
<a href="mailto:sudo-discuss@lists.sudoroom.org" target="_blank">sudo-discuss@lists.sudoroom.or<wbr>g</a><br>
<a href="https://sudoroom.org/lists/listinfo/sudo-discuss" rel="noreferrer" target="_blank">https://sudoroom.org/lists/lis<wbr>tinfo/sudo-discuss</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>