Go to advanced search

by P4d0uch
Thu Apr 16, 2020 8:15 pm
Forum: Networking and servers
Topic: Samba as a NAS server
Replies: 7
Views: 482

Re: Samba as a NAS server

Thanks for the input. I think our work server uses centralized authentification with Kerberos server. I will look if it can be momentarily disabled. Otherwise I will stick with the sftp solution. It is a bit slower than the Samba, but still usable for my intentions.
by P4d0uch
Thu Apr 16, 2020 7:43 am
Forum: Networking and servers
Topic: Samba as a NAS server
Replies: 7
Views: 482

Re: Samba as a NAS server

Thank you. I will try this when I get home. Should I switch the samba protocol back to v2/3? I can see that in the config you specified a minimum version. //Edit: I tried both v1 and v2/3 version and it is still not working. Any other ideas? //Edit2: Or maybe there is a better way to access the same...
by P4d0uch
Thu Apr 16, 2020 6:22 am
Forum: Networking and servers
Topic: Samba as a NAS server
Replies: 7
Views: 482

Re: Samba as a NAS server

Thank you for you reply.

I have generated a password for all of the users using smbpasswd -a userName
and also tried to force the v1 samba protocol. Still the same problem.
https://docs.microsoft.com/en-us/window ... mbv1-v2-v3
by P4d0uch
Wed Apr 15, 2020 7:23 pm
Forum: Networking and servers
Topic: Samba as a NAS server
Replies: 7
Views: 482

Samba as a NAS server

Hello, I have an old HDD that I wanted to use as a Samba server. The problem is, that I can connect without a problem from multiple of computers in my home network, except my work laptop which is connected to a domain (lets call it a DOMAINXXX). I tried to enter the user as testSamba and it probably...
by P4d0uch
Thu Feb 02, 2017 3:54 pm
Forum: Automation, sensing and robotics
Topic: IR LED motion trap
Replies: 12
Views: 2469

Re: IR LED motion trap

That is true. Maybe I will give them a try.
by P4d0uch
Thu Feb 02, 2017 3:16 pm
Forum: Automation, sensing and robotics
Topic: IR LED motion trap
Replies: 12
Views: 2469

Re: IR LED motion trap

Yes I've got 2 at home but I thought that IR would be better in this application.
by P4d0uch
Thu Feb 02, 2017 8:00 am
Forum: Automation, sensing and robotics
Topic: IR LED motion trap
Replies: 12
Views: 2469

Re: IR LED motion trap

Yes. That is useful when working with IR.
I've got it working, but I will need to make a better solution to limit the current to the LEDs, because the limiting resistor gets very hot. For now I used 1W resistor but it is very hot to touch.
by P4d0uch
Wed Feb 01, 2017 11:35 am
Forum: Automation, sensing and robotics
Topic: IR LED motion trap
Replies: 12
Views: 2469

Re: IR LED motion trap

You're right. I had one remote from old DVD around. And with a bit of tunnig of the resistor values on the phototransistor side, I got around 1m of range with no problems. The key is to have the diode and transistor aligned perfectly, so I will buy another LEDs and use at least 2 to make it easier. ...
by P4d0uch
Wed Feb 01, 2017 9:17 am
Forum: Automation, sensing and robotics
Topic: IR LED motion trap
Replies: 12
Views: 2469

Re: IR LED motion trap

yeah I had some 3mm at home. And then I've found out that the power is only 3.2 - 20mW/sr and the better ones are over 100 mW/sr. That might be it.
I will buy some 5mm and more powerfull LEDs
by P4d0uch
Wed Feb 01, 2017 6:51 am
Forum: Automation, sensing and robotics
Topic: IR LED motion trap
Replies: 12
Views: 2469

Re: IR LED motion trap

I've just looked at the specification of the IR LED and found out, that it is one of the weakest. I will try to buy some more powerfull ones.
It should not be a problem to get a range of 1m right?
by P4d0uch
Tue Jan 31, 2017 9:55 pm
Forum: Automation, sensing and robotics
Topic: IR LED motion trap
Replies: 12
Views: 2469

IR LED motion trap

Hi, I wanted to make an IR LED motion trap, using IR LED and IR phototransistor, to know, if someone entered or exited a room. But the problem is, that the range is only about 10-15cm. Is there any way to make the range at least 1m? Currently the LED is powered by 5v source with current limiting res...
by P4d0uch
Tue Dec 27, 2016 10:04 pm
Forum: Graphics, sound and multimedia
Topic: OMXPlayer video rotation
Replies: 4
Views: 3789

Re: OMXPlayer video rotation

Thank you so much. It works great. Just added --orientation 90 --aspect-mode stretch https://s23.postimg.org/5w1yqx7mv/IMG_20161227_225447.jpg . And lower resolution video: https://s27.postimg.org/ouowtozlr/IMG_20161227_230241.jpg Is there any way to get at least play/pause and/or stop button? If no...
by P4d0uch
Tue Dec 27, 2016 5:35 pm
Forum: Graphics, sound and multimedia
Topic: OMXPlayer video rotation
Replies: 4
Views: 3789

OMXPlayer video rotation

Hello, Is there any way to rotate video in OMXplayer? Im using the official 7inch screen in portrait mode (see the picture) https://s28.postimg.org/ilfov3eg9/IMG_20161227_182358.jpg , but I wanted to play in landscape mode. Adding the --orientation 90 does rotate the video, but not in a way i have i...
by P4d0uch
Sat Aug 08, 2015 7:09 pm
Forum: Graphics, sound and multimedia
Topic: How to stream sound from Windows to Raspberry Pi?
Replies: 3
Views: 6492

Re: How to stream sound from Windows to Raspberry Pi?

Hi I have the same problem. My notebook is working only with headphones. I'm using Shairport and it is working well. The latency is around 1.5 - 2s over WiFi (Ethernet could be better), but if you are using VLC player you can set up audio synchronization to match up and then video plays without any ...
by P4d0uch
Sun Jul 12, 2015 4:21 pm
Forum: Other projects
Topic: RasPi and 3D Printing
Replies: 3
Views: 838

Re: RasPi and 3D Printing

I'm using Rpi for controling my 3d printer using OctoPrint. It works perfectly :).
by P4d0uch
Thu May 21, 2015 5:15 pm
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

Hello again, I've downloaded the new version from github and I cant get it running. Traceback (most recent call last): File "pi-jukebox.py", line 89, in <module> main() File "pi-jukebox.py", line 61, in main apply_settings() # Check for first time settings and applies settings File "pi-jukebox.py", ...
by P4d0uch
Tue May 19, 2015 6:31 am
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

Thank you very much. I added that issue to the mopidy page. I really hope to fix it. I liked your project too... It does look consistent with the mopidy interface. What your project has, and mine is lacking, is the Spotify support. Some people have been asking for me to integrate it into pi-jukebox...
by P4d0uch
Sat May 16, 2015 7:35 pm
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

I must say you've done great job in terms of optimalization, the new versions run perfectly smooth and snappy to response during playback. One thing i noticed today during longer testing is, the playback pauses randomly, and the song is paused until i tap the "play" icon (but the icon is showing pau...
by P4d0uch
Wed May 13, 2015 9:37 am
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

) What does the command mpc list title do on the command line? Does it result in an error as well? I've taken a look at the mopidy code and think the 'title' mapping is missing from the list command, so it should affect the mpc command as well. If it does if have something concrete for the develope...
by P4d0uch
Tue May 12, 2015 7:44 pm
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

Since you've made the configuration screen update :) I got this error $ python pi-jukebox.py Traceback (most recent call last): File "pi-jukebox.py", line 86, in <module> main() File "pi-jukebox.py", line 61, in main if not mpd.connect(): File "/home/pi/Pi-Jukebox/mpd_client.py", line 80, in connect...
by P4d0uch
Sun May 10, 2015 12:22 pm
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

The non optimized version worked. But I reflashed the OS on friday, so it could cause issues too.
by P4d0uch
Sun May 10, 2015 6:32 am
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

Hi, first I wanted to thank you for the work you've put into your program. It looks great and the CPU usage is fairly low now. Great work. But I have a weird problem now. When I start playing song (local) the app crashes and I get this error: Traceback (most recent call last): File "pi-jukebox.py", ...
by P4d0uch
Fri May 08, 2015 10:53 am
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

I dont know what is wrong with my Pi. I have B+ overclocked to high and my CPU is around 2% with mopidy started, and when i start your program i get 100% but responsive and it becomes unresponsive during playback. I have freshly installed Raspbian 2015-05-05 on USB 3.0 stick, just did apt-get update...
by P4d0uch
Wed May 06, 2015 8:37 am
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

I'v tried the new version and local playback is working fine but when i want to search something the whole program crashes. And one more question, what is your CPU load when you are playing local song? Mine is 100% all the time and the Pi becomes reálky unresponsive... It happens with the mopidy-tou...
by P4d0uch
Tue May 05, 2015 3:52 pm
Forum: Graphics, sound and multimedia
Topic: Raspberry Pi touchscreen mpd player
Replies: 98
Views: 28255

Re: Raspberry Pi touchscreen mpd player

I will try it this evening. I'm just suprised how quickly you made it. :)

Go to advanced search