Search found 88 matches

by kjkoster
03 Mar 2023, 16:36
Forum: Software
Topic: Python 3.7 Security Support endet am 27.06.2023
Replies: 6
Views: 5272

Re: Python 3.7 Security Support endet am 27.06.2023

Dear All,

I thought that maybe the best way to share this is to have a showcase project that you can clone and extend or rewrite for your own purposes. That's why answering took a little while, sorry.

https://github.com/kjkoster/revpi-docke ... qtt-blinky

Hope you find it useful.

Kees Jan
by kjkoster
23 Feb 2023, 09:32
Forum: Hardware
Topic: Temperature Probe options
Replies: 3
Views: 1278

Re: Temperature Probe options

Hi Steelhead,

We are happy users of the Unipi xG18 for 1-wire temperature measurement.

https://www.unipi.technology/unipi-extension-xg18-p331

Kees Jan
by kjkoster
19 Feb 2023, 20:44
Forum: Software
Topic: Python 3.7 Security Support endet am 27.06.2023
Replies: 6
Views: 5272

Re: Python 3.7 Security Support endet am 27.06.2023

Dear mrau, What would you like to know? We don't use the gateway modules, but we map the RS485 UART into containers for Modbus applications. Besides that we do use a mix of AIO and MIO modules. Then we have revpipyload write all data into an MQTT bus as well as receive output values via MQTT. Everyt...
by kjkoster
18 Feb 2023, 08:38
Forum: Software
Topic: Python 3.7 Security Support endet am 27.06.2023
Replies: 6
Views: 5272

Re: Python 3.7 Security Support endet am 27.06.2023

Dear mrau, We also use mostly Python 3, but have opted to run all our software in Docker containers. This has the added benefit of version locking all Python and system library dependencies. It also means we don't depend on things being a Revolution Pi as much (we have a mix of Revolution Pi, Unipi,...
by kjkoster
11 Feb 2023, 11:33
Forum: Hardware
Topic: Maximum baud rate for RS485?
Replies: 1
Views: 1388

Maximum baud rate for RS485?

Dear Kunbus, What is the maximum baud rate that we can run the RS485 port on the Revolution Pi Connect+? Use-case is querying a load cell at the highest possible data rate we can achieve. How is the RS485 port connected inside the Revolution Pi? Custom hardware, or one of the Raspberry Pi UARTs? I s...
by kjkoster
08 Feb 2023, 15:26
Forum: Hardware
Topic: How to use status signals for modules health
Replies: 5
Views: 2316

Re: How to use status signals for modules health

Dear Dirk,

What about if I wanted to do the same from Python?

Kees Jan
by kjkoster
05 Feb 2023, 09:37
Forum: Software
Topic: Automatically Restart dhcpcd for resiliency
Replies: 1
Views: 2527

Automatically Restart dhcpcd for resiliency

Dear All, A while ago we had a strange outage, where the Revolution Pi would no longer have network connectivity, but the control systems would still work properly. Just the HMI and data logging were no longer accessible and we could not VPN into the system. After some digging (and a bit of luck) we...
by kjkoster
09 Jan 2023, 23:01
Forum: Software
Topic: CPU Load for RevPi connect +
Replies: 3
Views: 1914

Re: CPU Load for RevPi connect +

Dear Mani, I cannot help you with the problem much, but I can give you some background. It's a bit of a ramble, sorry. :) The definition of UNIX load is a bit hazy, but it does not reflect CPU load in the way that you assume in your post. The original intention being to say something about things li...
by kjkoster
29 Aug 2022, 16:27
Forum: Software
Topic: Can't set up WireGuard
Replies: 12
Views: 5172

Re: Can't set up WireGuard

Dear Jemmima, The instructions I posed are for Buster. What OS release are you on, please? $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)" VERSION_CODENAME=buster ID=raspbian ID...
by kjkoster
24 Aug 2022, 11:33
Forum: Software
Topic: Can't set up WireGuard
Replies: 12
Views: 5172

Re: Can't set up WireGuard

On the Revolution Pi, when upgrading the packages raspberrypi-kernel-headers and/or raspberrypi-kernel, WireGuard’s kernel module gets disabled. You will no longer have remote access (!) After installing or upgrading raspberrypi-kernel-headers or raspberrypi-kernel, always reinstall the WireGuard ke...