Search found 1016 matches

by nicolaiB
09 Dec 2021, 21:44
Forum: Hardware
Topic: M-Bus + Codesys?
Replies: 3
Views: 5482

Re: M-Bus + Codesys?

Hi Dirk,

Do you already have enabled the mbus module in the webinterface and updated the module setup in pictory? If not, please have look at our tutorial section.

Nicolai
by nicolaiB
09 Dec 2021, 16:58
Forum: Hardware
Topic: Cannot find my module in PiCtory
Replies: 7
Views: 4306

Re: Cannot find my module in PiCtory

Hi teg,

could you please also share a picture of your setup where the following parts are visible:
  • Overall setup
  • Status LEDs of all devices
  • Wiring of the connectors
  • Bridge connector between the modules
Nicolai
by nicolaiB
09 Dec 2021, 16:55
Forum: My Project
Topic: Ein- und Ausgänge über Python ansteuern
Replies: 3
Views: 14457

Re: Ein- und Ausgänge über Python ansteuern

Zum Beispiel in dem du dich auf der Webseite des Projekts umschaust: https://revpimodio.org/en/homepage/
Dort finden sich auch die Dokumentation, sowie einige praktische Beispiele.

Gruß Nicolai
by nicolaiB
09 Dec 2021, 16:54
Forum: Software
Topic: Not enough space on RevPi core 3 with Codesys
Replies: 3
Views: 7126

Re: Not enough space on RevPi core 3 with Codesys

Hi Ivan,

if you don't the graphical environment you can free some space by uninstalling packages:

sudo apt purge libgl1-mesa-dri nodejs teamviewer-revpi pypy realvnc-vnc-server chromium mesa-va-drivers libgtk-3-common adwaita-icon-theme gnome-icon-theme
sudo apt autoremove --purge

There are some ...
by nicolaiB
09 Dec 2021, 13:49
Forum: My Project
Topic: Ein- und Ausgänge über Python ansteuern
Replies: 3
Views: 14457

Re: Ein- und Ausgänge über Python ansteuern

Hi aPro,

hast du dir die Python Blibliothek revpimodio2 mal angeschaut?

Gruß Nicolai
by nicolaiB
09 Dec 2021, 12:14
Forum: Hardware
Topic: rPi not booting
Replies: 9
Views: 8179

Re: rPi not booting

Hi Sophie,

did any error message occured during the graphical setup (for example a failed update)? If yes this can be the issue as there might be kernel updates too, which unfortunately can't completed when another packages fails.

To prevent a broken system after the graphical setup, please do ...
by nicolaiB
08 Dec 2021, 23:11
Forum: Hardware
Topic: RevPi Con CAN Schematics
Replies: 3
Views: 3708

Re: RevPi Con CAN Schematics

Hi jrileycaban,

the CON module is connected via SPI. This means that you can use the UART/GPIOs for other things if you have the CAN module attached to a RevPi Connect.

Nicolai
by nicolaiB
08 Dec 2021, 23:07
Forum: Hardware
Topic: Cannot find my module in PiCtory
Replies: 7
Views: 4306

Re: Cannot find my module in PiCtory

Hi PJA,

yes this is correct. The higher numbers is because the other features like PWM and Counter are included in this number. The hardware modul has still 14 inputs and 14 outputs.

To help you with your problem, please share a screenshot of your pictory configuration and also the output of the ...
by nicolaiB
08 Dec 2021, 09:05
Forum: Software
Topic: 64-Bit Debian Custom Image
Replies: 3
Views: 5252

Re: 64-Bit Debian Custom Image

Hallo Mathis,

derzeit gibt es kein 64-Bit Image. Wir haben den Punkt auf unserer Roadmap, aber können hierzu leider noch kein Datum nennen.

Gruß Nicolai
by nicolaiB
07 Dec 2021, 09:20
Forum: Hardware
Topic: Offset changes with new RevPi Core
Replies: 4
Views: 4564

Re: Offset changes with new RevPi Core

Hi Torpi,

the offset of the base device is changing in dependency of your module configuration and order. That's a normal behavior as our modules do not have fixed positions. Therefore you can't rely on a fixed offset for the LEDs and will have to read the configuration from the config / proccess ...