Search found 1016 matches

by nicolaiB
02 Jun 2025, 14:56
Forum: Hardware
Topic: RevPi Connect 5 and MIO unexpected behavior
Replies: 2
Views: 1468

Re: RevPi Connect 5 and MIO unexpected behavior

Did you use the MIO GND for the digital output or the system ground? You need to use the GND potential from the MIO IO connector.

Nicolai
by nicolaiB
02 Jun 2025, 14:52
Forum: Software
Topic: Eth2 - Strange beahvior
Replies: 4
Views: 1820

Re: Eth2 - Strange beahvior

Please share your network configuration. From the spare details you provided it looks like you have configured two default gateways and the traffic gets diverted.

Nicolai
by nicolaiB
02 Jun 2025, 14:51
Forum: Software
Topic: Balena OS and DIO
Replies: 3
Views: 2069

Re: Balena OS and DIO

Thanks for sharing your findings. I will keep it in mind and maybe we will be able to come up with a automatic solution together with the balena team.

Nicolai
by nicolaiB
02 Jun 2025, 14:50
Forum: Connectivity
Topic: RevPI nutzen für Profibus zu PC
Replies: 1
Views: 1120

Re: RevPI nutzen für Profibus zu PC

Hallo Marek,

mit dem Profibus Gateway hast du in deiner SPS 244 Byte Speicher den du beschreiben kannst und auf RevPi Seite in einer Programmiersprache deiner Wahl (ich nutze gerne Python) auslesen kannst. Dort kannst du die Daten beliebig (vor-)verarbeiten und an deinen PC senden.

Für die ...
by nicolaiB
26 May 2025, 15:50
Forum: Hardware
Topic: Full-Duplex Modbus Communication with RevPi Connect 4 via USB-RS485 Adapter
Replies: 2
Views: 2192

Re: Full-Duplex Modbus Communication with RevPi Connect 4 via USB-RS485 Adapter

Thanks for sharing this. Which adapter did you ended up using?
by nicolaiB
20 May 2025, 20:45
Forum: Hardware
Topic: "Help Installing Soft dPAC on RevPi Connect+ S (Docker & Partition Setup)"
Replies: 1
Views: 2383

Re: "Help Installing Soft dPAC on RevPi Connect+ S (Docker & Partition Setup)"

At which point of the linked instructions did you ran into an issue? The shown should also apply to any RevPi (make sure to use the correct root device, eg check df as suggested in the docs)

Nicolai
by nicolaiB
09 May 2025, 08:42
Forum: Software
Topic: RevPI Connect-4 no RTC on Balena Cloud
Replies: 10
Views: 12467

Re: RevPI Connect-4 no RTC on Balena Cloud

piControl needs other device tree related configuration. The easiest solution is

BALENA_HOST_CONFIG_dtoverlay="revpi-connect4"

which also takes care of the rtc, ios etc.

Nicolai
by nicolaiB
08 May 2025, 15:07
Forum: Software
Topic: RevPI Connect-4 no RTC on Balena Cloud
Replies: 10
Views: 12467

Re: RevPI Connect-4 no RTC on Balena Cloud

Hi Jack,

the digital output is internally connected to GPIO16 (digital input is GPIO 6) and can be accessed via the usual gpio tools (like gpiod).

Nicolai
by nicolaiB
08 May 2025, 15:04
Forum: Software
Topic: RevPi 4 bux fixes nicht möglich "das Anwenden der updates ist fehlerhaft"
Replies: 2
Views: 3248

Re: RevPi 4 bux fixes nicht möglich "das Anwenden der updates ist fehlerhaft"

Hallo Tim,

lassen sich die Updates installieren, wenn du auf der Kommandozeile folgenden Befehl ausführst?

Code: Select all

sudo apt dist-upgrade
Den Befehl kannst du z.B. auch im Terminal in der Weboberfläche durchführen.

Nicolai
by nicolaiB
08 May 2025, 15:00
Forum: Software
Topic: Pi5 CANbus with Balena
Replies: 7
Views: 12799

Re: Pi5 CANbus with Balena

Please double check the overlay names. In your log file the error is about spi 0 and not 5.

Nicolai