Search found 1022 matches

by nicolaiB
04 Jul 2025, 13:31
Forum: Hardware
Topic: RS-485 issue on RevPi Connect 5
Replies: 1
Views: 58

Re: RS-485 issue on RevPi Connect 5

Hi

you you please share the output of
  • ls -l /dev/ttyAMA*
  • ls -l /dev/ttyRS485*
  • cat /etc/revpi/image-release
  • ls -l /lib/udev/rules.d/50-revpi.rules
  • md5sum /lib/udev/rules.d/50-revpi.rules
by nicolaiB
04 Jul 2025, 13:28
Forum: Software
Topic: RevPi MIO Module Present but NOT CONFIGURED — PiCtory Config Not Applying Correctly
Replies: 3
Views: 168

Re: RevPi MIO Module Present but NOT CONFIGURED — PiCtory Config Not Applying Correctly

Thanks for the feedback and glad to hear that now everything is working as expected.
by nicolaiB
04 Jul 2025, 13:05
Forum: Hardware
Topic: RevPi DIO not Configured in Connect 5
Replies: 1
Views: 45

Re: RevPi DIO not Configured in Connect 5

Hi

could you please share the output of:
  • ls -l /etc/revpi/
  • dmesg | grep piControl
by nicolaiB
03 Jul 2025, 15:08
Forum: Software
Topic: RevPi MIO Module Present but NOT CONFIGURED — PiCtory Config Not Applying Correctly
Replies: 3
Views: 168

Re: RevPi MIO Module Present but NOT CONFIGURED — PiCtory Config Not Applying Correctly

The first output of piTest -d shows that you have configured the module on the wrong side (thus one present and one absent). The second one shows the state without config file which only contains the core itself and the autodetected mio.

In order to get a working setup:
- restore link in /etc/revpi ...
by nicolaiB
02 Jul 2025, 11:17
Forum: Software
Topic: RevPi Core3 USB Update Problem
Replies: 2
Views: 258

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: 2
Views: 357

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

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

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

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

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