Beiträge von Stefan_F

    Hallo zusammen !
    Ich hatte in der Tat das identische Problem.
    Raspi PI 3 mit RDM 6300 / V2


    In der Trace Console ging der Reader manchmal 2 mal , manchmal 3 mal dann wie von Geisterhand nix mehr.


    Neu booten und dann der gleiche Mist von vorne.


    Zum einen (Scheinbar spezifisch beim PI 3) :


    Wenn Bluetooth aktiviert ist dann scheint der Port ttyAMA0 dadurch temporär belegt zu sein.


    SerialException: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
    2017-03-24 10:21:18,798 [DEBUG] [doorpi.keyboard.from_rdm6300] readUART thread ended
    2017-03-24 10:21:18,799 [DEBUG] [doorpi.keyboard.from_rdm6300] readUART() started
    2017-03-24 10:21:19,009 [ERROR] [doorpi.keyboard.from_rdm6300] device reports readiness to read but returned no data (device disconnected or multiple access on port?)



    NOTE FOR RASPBERRY PI 3: The Raspberry pi 3 has changed things around a bit: ttyAMA0 now refers to the serial port that is connected to the bluetooth. The old serial port is now called ttyS0. So if you have an RPI3, everywhere you see "ttyAMA0" below, you should read "ttyS0".


    The Broadcom UART appears as /dev/ttyAMA0 under Linux. There are several minor things in the way if you want to have dedicated control of the serial port on a Raspberry Pi.

    • Firstly, the kernel will use the port as controlled by kernel command line contained in /boot/cmdline.txt. The file will look something like this:

    dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait


    The [i]console keyword outputs messages during boot, and the kgdboc keyword enables kernel debugging.


    You will need to remove all references to ttyAMA0. So, for the example above /boot/cmdline.txt, should contain:

    dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait



    Zum anderen habe ich das Bluetooth Modul still gelegt.


    Bluetooth kann man in der Boot-Konfiguration abschalten (ab Kernel 4.1.19).


    sudo nano /boot/config.txt


    Hier trägt man folgende Zeilen ein:


    dtoverlay=pi3-disable-bt

    enable_uart=1

    force_turbo=1


    Speichern, schließen und neustarten.




    Seit dem funktioniert das ganze reibungslos. Übrigens ist es auch reproduzierbar. Wenn ich die Ursprungswerte eintippel
    erziele ich das ursprüngliche Ergebnis.




    Sonniges Wochenende
    Stefan

    Hallo zusammen.


    Gibt es einen Parameter (welchen ich irgendwie nicht gefunden habe) der die Anzahl der Klingelzyklen (Doorpi -> Fritz!Fon)
    einstellbar machen lässt ?!


    Konkret habe ich das Problem dass der gesamte Anrufvorgang nach dem 3. Klingelzyklus abbricht. Kein Bimmeln mehr, kein
    Cam-Bild ... Das Fritz!Fon MTF kehrt einfach zurück in den Startbildschirm.


    Wer ist denn hierfür verantwortlich ? FritzBox, Fon/MTF oder der DoorPI. Ich blicke gerade die Zuständigkeit nicht.


    By the Way wenn ich das Fon/MTF von einer anderen Nebenstelle anrufe dann bimmelt das bis der Akku leer ist.


    Mit besten Grüssen
    Stefan