Home › Forums › Forums › Technical Support for BerryGPS and BerryGPS-IMU › Garbled data
- This topic has 3 replies, 2 voices, and was last updated 8 months ago by Solar.
- AuthorPosts
- April 10, 2023 at 6:14 am #18124SolarParticipant
I have the BerryImuGps mounted on top of the Raspberry Pi, however, whenever I run cat /dev/serial0 I keep getting garbled data. I tried to change the baudrate to 9600, 115200, and 4800 for both the raspberry pi and the berry gps module but none of the baud rates seem to be working.
I have also attached the screenshot of the kind of the data I am receiving.
Additionally, would it be possible to have the GPS module working if it is placed on top of the RS 485 Can Hat that is, in turn, placed on top of the raspberry pi? Or will I, in this case, need to connect the berry gps to the raspberry pi via the QWIIC connection?
I’d appreciate any information!
Attachments:
April 10, 2023 at 8:52 am #18127richardpParticipantwhat do you get when using minicom?
minicom 9600 -D /dev/serial0
I am not familiar with the RS 485 Can Hat, however i did a google search and found a schematic and it looks like this board also uses the UART. You can only have one device connected to the UART interface on the Pi, which means you will need to use GPS via i2c
Richard --OzzMaker.com --
April 11, 2023 at 9:42 am #18130SolarParticipantIf I have a can hat 485 put on top of the raspberry pi, will I still be able to connect the berry imu/gps via the QWIIC connector? The QWIIC connector seems to be using the same pins that the can hat is sitting upon.
I’d appreciate any info.
And I’ll attach the information about the output from running minicom a bit later.
Thanks!
April 12, 2023 at 12:45 am #18132SolarParticipantIf I have a can hat 485 put on top of the raspberry pi, will I still be able to connect the berry imu/gps via the QWIIC connector? The QWIIC connector seems to be using the same pins that the can hat is sitting upon.
I’d appreciate any info.
And I’ll attach the information about the output from running minicom a bit later.
Thanks!
- AuthorPosts
- You must be logged in to reply to this topic.