Search found 1018 matches

by nicolaiB
02 Jul 2025, 11:17
Forum: Software
Topic: RevPi Core3 USB Update Problem
Replies: 1
Views: 66

Re: RevPi Core3 USB Update Problem

Hallo Tobias,

vermutlich hast du vergessen das rpiboot Tool zu starten. Es läuft nicht automatisch im Hintergrund.

https://revolutionpi.com/documentation/ ... stallieren

Gruß Nicolai
by nicolaiB
02 Jul 2025, 11:11
Forum: Hardware
Topic: CAN permanent on
Replies: 1
Views: 228

Re: CAN permanent on

Hi,

you can configure the CAN interface for example with an entry in /etc/network/interfaces.

Example:

Code: Select all

auto can0
iface can0 inet manual
    pre-up /sbin/ip link set can0 type can bitrate 250000 termination 120
    up /sbin/ip link set can0 up
    down /sbin/ip link set can0 down
by nicolaiB
02 Jun 2025, 14:56
Forum: Hardware
Topic: RevPi Connect 5 and MIO unexpected behavior
Replies: 2
Views: 2308

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

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

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

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

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

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: 12
Views: 14624

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: 12
Views: 14624

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