-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPi3: GPS cannot connect via UART #393
Comments
So can we get the 835/836 to connect on the pi3? I am having an issue with that. I can get ttyS0 to show data with the 835 connected to pins 8 & 10. But it is unreadable. I am not able to get any baud rates to return usuable data... If I I have tried to connect on /dev/ttyAMA0 on my rpi3 and nothing. I have talked with cyoung about this. I have 2 835's and both work on my rpi2. Plugging either 835 in to the rpi3 and I get nothing usuable. My Rpi2 does not have a ttyS0 at all. Does yours? With the 835 connected there is a ttyAMA0 but no ttyS0 The ttyS0 only was seen on the rpi3... PS. Got 2 ry836ai on the way |
Add |
Simulpost! :-D |
Great minds think alike: always in the gutter. |
I followed the steps here: and was able to get valid NMEA data on ttyAMA0 Does this mean we have to have version checks for RPi3's and mod the And then the Bluetooth will never work with a serial port interface in use???? |
@peepsnet -- we're using a version of Jessie dated after 3/18, so the simplified method in @skypuppy 's post (and originally discussed on reddit: https://redd.it/4bh5ku) is what we've been using on our Pi3s, and what I submitted in PR #394. In theory, this should still allow BT use on the "mini UART" - though I haven't tested. Also need to validate on older Pi's. |
Thats just the |
SO the question become does this line in the /boot/config.txt break the RPi2s and RPi0s... |
Stratux version: 0.8r2 build da5f5d0
Stratux config:
SDR
[X] single
[ ] dual
GPS
[X] yes
[ ] no
type: MTK3339
AHRS
[ ] yes
[x] no
Description of your issue:
On the Raspberry Pi 3, devices
ttyAMA0
andttyS0
are not the same device.ttyAMA0
connects to the PL011 hardware UART (accessible via GPIO pins 8 and 10).ttyS0
uses a differrent hardware address and interrupt (mini-UART / Bluetooth?) -- in either case it does not address hardware connected to pins 8/10.Suggest removing references to
/dev/ttyS0
from ry835ai.go.The text was updated successfully, but these errors were encountered: