Search found 33 matches
Re: HotSpot
Hallo, ein Ansatz wäre folgender: Öffnen ein Terminal und führe die folgenden Befehle aus, um die notwendigen Pakete zu installieren: sudo apt update sudo apt install dnsmasq hostapd Deaktivieren die Dienste, bis sie konfiguriert sind: sudo systemctl stop dnsmasq sudo systemctl stop hostapd Statisch...
- 19 Jul 2024, 09:05
- Forum: Software
- Topic: Revpi Connect 4 feste IP Adressen zuweisen
- Replies: 2
- Views: 6247
Re: Revpi Connect 4 feste IP Adressen zuweisen
Hallo tim26, um zwei Ethernet-Schnittstellen (z.B. eth0 und eth1) jeweils eine feste IP-Adresse zuzuweisen kannst du das Kommandozeilentool nmtui auf dem RevPi wie folgt nutzen: 1. Öffne nmtui im Terminal: sudo nmtui 2. Wähle im nmtui-Hauptmenü "Edit a connection" aus und drücke Enter. 3. ...
- 14 Feb 2024, 10:36
- Forum: Software
- Topic: Ignition su Kunbus
- Replies: 1
- Views: 2215
Re: Ignition su Kunbus
Hi denisds, the log you've provided shows multiple attempts to start and operate a Java Virtual Machine (JVM) using the Java Service Wrapper. There are several key events and issues in the log to note: Multiple JVM Starts and Terminations: The log shows the JVM being started and then unexpectedly te...
- 09 Feb 2024, 09:46
- Forum: RevPi Nodes for Node-RED
- Topic: Input and Output pins Connecting
- Replies: 3
- Views: 14986
Re: Input and Output pins Connecting
Hello mitchellday06,
what kind of RevPi are you using?
Regards
Stefan
Support | KUNBUS
what kind of RevPi are you using?
Regards
Stefan
Support | KUNBUS
- 06 Feb 2024, 09:31
- Forum: Software
- Topic: RevPi Compact - ERROR: There is no enough free disk space
- Replies: 2
- Views: 3705
Re: RevPi Compact - ERROR: There is no enough free disk space
Hallo Holger,
kannst du dich per SSH anmelden und sudo apt update && sudo apt upgrade machen?
Grüße
Stefan
Grüße
Support | KUNBUS
kannst du dich per SSH anmelden und sudo apt update && sudo apt upgrade machen?
Grüße
Stefan
Grüße
Support | KUNBUS
- 01 Feb 2024, 14:21
- Forum: Software
- Topic: NodeRed startet nach einem Update des CoreS nicht mehr automatisch
- Replies: 1
- Views: 6750
Re: NodeRed startet nach einem Update des CoreS nicht mehr automatisch
Hallo frenchman_06,
welche Version von RevPi OS nutzt du? RevPi Bullseye 64-Bit (09/2023) (ID: 13517) oder RevPi Bullseye Lite (06/2023) (ID: 12595)
Grüße
Stefan
Support | KUNBUS
welche Version von RevPi OS nutzt du? RevPi Bullseye 64-Bit (09/2023) (ID: 13517) oder RevPi Bullseye Lite (06/2023) (ID: 12595)
Grüße
Stefan
Support | KUNBUS
- 25 Jan 2024, 13:57
- Forum: Software
- Topic: Incremental Encoder
- Replies: 2
- Views: 3438
Re: Incremental Encoder
Hello Adineh, you can find documentation for REVPIMODIO2 objects here: .core https://revpimodio.org/en/doc2/core/ , .device https://revpimodio.org/en/doc2/device/ and .io https://revpimodio.org/en/doc2/io/ .core.iocycle Returns the cycletime of the PiBridge, the PiBridge is a backplane bus system ...
- 24 Jan 2024, 08:33
- Forum: Hardware
- Topic: Pt1000 temperature sensor directly connect to MIO module??
- Replies: 1
- Views: 2930
Re: Pt1000 temperature sensor directly connect to MIO module??
Hello Ajinkya09,
you can't connect a Pt1000 directly to a RevPi MIO. You can only connect a Pt1000/100 directly to the RevPi AIO (https://revolutionpi.com/analog-io-module).
You can find out how to do this here: viewtopic.php?t=4217
Greetings
Stefan
Support KUNBUS
you can't connect a Pt1000 directly to a RevPi MIO. You can only connect a Pt1000/100 directly to the RevPi AIO (https://revolutionpi.com/analog-io-module).
You can find out how to do this here: viewtopic.php?t=4217
Greetings
Stefan
Support KUNBUS
- 12 Jan 2024, 12:06
- Forum: Hardware
- Topic: RS485ErrorCnt in RevPi Core S
- Replies: 3
- Views: 40545
Re: RS485ErrorCnt in RevPi Core S
Hi todor.v.dimitrov, the RS485 backplane bus is designed to detect connectivity problems. The variable 'RS485ErrorCnt' plays a decisive role here. This variable is responsible for counting errors in the connection. It starts incrementing as soon as a connection problem is detected, which is a standa...
- 11 Jan 2024, 12:06
- Forum: My Project
- Topic: Connecting sensor to Rev pi
- Replies: 3
- Views: 9442
Re: Connecting sensor to Rev pi
Hi Ajinkya09, here are some tips and instructions for getting started with your RevPi and a temperature sensor Requirements: in addition to the RevPi, you need a RevPi AIO expansion module to work with a temperature sensor (RTD, Pt100/Pt1000). The link to our documentation will help you to connect t...