Search found 44 matches

by Timo
22 Mar 2019, 08:37
Forum: Hardware
Topic: USB harddisk not working
Replies: 2
Views: 4610

Re: USB harddisk not working

Hello tarnshaf, the built in flash memory of the RevPi is a more reliable variant of flash memory than the SD cards you would normally use in a Raspberry Pi. My guess for the HDDs is, that they need more Ampere to spin up than just 500 mA. I know two possible solutions, if you want to stick at HDDs:...
by Timo
31 Jan 2019, 13:45
Forum: Mein Projekt
Topic: Projekt Temperaturüberwachung mit Online-Darstellung
Replies: 7
Views: 12001

Re: Projekt Temperaturüberwachung mit Online-Darstellung

Hallo, das mit den 52 Sensoren klingt ja schon nach einer kleinen Herausforderung und sehr viel Bastelspaß. ;) Leider kann ich derzeit keine Bilder die hier im Thread verlinkt sind anschauen, daher weiß ich nicht wie du die Relais verschaltet hast. Hat es einen Grund, warum du ausgerechnet den PT100...
by Timo
29 Aug 2018, 12:44
Forum: Software
Topic: Mounting the RevPi as network drive (Samba share)
Replies: 3
Views: 7067

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

How about adding a

Code: Select all

encrypt passwords = yes
into the [global] section? Windows transmits only encrypted login data.
by Timo
15 Aug 2018, 09:03
Forum: Hardware
Topic: Zusatzliche Speicherplatz
Replies: 8
Views: 7231

Re: Zusatzliche Speicherplatz

Hallo Venkat, ja das geht. Man kann zum Beispiel einen USB Stick an einen Ort seiner Wahl im Verzeichnissystem mounten. Das geht zumindest für Verzeichnisse wie /var/log oder für Benutzerverzeichnisse in /home. Inwieweit andere Verzeichnisse auf die Art verlegbar sind, können dir sicher andere sagen...
by Timo
15 Aug 2018, 08:15
Forum: Hardware
Topic: Replace SD-Card in RevPi Core 3
Replies: 1
Views: 4006

Re: Replace SD-Card in RevPi Core 3

The RevPi does not use SD cards. It uses build in flash memory. This is a small but important difference because you can not change the build in memory. But you can add external memory and mount it, to increase the storage capacity.
by Timo
06 Aug 2018, 14:57
Forum: Software
Topic: Best practice for developing python scripts for the RevPi?
Replies: 8
Views: 8919

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

Because of the domain stuff: i am using an usb ethernet adaptor on my laptop to directly connect the RevPi to it.
Software development was sometimes done on the laptop + copying the data to the Pi (via FileZilla), and sometime directly on the Pi (via SSH).
by Timo
31 Jul 2018, 09:05
Forum: Hardware
Topic: Controlling the LED
Replies: 9
Views: 12559

Re: Controlling the LED

Hello,
if you mean the LEDs A1 and A2 on the RevPi Core, then take a look at: https://revolution.kunbus.com/tutorials ... -am-revpi/
by Timo
31 Jul 2018, 08:57
Forum: Hardware
Topic: Anbindung von RS232 Sensoren
Replies: 2
Views: 5249

Re: Anbindung von RS232 Sensoren

Eventuell - je nach Anforderungen - könnten auch solche Geräte interessant sein: Mehrere RS232 über Ethernet ansprechen: https://de.moxa.com/product/NPort_IA5000A_Series.htm Mehrere RS232 über USB ansprechen: https://de.moxa.com/product/UPort_1410.htm Gibt noch dutzende anderer Varianten alleine nur...
by Timo
28 May 2018, 15:30
Forum: Software
Topic: RevPi in C programmieren
Replies: 9
Views: 11444

Re: RevPi in C programmieren

dirk wrote: 28 May 2018, 15:05Was hat nicht bei dir funtioniert, Timo?
Das kann ich nach der langen Zeit nicht mehr sagen. :oops:
by Timo
28 May 2018, 10:04
Forum: Software
Topic: RevPi in C programmieren
Replies: 9
Views: 11444

Re: RevPi in C programmieren

So eine ähnliche Frage gab es schon mal: https://revolution.kunbus.de/forum/viewtopic.php?f=8&t=436&p=1692&hilit=gnutoolchains#p1692 Damals wurde http://gnutoolchains.com/raspberry/ empfohlen. Habe es so allerdings nicht zum laufen gebracht, und mein kleines C Programm dann zu Fuß mit Na...