RaspberryPi3 and APM2.6 via MAVProxy

Hi fnoop, thanks for your help.

It worked after replacing “ttyama0” with “serial0” ^^

@Kyomo_Jung That’s interesting. What does ‘ls -l /dev/serial0’ say? It should point to ttyAMA0.

I googled on Rpi3 serial port and it said ttyAMA was changed to serial0 ^^

Hello all, I have followed the exact procedure steps that you have done, But am not able to get reply from pixhawk.
I enabled uart connection and disabled bluetooth also. i got this same output as @Kyomo_Jung .


I tried connecting using serial0 also. I got connection to MAV. But am not getting any MAV commands executed.
Can someone help me with this?
Also, Can someone send a picture of your hardware connections?

I had a load of trouble with this as well.

Turns out that the APM2.6 has a AutoMux. which means that UART1 is shared with the USB port. So if you power the APM via USB (which i normally do from the computer) then the Telemetry port 1 does not provide mavlink.

I did all the above with a raspberry Pi Zero W and couldn’t get it to work, until i powered up the APM up using a battery and not the USB port. It then started to work.

I’m now looking at finding out how to enable the second telemetry port or removing this behaviour!

@Kyomo_Jung Hi, i’m try but still not working, this is my configuration:


this is cmdline

and this config.txt

and using ls -l /dev

but when i try connect the apm 2.8 with RPI 3B
’ MAV> Waiting for heartbeat from /dev/ttyAMA0 ’

i try with S0 too, but nothing happens
‘MAV> Waiting for heartbeat from /dev/ttyS0’

The first connection what i did was this

But then i read what i need use a logical level converter and now i’m using one, but still not working, please help me, i’m trying about 5 days and nothing

When you want to use telemetry port 1, you need to unplug the USB and power it from battery.

I’ll post my config on the raspberry-pi zero a bit later

Here’s my config on a raspberry pi zero W.
I use /dev/ttyAMA0 as i have the connection on the first few header pins as shown on:

In the rasp-config, i have serial login shell DISABLED and serial interface ENABLED.

root@drone:/home/pi# cat /boot/config.txt
# For more options and information see
# http://rpf.io/configtxtreadme
# Some settings may impact device functionality. See link above for details

# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1

# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1

# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1

# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4

# uncomment for composite PAL
#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

# Uncomment this to enable the lirc-rpi module
#dtoverlay=lirc-rpi

# Additional overlays and parameters are documented /boot/overlays/README

# Enable audio (loads snd_bcm2835)
dtparam=audio=on
start_x=1
gpu_mem=128
enable_uart=1
dtoverlay=pi3-disable-bt
root@drone:/home/pi#


root@drone:/home/pi# cat /boot/cmdline.txt
dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=883d01e1-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait

Please note:

  • You must power your APM using a battery. Not the USB!

What OS are you using?
I’m using Ubuntu mate 16.04, but still not working

Rasberian Jessie. The standard debian image they provide.

@cyclops Hi, emmm finally worked but not quite, look:

do you know why? and thanks so much.

Funny, i actually didn’t type commands in the console. I didn’t test that!
I only tested connecting mission planner to the MavProxy. I can have a try at this next week, if you want!

Yes please, thank you so much

Hi,

param show ARMING_CHECK does give a response to either, but then I connected mission planner and it suddenly showed:
Received 306 parameters
Saved 306 parameters to Drone450/logs/2017-09-07/flight3/mav.parm

After this, the command ‘param show ARMING_CHECK’ did work.
There is also a ‘param fetch’ command, but that doesn’t do anything. that seems like a bug.

i use via GPIO to connecting Raspi and Pixhawk.

And I use Telemetry to connect with Pixhawk and Mission Planner.
Raspi power is from USB
and Pixhawk power is from Battery

Could you teach me how to use “ls / dev” to know the port?

Teach me how to type it in Raspberry’s terminal, please :smile:

in order to scan port services you can type

sudo screen “port_name” 57600

thankyou antpoli and everybody for your response :blush:

hi,may i know how you solve this? i am facing the same problem now…

I created a pdf of what i did on my raspberry pi 4-b to install mavproxy please check out that

what_i_did.pdf (516.5 KB)

then by cloning from github

but whrn i run commands

nothing

Please guide me from starting step by step