Search found 17 matches

by PE1BVU
Tue Dec 29, 2020 4:22 am
Forum: Feature Requests
Topic: Nextion status code for SMS/DATA/GPS
Replies: 1
Views: 1978

Re: Nextion status code for SMS/DATA/GPS

Thanks for the answer.

It's not my intention to display the data (contents) on the Nextion, but only to have a status code when it occurs.
At the moment there is nothing to display so the Nextion 'hangs' until hangtime-timeout or another valid status-code occurs, while the pi-star dashboard ...
by PE1BVU
Tue Dec 29, 2020 3:33 am
Forum: Feature Requests
Topic: Nextion status code for SMS/DATA/GPS
Replies: 1
Views: 1978

Nextion status code for SMS/DATA/GPS

Can a status code be added when receiving SMS/DATA/GPS transmissions for use in Nextion layout?
Thanks! Adri.
by PE1BVU
Wed Jun 05, 2019 6:43 am
Forum: Feature Requests
Topic: Dimmable oled / led’s on/off
Replies: 16
Views: 17099

Re: Dimmable oled / led’s on/off

I use 12ctools to control the OLED over SSH
(If not installed yet use: $ sudo apt-get install i2c-tools )

Switch OLED ON:
$ /usr/sbin/i2cset -y 1 0x3c 0x00 0xAF

Switch OLED OFF:
$ /usr/sbin/i2cset -y 1 0x3c 0x00 0xAE

OLED STATUS:
$ /usr/sbin/i2cget -y 1 0x3c 0x00

this returns the current ...
by PE1BVU
Thu May 30, 2019 7:19 pm
Forum: DMR Specific Support
Topic: DMR Extended ID Changes
Replies: 13
Views: 17426

Re: DMR Extended ID Changes

After struggling to get my three pi-star hotspots back online after BM refused connecting two devices with the same ID (suddenly after a update, has always worked ok), i can not see anymore which sub-id (01, 02 or 03) i'm using on the dashboard.
They all show the same id: 2041233.

(see picture of ...
by PE1BVU
Fri Feb 22, 2019 3:56 pm
Forum: Pi-Star General Support
Topic: Unable to Switch Back to 'rpi-ro'
Replies: 71
Views: 249726

Re: Unable to Switch Back to 'rpi-ro'


Pi-Star AutoAP has been patched so that it no longer keeps the disk in RW mode, you will need an update and a reboot if you want to test it with the AutoAP active.


Thanks Andy !

Tested it with all my hotspots now AutoAP on and they are all running fine.
The AutoAP works as usual, and for now ...
by PE1BVU
Thu Feb 21, 2019 5:16 pm
Forum: Pi-Star General Support
Topic: Unable to Switch Back to 'rpi-ro'
Replies: 71
Views: 249726

Re: Unable to Switch Back to 'rpi-ro'

UPDATE
Now a few days of checking and all of my hotspots still in "ro" mode:
Can rpi-rw / edit some file / rpi-rw without trouble.
Can do nightly updates without trouble.
Can do manual update/upgrade without trouble.
Guess i'm lucky

One thing: my Pi's are always powered on.

Keep y'all ...
by PE1BVU
Wed Feb 20, 2019 5:28 am
Forum: Pi-Star General Support
Topic: Unable to Switch Back to 'rpi-ro'
Replies: 71
Views: 249726

Re: Unable to Switch Back to 'rpi-ro'

Reply to AF4FA

I tried all that but it would not go back to ro mode. I had to rebuild the sd card from scratch.

If this happens one of the pi-star scripts did not finish or hangs, causing the remount to malfunction.
Try to remount all: sudo mount -a

After that you should be able to "rpi-ro ...
by PE1BVU
Tue Feb 19, 2019 5:04 am
Forum: Pi-Star General Support
Topic: Unable to Switch Back to 'rpi-ro'
Replies: 71
Views: 249726

Re: Unable to Switch Back to 'rpi-ro'

Update:
All of my hotspots "survived" the nightly update! They all remain in "ro" mode and i can manualy "rpi-rw" and "rpi-ro" as much as i wish.

note:
As soon as i install / restart samba on one of the hotspots the problem is back... but i can live without samba.
I used samba to view the log ...
by PE1BVU
Mon Feb 18, 2019 9:44 am
Forum: Pi-Star General Support
Topic: Unable to Switch Back to 'rpi-ro'
Replies: 71
Views: 249726

Re: Unable to Switch Back to 'rpi-ro'

Hi all,

Tried this on my RPI 2b+ with DVMEGA Single HAT and a on my RPI Zero-W with Chinese single Jumbo HAT (running POCSAG).
After reboot the OS stays in "rpi-ro" after manual update or editing some files over SSH.

Seems to be the culprit....


pi-star_firewall-setting.jpg


pi-star_ssh.jpg ...