Ok I just want to make sure that was the exact issue so I will get back to you with pictures.

    5 days later

    jaredwolff

    I sent you the pics via email.
    Let me know so I can make sure it doesn’t happen again.
    A new feather with antennas is only $120 so why would the repair be $99?
    Once you help me figure out the polarity issue I will probably order a few more but I was hoping I could get it repaired cheaper than that.
    Thanks again for your help.

      jhox616

      I replied to your email. Here’s the image you provided of your battery cell:

      See my response copied below. Look carefully of which side is the positive and which side is the negative on that JST connector:

      Also take a look at this page for example: https://www.adafruit.com/?q=lithium+&sort=BestMatch

      Look closely at the orientation of black/red. They’re opposite to the battery you used. That’s no bueno and definitely no supported.

      It’s easy to fix on that battery if you want. You just need something sharp like a pin to remove each wire and then push them into the correct orientation.

        Also in response to your earlier comment:

        jhox616 A new feather with antennas is only $120 so why would the repair be $99?

        I think you misunderstood me. I was simply clarifying my boards cost $99. (Not $120) The repair would be much less as long as it’s something I can repair. It’s hard to tell the extent of the damage since the picture you sent earlier was a bit blurred.

          jaredwolff
          Ok that all sounds great. I will respond to your email and get your address to mail it to you.
          I’ll probably have you mail it back if you can fix it with another one I’ll buy. Thanks for everything. I’ll double check all my batteries.

          8 days later

          Does the GPS need battery power to opporate?
          I could not aquire satellites or a fix with it being powered via the serial port alone.

            If you check the schematic, the “power path” from battery or USB is the same.
            I’m not sure, what you exactly do. Simplified, GPS is used in two modes, “classic” and “assisted”. For “classic”, the GPS receiver starts with receiving “broad-banded”, which isn’t that sensitive. Therefore you need “free sight to the sky”. Once the receiver detect the first signals, it switches to “smaller-banded” mode, which is much more sensitive and may work with less “free sight to the sky”, at least for something about 3h. In the “assisted” mode, the data received in the “broad-banded” phase are exchanged via the cellular protocol and with that, GPS is able to start “smaller-banded”.

            That results in:
            “classic” requires “initial free sky” and if the device is connected indoor with USB, that doesn’t work
            “assisted” doesn’t required that “initial free sky” and may therefore work in less good conditions.

              jhox616 Does the GPS need battery power to opporate?

              You do not but if your power source is noisy you may not get a fix as fast. Also someone else in the community is having issues with GPS. I’m going to double check to make sure I didn’t break the sample.

                jhox616 what sample were you using? The gps sample was missing a config variable which was preventing the GPS antenna from being powered properly.

                Here is the correct nfed/samples/gps/boards/circuitdojo_feather_nrf9160_ns.conf

                #
                # Copyright (c) 2021 Circuit Dojo LLC
                #
                # SPDX-License-Identifier: Apache-2.0
                #
                
                # GPS Antenna configuration
                CONFIG_MODEM_ANTENNA=y
                CONFIG_MODEM_ANTENNA_AT_COEX0="AT\%XCOEX0=1,1,1565,1586"
                
                # Enable Zephyr application to be booted by MCUboot
                CONFIG_BOOTLOADER_MCUBOOT=y

                  Ah, maybe that is why it wasn’t working. It was just the gps test sample under nfed.

                    2 months later

                    jaredwolff

                    I updated the board config info.
                    Is the GPS example suppose to give feedback over serial?
                    When I connect over serial it just just says “connected over COM4!”
                    After I was expecting information on satellites it is acquiring or something…

                      It should. Make sure you’re connected to the right port and you’re using the latest SDK.

                        Terms and Conditions | Privacy Policy