<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font face="Arial">Dave, <br>
      After correcting a minor issue in the function 'read temp' in
      main.c where you inadvertently left out the comment // before the
      word 'works', it compiled nicely and runs fine.<br>
      <br>
      I note that the gain corrected readout is in integer microteslas. 
      When I patched your original code to include gain, I also used
      microteslas with 3 decimal places to the right; with a cycle count
      of 200 (gain 75) it's actually closer to 2 decimal places (+/-
      10nT) but the three places is handy for noise level evaluation for
      higher cycle counts and averaging.<br>
      <br>
      Could, of course, work directly with the raw values but I find it
      easier to think of the noise / resolution issue in terms of
      nanoTeslas directly.  <br>
      <br>
      Your gain corrected values match the expected field levels in my
      location from geomag models and are identical to the readings I
      obtained with my patches to your original test code.<br>
      <br>
      Thanks for all the effort !<br>
      <br>
      Jules -K2KGJ<br>
      <br>
    </font><br>
    <div class="moz-cite-prefix">On 5/18/2020 12:00 PM,
      <a class="moz-txt-link-abbreviated" href="mailto:tangerinesdr-request@lists.tapr.org">tangerinesdr-request@lists.tapr.org</a> wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:mailman.43.1589817603.24885.tangerinesdr_lists.tapr.org@lists.tapr.org">
      <pre class="moz-quote-pre" wrap="">Send TangerineSDR mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:tangerinesdr@lists.tapr.org">tangerinesdr@lists.tapr.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://lists.tapr.org/mailman/listinfo/tangerinesdr_lists.tapr.org">http://lists.tapr.org/mailman/listinfo/tangerinesdr_lists.tapr.org</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:tangerinesdr-request@lists.tapr.org">tangerinesdr-request@lists.tapr.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:tangerinesdr-owner@lists.tapr.org">tangerinesdr-owner@lists.tapr.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TangerineSDR digest..."


Today's Topics:

   1. Magnetometer testing software (David Witten)
   2. Re: Magnetometer testing software (Tom McDermott)


----------------------------------------------------------------------

Message: 1
Date: Sun, 17 May 2020 14:26:57 -0500
From: David Witten <a class="moz-txt-link-rfc2396E" href="mailto:wittend@wwrinc.com"><wittend@wwrinc.com></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:tangerinesdr@lists.tapr.org">tangerinesdr@lists.tapr.org</a>
Subject: [TangerineSDR] Magnetometer testing software
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:CABJ3BVPAfRQs5xzD72CdzXxQJ+xHa8jc2QYR=niYcZ-U5jvsCA@mail.gmail.com"><CABJ3BVPAfRQs5xzD72CdzXxQJ+xHa8jc2QYR=niYcZ-U5jvsCA@mail.gmail.com></a>
Content-Type: text/plain; charset="utf-8"

To all and any:

I have opened up a github repo for the improved magnetometer testing
softwareat:

<a class="moz-txt-link-freetext" href="https://github.com/wittend/rm3100-runMag">https://github.com/wittend/rm3100-runMag</a>

*Improved* does not mean that it *works*, and certainly any results remain
unverified.  There are probably many egregious errors.  But it is better
than anything that I have provided in the past (I think).  The
documentation is rudimentary or worse, but I'm working on it.

The old repo for the 'simplei2c' program has been withdrawn.  May it RIP.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-rfc2396E" href="http://lists.tapr.org/pipermail/tangerinesdr_lists.tapr.org/attachments/20200517/3b7afd3d/attachment-0001.html"><http://lists.tapr.org/pipermail/tangerinesdr_lists.tapr.org/attachments/20200517/3b7afd3d/attachment-0001.html></a>

------------------------------

Message: 2
Date: Sun, 17 May 2020 21:11:50 -0700
From: Tom McDermott <a class="moz-txt-link-rfc2396E" href="mailto:tom.n5eg@gmail.com"><tom.n5eg@gmail.com></a>
To: TAPR TangerineSDR Modular Software Defined Radio
        <a class="moz-txt-link-rfc2396E" href="mailto:tangerinesdr@lists.tapr.org"><tangerinesdr@lists.tapr.org></a>
Cc: David Witten <a class="moz-txt-link-rfc2396E" href="mailto:wittend@wwrinc.com"><wittend@wwrinc.com></a>
Subject: Re: [TangerineSDR] Magnetometer testing software
Message-ID:
        <a class="moz-txt-link-rfc2396E" href="mailto:CACO3nRSFrR3qx5f5n8qczV2xqTzyX_2HVoEwJHy604u0_zi7MQ@mail.gmail.com"><CACO3nRSFrR3qx5f5n8qczV2xqTzyX_2HVoEwJHy604u0_zi7MQ@mail.gmail.com></a>
Content-Type: text/plain; charset="utf-8"

Hi Dave,  thanks for putting this up on github !
It clones and builds with no problems.

-- Tom, N5EG




On Sun, May 17, 2020 at 12:27 PM David Witten via TangerineSDR <
<a class="moz-txt-link-abbreviated" href="mailto:tangerinesdr@lists.tapr.org">tangerinesdr@lists.tapr.org</a>> wrote:

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">To all and any:

I have opened up a github repo for the improved magnetometer testing
softwareat:

<a class="moz-txt-link-freetext" href="https://github.com/wittend/rm3100-runMag">https://github.com/wittend/rm3100-runMag</a>

*Improved* does not mean that it *works*, and certainly any results
remain unverified.  There are probably many egregious errors.  But it is
better than anything that I have provided in the past (I think).  The
documentation is rudimentary or worse, but I'm working on it.

The old repo for the 'simplei2c' program has been withdrawn.  May it RIP.



--
TangerineSDR mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TangerineSDR@lists.tapr.org">TangerineSDR@lists.tapr.org</a>
<a class="moz-txt-link-freetext" href="http://lists.tapr.org/mailman/listinfo/tangerinesdr_lists.tapr.org">http://lists.tapr.org/mailman/listinfo/tangerinesdr_lists.tapr.org</a>

</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-rfc2396E" href="http://lists.tapr.org/pipermail/tangerinesdr_lists.tapr.org/attachments/20200517/e0301107/attachment-0001.html"><http://lists.tapr.org/pipermail/tangerinesdr_lists.tapr.org/attachments/20200517/e0301107/attachment-0001.html></a>

------------------------------

Subject: Digest Footer

TangerineSDR mailing list
<a class="moz-txt-link-abbreviated" href="mailto:TangerineSDR@lists.tapr.org">TangerineSDR@lists.tapr.org</a>
<a class="moz-txt-link-freetext" href="http://lists.tapr.org/mailman/listinfo/tangerinesdr_lists.tapr.org">http://lists.tapr.org/mailman/listinfo/tangerinesdr_lists.tapr.org</a>


------------------------------

End of TangerineSDR Digest, Vol 14, Issue 25
********************************************

</pre>
    </blockquote>
    <br>
  </body>
</html>