Search found 882 matches

by nicolaiB
06 May 2024, 16:15
Forum: Software
Topic: Strange output with piSerial [Custom Linux]
Replies: 1
Views: 26

Re: Strange output with piSerial [Custom Linux]

004320.690: brfs: File read: 3913 bytes 004325.566: brfs: File read: /mfs/sd/overlays/revpi-connect-se.dtbo 004398.016: Loaded overlay 'revpi-connect-se' 004783.335: brfs: File read: 5816 bytes 004802.426: brfs: File read: /mfs/sd/overlays/revpi-dt-blob.dtbo [...] 005084.211: brfs: File read: /mfs/...
by nicolaiB
06 May 2024, 16:05
Forum: Hardware
Topic: piControl: AIO addr 31: communication failed (req:20,ret:-5)
Replies: 19
Views: 1818

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

I can also see from the SOS report you provided, that the /boot/config.txt contains custom parameters which might interfer with our overlays. Please remove them and check if it will make any difference:

enable_uart=1
dtparam=i2c_arm=on

Nicolai
by nicolaiB
06 May 2024, 12:21
Forum: Software
Topic: automatischer Start des Python Programms
Replies: 6
Views: 1268

Re: automatischer Start des Python Programms

Hallo Andras, das ist tatsächlich ein Bug in der automatischen Erkennung der Modbus Geräte. Ich habe bereits einen Fix erstellt und dieser wird mit einer der nächsten Pictory Updates verteilt werden: https://gitlab.com/revolutionpi/pictory/-/merge_requests/133 Du kannst aber die Modbus Geräte auch j...
by nicolaiB
06 May 2024, 09:19
Forum: Hardware
Topic: piControl: AIO addr 31: communication failed (req:20,ret:-5)
Replies: 19
Views: 1818

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

Thanks for the investigation! We will look into this. If you can provide an image of your system this would be great. Please contact me via private message for details where to send the image to.

Nicolai
by nicolaiB
06 May 2024, 09:15
Forum: Hardware
Topic: Thermocouple mit AIO
Replies: 1
Views: 90

Re: Thermocouple mit AIO

Hallo Markus,

das AIO kann nicht mit Typ K Sensoren betrieben werden, sondern nur wie du schon schriebst mit PT100/PT1000. Falls du diese nutzen willst, brauchst du externe Messwertumformer nach 0-10V / 0-24 mA.

Gruß Nicolai
by nicolaiB
29 Apr 2024, 10:15
Forum: Hardware
Topic: piControl: AIO addr 31: communication failed (req:20,ret:-5)
Replies: 19
Views: 1818

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

You cannot use ` rpi-update` as it will install the stock Raspberry Pi kernel over our kernel. With this the kernel driver vor piControl won't work. The bootloader firmware is part of the package `raspberrypi-bootloader`. Please check the version, it should look like this: Desired=Unknown/Install/Re...
by nicolaiB
25 Apr 2024, 20:37
Forum: Hardware
Topic: piControl: AIO addr 31: communication failed (req:20,ret:-5)
Replies: 19
Views: 1818

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

Is hard to debug a system which has been upgraded with several major os version. The bootloader firmware is part of the package raspberrypi-bootloader (file /boot/start4.elf) and thus _should_ have been updated during your updated. My guess is that this (and maybe other?) packages are not updated. Y...
by nicolaiB
25 Apr 2024, 13:29
Forum: Software
Topic: Fresh RevPI Login Inconnect
Replies: 3
Views: 515

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: 515

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: 19
Views: 1818

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 ...