Thanks a lot for your work on this @Sinamics , great project!
I'm looking for some help to get this running on a RPi0w. I've got it all working already on a RPi 3b running Jessie following your default instructions. I have also followed the default instructions with my RPi0w several times over, using Jessie and a few different OS images, but I keep ending up stuck at the same point. Uavcast runs on reboot and streams the video fine (once I manually enabled the pi camera), but it is not sending telemetry.
At the Home tab I get the red error message:
"Ooooops!!! We have a problem!"
Diagnostic > SYSTEMD output:
β UAVcast.service - UAVcast Drone Software
Loaded: loaded (/lib/systemd/system/UAVcast.service; enabled)
Active: active (running) since Thu 2018-05-31 12:41:11 UTC; 7min ago
Process: 843 ExecStart=/bin/bash DroneStart.sh start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/UAVcast.service
ββ901 sudo /home/pi/UAVcast/script/./camera.sh
ββ906 /bin/bash /home/pi/UAVcast/script/./camera.sh
ββ913 raspivid -n -w 1280 -h 720 -b 1500000 -fps 20 -t 0 -o -
ββ914 gst-launch-1.0 --gst-debug-level=0 -v fdsrc ! h264parse ! rtph264pay config-interval=10 pt=96 ! udpsink host=groundstation.new-projects.be port=5600
May 31 12:41:10 raspberrypi sudo[979]: root : TTY=unknown ; PWD=/home/pi/UAVcast ; USER=root ; COMMAND=/home/pi/UAVcast/script/./cmavnode.sh
May 31 12:41:10 raspberrypi sudo[979]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 31 12:41:11 raspberrypi bash[843]: 31/05/2018 12:41:11
May 31 12:41:11 raspberrypi bash[843]: Serial streaming script started
May 31 12:41:11 raspberrypi bash[843]: If you see this message, then Network was successfully loaded.
May 31 12:41:11 raspberrypi systemd[1]: Started UAVcast Drone Software.
May 31 12:41:13 raspberrypi sudo[1004]: root : TTY=unknown ; PWD=/home/pi/UAVcast ; USER=root ; COMMAND=/usr/bin/cmavnode -f /home/pi/UAVcast/script/./cmav.conf
May 31 12:41:13 raspberrypi sudo[1004]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 31 12:41:13 raspberrypi sudo[1004]: pam_unix(sudo:session): session closed for user root
May 31 12:41:13 raspberrypi sudo[979]: pam_unix(sudo:session): session closed for user root
Diagnostic > MAVPROXY output:
cmavnode: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory
I'm certain that my wiring is ok, it runs straight away when I plug the RPi 3b back in. There's no sign of any incoming telemetry in mission planner when using the Pi0w, whereas the same GSC endpoint using the same Mission planner works fine with the RPi 3b.
Can you please help me out to get this running on the Rpi0w.
Any help will be much appreciated, cheers.