Search found 2229 matches

by dirk
07 Apr 2025, 09:06
Forum: My Project
Topic: RevPi Connect SE no data from Wireless M-Bus Module
Replies: 3
Views: 23836

Re: RevPi Connect SE no data from Wireless M-Bus Module

Hallo Decker, schaue dir mal diese Seite aus der Knowledge Base an zum Thema Wireless M-Bus:
https://kunbus-gmbh.atlassian.net/servi ... 1304231973
by dirk
04 Apr 2025, 17:25
Forum: Hardware
Topic: Modbus RTU Master config
Replies: 6
Views: 1859

Re: Modbus RTU Master config

Hello Jörgen, thank you for your patience. Here I have a Python script created with love from the development, which switches the terminating resistor. It works like this:

pi@RevPi136828:~$ python3 rs485-termination.py /dev/ttyRS485-0 off
Termination disabled on /dev/ttyRS485-0

pi@RevPi136828 ...
by dirk
04 Apr 2025, 17:21
Forum: Software
Topic: Pi Imager Write Fail
Replies: 3
Views: 944

Re: Pi Imager Write Fail

Ah, that was clear again, the RevPi hardware works perfectly ;) Nowadays, USB cables sometimes only have the function of charging devices, e.g. small gadgets. This is sometimes really difficult. Well, there was a happy ending to the weekend after all! :-)
by dirk
04 Apr 2025, 17:19
Forum: Software
Topic: Install new image via USB stick
Replies: 1
Views: 388

Re: Install new image via USB stick

Hi gfavalli,
that sounds difficult at first. Although it is possible to boot from USB, it is actually about getting your RevPi Connect+ device up and running again. So we can't avoid getting the RevPi Connect+ device up and running again without a USB stick. Maybe the micro USB connection will work ...
by dirk
03 Apr 2025, 14:59
Forum: Hardware
Topic: RS485 Serial Console on RevPi Flat S
Replies: 1
Views: 756

Re: RS485 Serial Console on RevPi Flat S

Hello kieranvrt, I have just replied to you here:

viewtopic.php?p=17000#p17000
by dirk
03 Apr 2025, 14:51
Forum: Software
Topic: RevPi Flat S - RS485 Serial Console - documented approach not working.
Replies: 2
Views: 1018

Re: RevPi Flat S - RS485 Serial Console - documented approach not working.

Hello kieranvrt,
thank you very much for your comprehensive analysis and your patience in this matter.

I have passed things on internally to the documentation and hope that we will soon have a change here with the correct settings.

I have created a test setup with a RevPi Flat S and a standard ...
by dirk
03 Apr 2025, 09:41
Forum: Software
Topic: Pi Imager Write Fail
Replies: 3
Views: 944

Re: Pi Imager Write Fail

Hi KristinH, this sounds like a problem that may be related to the bootloader settings or the eMMC memory. So, if you have not adjusted the fuses of the bootloader, then I would guess the latter, i.e. eMMC. Here's a tip from the corner if the transfer rate for transferring the image to the eMMC is ...
by dirk
02 Apr 2025, 15:55
Forum: Software
Topic: RevPi Connect 5 gesichertes Image auf neuem RevPi aufspielen
Replies: 1
Views: 515

Re: RevPi Connect 5 gesichertes Image auf neuem RevPi aufspielen

Das klingt spannend, du kannst die Schritte des RevPi Cloning Tutorials durchgehen.
Spoiler - du musst das nicht selbst einstellen, es gibt hier einen Mechanismus, der alle Dinge aus dem EEPROM ausließt ;)
by dirk
02 Apr 2025, 15:44
Forum: Connectivity
Topic: OPC UA via PiCtory konfigurieren
Replies: 2
Views: 706

Re: OPC UA via PiCtory konfigurieren

Hallo Markus, das klingt spannend hier das Tutorial dazu - es sollte auch für RevPi Connect 5 funktionieren:
https://revolutionpi.com/documentation/ ... ua-server/
by dirk
01 Apr 2025, 09:47
Forum: Hardware
Topic: RS-485 issue on RevPi Connect 5
Replies: 3
Views: 1127

Re: RS-485 issue on RevPi Connect 5

Hello, thank you for your patience. Here I have a finished Python script from development for you:

Code: Select all

pi@RevPi136828:~$ python3 term2.py /dev/ttyRS485-0 off
Termination disabled on /dev/ttyRS485-0

pi@RevPi136828:~$ python3 term2.py /dev/ttyRS485-0 on
Termination enabled on /dev/ttyRS485-0