Search found 883 matches

by nicolaiB
07 May 2024, 09:44
Forum: Software
Topic: Strange output with piSerial [Custom Linux]
Replies: 3
Views: 72

Re: Strange output with piSerial [Custom Linux]

# Enable I2C dtparam=i2c1=on dtparam=i2c_arm=on [...] # Enable UART enable_uart=1 These are also not needed or might interfere with our custom overlay. The messages you see are debug messages and are not shown in productive builds. Our debian package is built with `-Wall -pedantic -DNDEBUG -fPIE`, ...
by nicolaiB
06 May 2024, 16:15
Forum: Software
Topic: Strange output with piSerial [Custom Linux]
Replies: 3
Views: 72

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

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

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

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

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

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

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

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

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