Starling 2 Max no GPS data
-
@Alex-Kushleyev Maybe this cable would work? https://www.amazon.com/dp/B0D9BDJBKK/
-
@Alex-Kushleyev
or maybe this device: https://www.amazon.com/dp/B00LZVEQEY/
using this wiring: https://docs.modalai.com/flight-core-v2-external-sensors/#gpscompass -
@ROBERT-JUDD , Any USB-to-serial adapter should work you should probably get two different ones just in case. Just make sure the usb adapter can provide 5V and uses 3.3V logic levels.
In terms of the pinout, the following table is correct : https://docs.modalai.com/flight-core-v2-external-sensors/#gpscompass , however i wanted to clarify the TX / RX.
pin 1: 5V power from USB adapter to GPS receiver pin 2: TX out of USB adapter, RX into GPS pin 3: RX into USB adapter, TX out of GPS pin 4: I2C SCL (unused in this case) pin 5: I2C SDA (unused in this case) pin 6: GND
If you need help with using Ucenter for basic satellite signal strength monitoring, i can make a simple video. There are many settings you can change in Ucenter, but you don't need to do much in order to do a basic satellite view.
Alex
-
@Alex-Kushleyev Got it, will do and let you know. Thanks very much for your help!
Bob -
@Alex-Kushleyev I'm having trouble identifying the type of 6-pin connector on the 3DR GPS board. I'm trying to but a connector so I can build the cable. Is that a JST GH 1.25? Or some other type of connector? I'd prefer not to solder wires onto the GPS board at this stage.
-
@ROBERT-JUDD , yes it is JST GH.
-
@Alex-Kushleyev OK, I made a cable and connectors and the GPS receiver appears to work fine when connected to my PC USB serial port and the whole drone is powered off, details below. Definitely a major step forward. What do you think I should test next? I'm thinking of testing the pin-to-pin continuity of the GPS-to-VOXL cable, and also checking that the wires are connected to the correct pins. Any other suggestions?
Thanks for your help!
-
@Alex-Kushleyev Actually I discovered something very interesting. No matter how long you leave the drone outside it will not lock onto any satellites, BUT if you add an aluminum foil shield between the GPS antenna and the rest of the drone you immediately get satellites, a total of 11 after a few minutes. See pics below.
I think this means I need an RF shield of some sort. Open to suggestions.
Note that this is with the Lepton cable disconnected, and the ALFA wifi module removed. I'm communicating using ssh via 5G Google Fi and Tailscale as per ModalAI documentation, which was super helpful, thanks!
Thanks again for helping me figure this out!
-
@Alex-Kushleyev I'm hoping you or someone at ModalAI will get back to me ASAP about this because frankly I'm getting very frustrated. I added the shield below and I do get a GPS fix, but the quality is poor and when flying it is nearly impossible to avoid crashing. Why do I need to add a RF shield in the first place? Did someone at ModalAI test this $5,000 drone before shipping it to me? Does the Starling 2 Max have a GPS design issue? In view of the two similar reports below I'm beginning to think so. Please let me know how we can make this right.
https://forum.modalai.com/topic/3879/gps-not-working-for-starling-2-max/16
-
I have looked at your plot of satellite signal strengths - was this test done in open sky? The average signal strength appears to be around 33dB, which is relatively low. Since the drone is powered off, there should not be any active interference from it.
In open sky, I would expect majority of GPS satellites to be in the 40-45dB range (depending on the elevation).
It is possible that something is wrong with the GPS receiver itself (if the test was done in the open sky).
Just did a quick search for a good reference for a signal strength to expect in excellent conditions (this is not my image). In the past GPS tests i have been able to observe such results in ideal conditions.
In your case, the signal is at least 10dB lower on average, which is not a great sign.
Do you have any other Ublox receivers you can test in the same conditions to check if you get higher signal strength? I suspect the GPS module in the Starling 2 Max may be bad, so that would explain seeing low signal even with the drone powered off.
Alex
-
@Alex-Kushleyev The previous screen shot was not open sky because I didn't have a USB extension cable, which I bought today. Here is the open sky result. What do you think I should do next? Thanks
-
@ROBERT-JUDD , the open sky result looks good, so the gps receiver seems just fine.
Now, as a next test, to confirm that interference is coming from the drone (and see what level of interference), make sure that you are getting similar results as you just shown while drone is off and while your u-center is running, turn on the drone and you will likely observe the signal drop as the drone boots up (which may vary over time).
I am curious what that looks like (initial drop when you first power on the drone and then steady state (after 5-10 seconds).
Also, it seems you may have a 5G modem on the Starling 2 Max (if i am not mistaken), please try to see if disabling it will help with the GPS signal. Perhaps certain settings of the 5G modem are affecting GPS signal.
Alex
-
@Alex-Kushleyev OK I will try that tomorrow and let you know.
Yes, I do have a 5G Sierra Wireless EM9291 modem active and connected via Google Fi. If I execute “systemctl disable voxl-modem” do I need to reboot for that to take effect? And does that actually remove power from the modem board? Any other modem commands I should try?
Thanks very much for your help.
-
@Alex-Kushleyev This morning I could not get the GPS to communicate reliably with my PC - the serial data connection kept fading in and out. I checked all the wiring, made a new cable, and tried a second PC, but the serial connection kept fading in and out. Maybe the GPS module was defective the whole time. Can you tell me how I can get a replacement GPS module? Here are the pics.
-
@ROBERT-JUDD , please contact https://www.modalai.com/pages/rma for any replacements you need.
From the picture you posted, i see a big scratch on the antenna, which seems to be deep enough to break up the conductive plane. I am not an antenna expert, but i believe that damage like this will affect the antenna characteristics.
By the way the two notches on the antenna (at 12 and 3 o'clock) are done at the factory when the antennas are fine tuned to the exact frequency. The scratch could throw off the tuning.
Regarding serial connection, sometimes you need to switch your gps receiver to a higher baud rate, otherwise the port will overflow at the default 9600 baud. Please double check. You can send a special command using u center to switch the receiver to a higher baud rate and then autodetect or manually specify the new baud rate in ucenter for the serial connection. I typically always switch to at least 115200 or 230400 first then do my testing.
Regarding disabling the modem, I will ask my colleagues if there is a SW command to power it down.
Alex
-
In order to power down the 5G card on M0090, the easiest way to do it is to set VOXL2 GPIO 1 to low. This signal controls the
FULL_CARD_POWER_OFF
input into the 5G card.voxl-gpio -m 1 out voxl-gpio -w 1 0 # power off voxl-gpio -w 1 1 # power on
-
@Alex-Kushleyev This is very helpful information, thanks very much for sending. I will follow your recommendations and keep you updated.
FYI I also noticed the antenna scratch in the photo, but I honestly have no idea how that happened. I was very careful handling the GPS module. Maybe it overheated, but I ran a fan over the drone at all times during bench testing and monitored temps via “voxl-inspect-cpu”, so that doesn’t seem likely to me.
Thanks again for your help.