Search found 875 matches

by nicolaiB
25 Apr 2024, 13:29
Forum: Software
Topic: Fresh RevPI Login Inconnect
Replies: 3
Views: 31

Re: Fresh RevPI Login Inconnect

Glad to hear, that now everything works as expected :)
by nicolaiB
25 Apr 2024, 12:32
Forum: Software
Topic: Fresh RevPI Login Inconnect
Replies: 3
Views: 31

Re: Fresh RevPI Login Inconnect

The default password is device specfic and printed on a label which is located on the right side of the device.

Nicolai
by nicolaiB
25 Apr 2024, 09:26
Forum: Hardware
Topic: piControl: AIO addr 31: communication failed (req:20,ret:-5)
Replies: 6
Views: 341

Re: piControl: AIO addr 31: communication failed (req:20,ret:-5)

Thanks for the sos report. After a quick look I can see that your system runs on very old bootloader firmware version: Dec 1 2021 15:01:54 Copyright (c) 2012 Broadcom version 71bd3109023a0c8575585ba87cbb374d2eeb038f (clean) (release) (start) on a similar Connect 4 with Bullseye Image this should be ...
by nicolaiB
21 Apr 2024, 11:40
Forum: CODESYS
Topic: RevPi RS485 config for use in CodeSys
Replies: 6
Views: 296

Re: RevPi RS485 config for use in CodeSys

Not much a CODESYS expert, but the correct device is /dev/RS485 which is a symlink to the effective serial device. The effective serial devices differ between different RevPi types, so make sure to use the symlink. There is also the beta of our CODESYS library, which finally supports 64-bit systems....
by nicolaiB
21 Apr 2024, 11:32
Forum: Hardware
Topic: piControl: AIO addr 31: communication failed (req:20,ret:-5)
Replies: 6
Views: 341

Re: piControl: AIO addr 31: communication failed (req:20,ret:-5)

Hi, thanks for the detailed report. The revpi-sos tool is part of the revpi-sos-report package (sudo apt install -y revpi-sos-report). Which image are you using (cat /etc/revpi/image-release)? Is there a special reason why you run a 32-bit system? The connect 4 is usually shipped with 64-bit image b...
by nicolaiB
17 Apr 2024, 15:18
Forum: Software
Topic: Getting Started with RevPi RO
Replies: 1
Views: 163

Re: Getting Started with RevPi RO

Hi

Thanks for the detailed description. From the output of piTest I assume that your device is missing the latest updates which are required to use the RevPi RO. Please install the updates and check again.

Nicolai
by nicolaiB
29 Mar 2024, 15:42
Forum: Software
Topic: Pi startet automatisch neu
Replies: 5
Views: 577

Re: Pi startet automatisch neu

Häufige Ursache beim Connect: fehlende Steckbrucke für den Watchdog (Klemme x4). Schau mal ob die bei dir drin ist

Gruß Nicolai
by nicolaiB
27 Mar 2024, 15:46
Forum: CODESYS
Topic: Funny behaviour of inputs
Replies: 3
Views: 299

Re: Funny behaviour of inputs

Hi,

the 64 Bit library is about to be released in April. At the moment it is not officially supported, because there is no release yet.

Nicolai
by nicolaiB
26 Mar 2024, 14:23
Forum: Software
Topic: Picotry insecure connection
Replies: 4
Views: 312

Re: Picotry insecure connection

You are probably missing the correct webserver configuration: eg. /etc/apache2/sites-enabled/revpi-ssl-site.conf <IfModule mod_ssl.c> Listen 41443 <VirtualHost _default_:41443> ServerAdmin webmaster@localhost DocumentRoot /var/www/revpi ErrorLog ${APACHE_LOG_DIR}/revpi/error.log CustomLog ${APACHE_L...
by nicolaiB
25 Mar 2024, 20:20
Forum: Software
Topic: GTK 3.0 auf RasPi
Replies: 4
Views: 187

Re: GTK 3.0 auf RasPi

[...] Distributor ID: Raspbian Description: Raspbian GNU/Linux 10 (buster) Release: 10 Codename: buster Du verwendest Buster. Ich habe gerade eben mal nachgeschaut und das Paket libgtk-3-dev sollte auch schon in Buster verfügbar sein (https://packages.debian.org/search?keywords=libgtk-3-dev). Prüfe...