Postagens

Mostrando postagens de março, 2020

NextionDriverInstaller Nextion Driver Installer

HOW TO INSTALL THE NEXTION DRIVER log in to your Pi-Star with SSH ( https://github.com/PD0DIB/Nextion_HAM-radio-screens/wiki/FAQ-Nextion.driver-by-ON7LDS ) Then:  cd /tmp get the software git clone  https://github.com/on7lds/NextionDriverInstaller.git go ! sudo NextionDriverInstaller/install.sh Check your software settings in Pi-Star: Goto the Expert Page => MMDVMHost Editor (or mmdvmhost.ini file) to the Nextion part check/set in the  Nextion  part, the driver at  /dev/ttyNextionDriver  (USB adapter) or  /dev/ttyAMA0  (connected to GPIO-RPi) check/set in the  NextionDriver  part Port:  /dev/ttyUSB0  (for  USB adapter ) or  /dev/ttyAMA0  (connected to the  GPIO pins  of RPi)**** LogLevel: 0 (set it to ZERO) DataFilesPath: /usr/local/etc/ GroupsFile: groups.txt DMRidFile: stripped.csv Reboot your hotspot.

DMRIDUpdate.sh script para atualizar o MMDVM hotspot Pi-Star

Este é um pequeno script shell que pode ser utilizado para atualizar o arquivos de DMR id's e mostrar nas telas Nextion, ou outras, normalmente utilizando com NextionDriver (normalmente ele não vem instalado na instalação padrão do Pi-Star. Necessário consultar este link ) /etc/crontab 12 0 * * * root /bin/bash /root/DMRIupdate.sh #! /bin/bash ############################################################################### # # DMRIDUpdate.sh # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU Gen...