Home › Forums › Forums › Technical Support for BerryGPS and BerryGPS-IMU › Is it possible to turn off power to the GPS independently from the IMU?
Tagged: Hardware Technical Questions
- This topic has 3 replies, 2 voices, and was last updated 4 years, 2 months ago by ODU-UAS-TEAM.
- AuthorPosts
- September 21, 2019 at 7:43 am #10518ODU-UAS-TEAMParticipant
Hello, I was hoping somebody on here could answer a question for my team and I. We are currently designing a UAS for our universities aerospace engineering capstone assignment. Part our projects requirements is to disable our GPS and fly unguided for the duration of our mission. Would the Berry GPS-IMU Be capable of powering down JUST the GPS leaving the IMU operational? If so does anyone have any advice or resources on how to do this that they would be willing to share?
Thank you!
September 21, 2019 at 8:08 am #10521ODU-UAS-TEAMParticipant–
GPS External Interrupt(EXTINT) An external interrupt pin which can be used for wake-up functions in Power Save Mode and for aiding.
uSCL and uSDA uBlox GPS Display Data Channel (DDC).
–
This appears to be on track with what we’re looking for, but we don’t have much knowledge in the from of drone technologies. Can anyone verify if this is the answer to our question. Does this feature allow us to toggle on and off the GPU with leaving the IMU Operational?
Than you again so much for your help!
September 22, 2019 at 5:59 pm #10562PeterPParticipantThis can be done through the serial interface by sending UBX protocol commands
Stop GNSS;
echo -e -n "\xB5\x62\x06\x57\x08\x00\x01\x00\x00\x00\x50\x4F\x54\x53\xAC\x85"> /dev/serial0
Start GNSS;
echo -e -n "\xB5\x62\x06\x57\x08\x00\x01\x00\x00\x00\x20\x4E\x55\x52\x7B\xC3" > /dev/serial0
I hope this is what you are after.
The UBX protocol is a bit cryptic, but it is powerful. it is documented here
Peter --OzzMaker.com --
September 23, 2019 at 2:05 am #10571ODU-UAS-TEAMParticipantThank you for your help!
- AuthorPosts
- You must be logged in to reply to this topic.