Announcement

Collapse
No announcement yet.

How to Install ModeSMixer2 on RPi and get VRS like Range Plot

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Thanks Oblivian for changing title of this thread, and deleting the duplicate thread.

    Comment


    • #17
      Has anyone been able to get modesmixer2 to work on Pi Zero please? Thank you

      Comment


      • #18
        On 27th May 2020, Raspberry Pi foundation has released 64bit Raspbian which can be used on RPi3 and RPi4 as both have 64bit cpu.

        For those who are using 64 bit Raspbian on Pi3 or Pi4, the ModeSMixer2 (installed by automated script method given in First Post), will fail to start unless following workaround is done:

        Code:
        sudo mkdir libssl-armhf   
        wget http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.1d-0+deb10u3_armhf.deb    
        sudo dpkg -x libssl1.1_1.1.1d-0+deb10u3_armhf.deb libssl-armhf    
        
        sudo cp libssl-armhf/usr/lib/arm-linux-gnueabihf/libssl.so.1.1 /usr/lib/arm-linux-gnueabihf/  
        sudo cp libssl-armhf/usr/lib/arm-linux-gnueabihf/libcrypto.so.1.1 /usr/lib/arm-linux-gnueabihf/  
        
        sudo systemctl restart mm2
        After above workaround, the ModeSMixer2 (installed by automated script of post #1) on 64 bit Raspbian works OK.
        Last edited by abcd567; 2020-06-04, 23:34.

        Comment


        • #19
          Name changed too

          So may see it now called "Raspberry Pi OS" more often.

          Changed to more in-house development team while other raspbian lines may differ.
          https://www.raspberrypi.org/forums/v...0cb7d#p1668466
          Posts not to be taken as official support representation - Just a helpful uploader who tinkers

          Comment


          • #20
            Thanks to sergsero for advising yesterday that he has now made available the 64bit version of modesmixer2 (modesmixer2_64bit_rpi4_Raspberry_Pi_OS_20200426.tg z).

            https://radarspotting.com/forum/inde....html#msg46980

            Based on sergsero's advised, today I have added to my Github page, a bash script for automated installation of 64bit modesmixer2 on RPi4 running 64bit Raspberry Pi OS.

            Automated Installation Script:

            Code:
            sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/mm2/master/install-mm2-64bit.sh)"
            Instructions at Github:
            ModeSMixer2 installation script for RPi 2/3/4 and Raspbian Stretch/Buster - abcd567a/mm2

            Comment


            • #21
              ModeSMixer2 Installation Script at Github


              Updated on February 23, 2021

              Change log:
              (1) The modesmixer2 is now run by user mm2 (previously it was run by user root).

              (2) The max range curve data file distances.json is created and owned by user mm2 and is located in folder /usr/share/mm2 (previously it was created and owned by user root and was located in root partition /distances.json )

              (3) The max range plot is persistant and survives restarts and reboots. To clear the curve and start fresh plotting, do following:
              Code:
              #You must stop mm2 before deleting the file distances.json. sudo systemctl stop mm2
              
              # Delete file distances.json
              
              sudo rm /distances.json #(For installations done BEFORE 23rd February 2021)
              
              sudo rm /usr/share/mm2/distances.json  #(For installations done ON or AFTER 23rd February 2021)
              
              # Restar modesmixer2
              sudo systemctl restart mm2
              Link to Github where installation guide and installation script for mm2 (modesmixer2) for various devices (Pi & PC), and various OS (Raspberry Pi 32-bit & 64-bit OS, Ubuntu20 x86_64, Debian10 x86_64, Kali Linux 2020 amd64, Arch Linux 2021 x86_64) are located:

              https://github.com/abcd567a/mm2



              Comment


              • #22
                AcarsDeco2, ModeSDecco2, & ModeSMixer2

                Developer Sergsero's Google Drive is no more accessible since first week of April 2022.

                Fortunately I had earlier downloaded and saved these files on my PC before the said disappearance. I have uploaded these files to my Github site shortly after disappearance of Sergsero's Google Drive.

                These files can be downloaded from the page linked below:


                https://github.com/abcd567a/mm2/releases



                Screenshot_20220503-abcd567a-github.jpg
                Last edited by abcd567; 2022-05-03, 16:17.

                Comment

                Working...
                X