Go to advanced search

by tamasnemeti
Wed May 27, 2020 9:51 am
Forum: Troubleshooting
Topic: Raspberry Pi 3B crashes
Replies: 5
Views: 247

Re: Raspberry Pi 3B crashes

Thanks for the reply - I'll go with the increased minimum frequency and see how that goes. I've ordered my board back in August, 2016.
by tamasnemeti
Wed May 20, 2020 6:37 am
Forum: Troubleshooting
Topic: Raspberry Pi 3B crashes
Replies: 5
Views: 247

Re: Raspberry Pi 3B crashes

Its a few years old WD notebook drive, connected with a SATA-to-USB cable via two USB ports. Those links are pointing to Pastebin.
by tamasnemeti
Tue May 19, 2020 1:24 pm
Forum: Troubleshooting
Topic: Raspberry Pi 3B crashes
Replies: 5
Views: 247

Raspberry Pi 3B crashes

Hello there, It appears that my Pi is randomly crashing, but I cannot really figure out why. At first, I thought it is losing network connection (as I could not reach the device), but I think its something else. I'm using the official PSU, have one 2.5 drive connected and mostly running the followin...
by tamasnemeti
Wed Sep 18, 2019 8:17 pm
Forum: Python
Topic: IF...OR statement not working as expected
Replies: 7
Views: 422

Re: IF...OR statement not working as expected

neilgl wrote:
Wed Sep 18, 2019 2:25 pm
It looks like we need to wait for events on the two devices, then do stuff
Thank you very much, this had done it.

Thank you everyone for the suggestions as well, I did find this in the docs after looking through the issues raised on GitHub.
by tamasnemeti
Wed Sep 18, 2019 10:29 am
Forum: Python
Topic: IF...OR statement not working as expected
Replies: 7
Views: 422

Re: IF...OR statement not working as expected

Well, thats all the code there is, the gpiozero package provides both classes with those methods (motion_detected and wait_for_release). Basically I have a PIR sensor and a magnetic reed switch wired to the Pi and wanting to run some code when either there is motion detected by the PIR sensor, or th...
by tamasnemeti
Wed Sep 18, 2019 10:12 am
Forum: Python
Topic: IF...OR statement not working as expected
Replies: 7
Views: 422

IF...OR statement not working as expected

Hello there, I have a small script that should start doing some stuff if either: there is motion the reed switch is tripped from gpiozero import MotionSensor, Button pir = MotionSensor(18) mag = Button(24) while True: if pir.motion_detected or mag.wait_for_release(): do stuff Separately, they both w...
by tamasnemeti
Sat Feb 02, 2019 10:33 am
Forum: Troubleshooting
Topic: Night shots with the Pi NoIR camera
Replies: 0
Views: 172

Night shots with the Pi NoIR camera

Hi! I recently bought an official NoIR camera. Day shots indoor look pretty good, night shots however...not quite. I have a cheap chinese IP camera as well (Xiaomi Xiaofang) with built-in IR. Since I don't have an IR module/illuminator for the Pi, I thought using the IP cam's IR flooders would work ...
by tamasnemeti
Sun Jan 01, 2017 12:10 pm
Forum: General discussion
Topic: Ongoing Wi-Fi problems (RPi3)
Replies: 3
Views: 900

Re: Ongoing Wi-Fi problems (RPi3)

Just a thought, but is your Router Wireless Channel set to the same as your neighbours ? When you state better speed, better than what ?? http://www.jeffgeerling.com/blogs/jeff-geerling/getting-gigabit-networking The problem is not with the connection, its rather a problem with the onboard Wi-Fi mo...
by tamasnemeti
Sat Dec 31, 2016 3:21 pm
Forum: General discussion
Topic: Ongoing Wi-Fi problems (RPi3)
Replies: 3
Views: 900

Ongoing Wi-Fi problems (RPi3)

Hello everyone, So I have a RPi3 which I have ordered some months ago. I was hoping that I can use the onboard Wi-Fi for better speed (as its on a separate bus afaik), but it keeps dropping off randomly. I read a few topics, googled for a while but without any luck. I am running the latest OSMC (but...
by tamasnemeti
Mon Aug 01, 2016 11:42 am
Forum: Graphics, sound and multimedia
Topic: Before I buy one - is this possible to do?
Replies: 5
Views: 1630

Re: Before I buy one - is this possible to do?

Thank you, but at this point I am not sure if I am being clear or not. I don't want the RPi to play the file. My TV can play any h265 (HEVC) encoded media by itself. What I want to do is to actually stream the file over the network, and let the TV decode it. In such case the RPi would only have to m...
by tamasnemeti
Mon Aug 01, 2016 7:46 am
Forum: Graphics, sound and multimedia
Topic: Before I buy one - is this possible to do?
Replies: 5
Views: 1630

Re: Before I buy one - is this possible to do?

Thank you for your answer, the both of you. Excuse my ignorance, but while Plex sounds like a very good solution, I am still unclear if it would allow me to (or my TV for example) to actually play/decode the content. The content is mostly HEVC - and therefore I am assuming that the Pi would have pro...
by tamasnemeti
Sun Jul 31, 2016 7:42 pm
Forum: Graphics, sound and multimedia
Topic: Before I buy one - is this possible to do?
Replies: 5
Views: 1630

Before I buy one - is this possible to do?

First of all I would like to mention that I am not big on programming, but I am definitely willing to learn and tinker. The projects I want to complete on a single board, are the following: Using it as a NAS and media server [*] Hook up an external hard drive. [*] Install Transmission (or whatever i...

Go to advanced search