Search found 1933 matches

by dirk
13 Aug 2018, 06:48
Forum: Hardware
Topic: Controlling the LED
Replies: 9
Views: 13131

Re: Controlling the LED

The original image from the Raspberry Pi foundation does not contain the piControl package. Also there is no real time patch applied to the kernel. You are free to use our GitHub repository to add this functionality by yourself. But it would be easier for you to use the images which are available in...
by dirk
07 Aug 2018, 14:16
Forum: logi.cals
Topic: Instances watching problem
Replies: 2
Views: 9426

Re: Instances watching problem

As the question seems to depend on ST with logi.CAD3 I have moved it to the logi.cals forum.
by dirk
07 Aug 2018, 14:13
Forum: Software
Topic: Reset Revolution Pi Core USB ports
Replies: 1
Views: 8428

Re: Reset Revolution Pi Core USB ports

In the schematics of the RevPi Core you can see that the USB channels are connected to the chip LAN9512. This is a combined USB hub plus Ethernet bridge. Therefore shutting down USB would also shutdown the Ethernet connection. This would result in the need to reboot the device. There is the AP2553 w...
by dirk
07 Aug 2018, 09:46
Forum: Software
Topic: Mounting the RevPi as network drive (Samba share)
Replies: 3
Views: 7192

Re: Mounting the RevPi as network drive (Samba share)

When I used to develop a Python application on my Engineering PC and executed it on the RevPi I didn't use Samba but PuTTy. I used SFTP with key authentication and a batch command list for copying. Then you have a semi-automatic file transfer. So here is the example that worked like a charm for me: ...
by dirk
06 Aug 2018, 13:05
Forum: Software
Topic: Best practice for developing python scripts for the RevPi?
Replies: 8
Views: 9165

Re: Best practice for developing python scripts for the RevPi?

RealVNC gave us the information that using it locally in a LAN is free of charge with a RevPi.
If you want to be absolutely sure please contact RealVNC.
by dirk
03 Aug 2018, 13:40
Forum: Hardware
Topic: Core 3 + Edimax EW-7811UN: Wifi unstable
Replies: 2
Views: 5231

Re: Core 3 + Edimax EW-7811UN: Wifi unstable

Hello matt.s, I'm sorry to hear that you have problems with the USB-WLAN stick from our shop. We ourselves often use this stick here, e.g. for trade fair exhibits and also internally. So far we have not had such experiences. Certainly the heat is a possible cause of the problem. At the moment we hav...
by dirk
31 Jul 2018, 16:23
Forum: Hardware
Topic: Gateway ModRTU
Replies: 1
Views: 3345

Re: Gateway ModRTU

Hi Janbob, please excuse that there is no RevPi Support page for the Gateway Modbus RTU. We will add this as soon as possible. The manual for the Modbus RTU Gateway Module is available here . In the user manual the Slave Address is named Node-ID. If you set the switches to 0,0,0 then you have the de...
by dirk
31 Jul 2018, 09:32
Forum: Hardware
Topic: Controlling the LED
Replies: 9
Views: 13131

Re: Controlling the LED

Hi,
there is also a nice video tutorial available here at 6:15 it's getting hot ;)
And last but not least the LEDs of the brand new RevPi Connect are documented here.
by dirk
30 Jul 2018, 13:19
Forum: Hardware
Topic: Verwendung des Watchdog (Connect)
Replies: 3
Views: 5824

Re: Verwendung des Watchdog (Connect)

Ab Stretch gibt es die Datei "/home/pi/connect/README". Dort wird unter anderem beschrieben, wie das Relais mit dem Watchdog konfiguriert werden kann. In diesem Verzeichnis gibt es auch Beispiel Skripte für die Implementierung eines Watchdog Triggers. Übrigens um den Watchdog Timer zurückz...
by dirk
30 Jul 2018, 11:33
Forum: Software
Topic: Using piSerial programmatically (C Library)
Replies: 5
Views: 7215

Re: Using piSerial programmatically (C Library)

Hi Wulf,
yes thank you for your idea - we'll add a faq subject about the crypto chip and the piSerial tool.