Instruction installation for Procesy5 Automation Module Controller based on OrangePI Zero

How to assembly and use our controller in system Procesy5 with this OrangePi Hardware Set

This instruction should be provided only to licenced partners and is restricted in redistribution.

  1. Download and install Operation System
    Dowload system from https://www.armbian.com/orange-pi-zero/ according to instruction from the bottom of site.
    Install it on SD card (use stable system version)
  2. Run the system and configure network
    After installing the system and install SD card configure WIFI networks to allow it connects to.
    Connect to the power by microUSB OTG and connect to the ethernet port.
    Connect to module by SSH (Putty.exe for example).

    first connect to device force to change password for root.

    use command nmtui-connect to connect to properly WiFI Network.
  3. Upload Procesy5AutomationController code with licences
    Install it to folder /home/
  4. Run system Procesy5AutomationController subsystem
    use commands python Main.py dozmiany in localizastion of program for collecting data.
    Note: dozmiany is the sample password
  5. Configure system to automatically run after reboot
    Login as root and use command crontab -e than paste the command at the end of crontab file:
    @reboot cd /home/MBZ_Easy_Gateway/home/MBZ_Gateway && sudo python Main.py dozmiany > log.txt &
    After saving the board is ready to work.