Go to advanced search

by kappaloot
Fri Oct 27, 2017 7:38 pm
Forum: Troubleshooting
Topic: High CPU usage when playing videos
Replies: 2
Views: 1214

High CPU usage when playing videos

Hi, I'm trying to turn my pi 3 into a media player but a pre requisite is that it must run on raspbian (i'm switching from kodi os so it's a clean install), as it needs to do more things (running a daemon basically) in the meantime. The problem is that when i try to play a video (no matter what reso...
by kappaloot
Wed Feb 18, 2015 4:49 pm
Forum: Python
Topic: Starting a program when button is pressed
Replies: 1
Views: 2977

Re: Starting a program when button is pressed

ok i solved.
Used a shell script

Code: Select all

sudo -u pi "/usr/bin/deluged"
deluged started regularly but as root and didn't use the settings i wanted and i couldn't "see" it
by kappaloot
Wed Feb 18, 2015 11:53 am
Forum: Python
Topic: Starting a program when button is pressed
Replies: 1
Views: 2977

Starting a program when button is pressed

Hello, i want my raspberry to run deluged when i press a button. This is my code: import RPi.GPIO as GPIO import time from subprocess import call GPIO.setmode(GPIO.BCM) GPIO.setup(16,GPIO.IN,pull_up_down=GPIO.PUD_UP) flag = False while True: input = GPIO.input(16) if(input == False): if(flag == Fals...
by kappaloot
Wed Oct 17, 2012 8:51 pm
Forum: General programming discussion
Topic: Help for lighting that LED
Replies: 4
Views: 1770

Re: Help for lighting that LED

sorry guys..i just resolved...i confused the names of the GPIOS... :oops: :oops: :oops:
by kappaloot
Wed Oct 17, 2012 8:39 pm
Forum: General programming discussion
Topic: Help for lighting that LED
Replies: 4
Views: 1770

Help for lighting that LED

Hi everybody. Today i've bought a breadboard, some resistors, wires and some leds 'cause i wanted to test the GPIO using Python. I've set it up fine i think. This is the map of the breadboard: http://imageshack.us/a/img834/3060/breadboardlayout.png I'm using just one led atm. I know (if i know somet...
by kappaloot
Fri Aug 03, 2012 9:03 am
Forum: Troubleshooting
Topic: doesn't boot, green light flashes, intermittent video signal
Replies: 12
Views: 13313

Re: doesn't boot, green light flashes, intermittent video si

ok, it looks like the problem was with the usb cable. It's strange, but now i-m typing from my raspberry.
So everything is fine, thank you guys for the help ;)
by kappaloot
Thu Aug 02, 2012 1:17 pm
Forum: Troubleshooting
Topic: doesn't boot, green light flashes, intermittent video signal
Replies: 12
Views: 13313

Re: doesn't boot, green light flashes, intermittent video si

http://elinux.org/R-Pi_Troubleshooting#Coloured_splash_screen yeah but that's not the problem. I got the coloured splash screen only after i unplugged the sd when the rasp was on. Which is something quite normal as i see. Normally (with everything plugged except for the usb devices) i have that wei...
by kappaloot
Thu Aug 02, 2012 12:16 pm
Forum: Troubleshooting
Topic: doesn't boot, green light flashes, intermittent video signal
Replies: 12
Views: 13313

Re: doesn't boot, green light flashes, intermittent video si

Uhm i've another sd (btw it's a kingston 4GB microSD Class 4), i could try with that one, but also with an Adata sdhc 8gb class6 for eeepc i have the same problem.
Oh...and the psu i'm using is a Sony Ericsson 5V 0.7A Charger CST-80 that is in the list.

thank you for helping me :)
by kappaloot
Wed Aug 01, 2012 11:10 pm
Forum: Troubleshooting
Topic: doesn't boot, green light flashes, intermittent video signal
Replies: 12
Views: 13313

Re: doesn't boot, green light flashes, intermittent video si

ok, i don't know f it's important, but i started the pi, same problem (even after i programmed the sd with ubuntu) i removed the sd and there was a beautiful rainbow. Still image. This brings me to think (as a noob) that it's just a sd problem. The problem now is what's the problem with the sd?
by kappaloot
Wed Aug 01, 2012 10:40 pm
Forum: Troubleshooting
Topic: doesn't boot, green light flashes, intermittent video signal
Replies: 12
Views: 13313

Re: doesn't boot, green light flashes, intermittent video si

Try with a wheezy install you can allways wipe later. Also look at the previous Beta version and look for stuff on the config.txt Make sure your HDMI is plugged in and live before youpower your RPi And have a look in the wiki for noob stuff ;) I used the wheezy install, if it's the one on the downl...
by kappaloot
Wed Aug 01, 2012 10:08 pm
Forum: Troubleshooting
Topic: doesn't boot, green light flashes, intermittent video signal
Replies: 12
Views: 13313

doesn't boot, green light flashes, intermittent video signal

hi there, today i've received my raspberry, but i have some problems setting it up. As psu i tried an usb plug i used to recharge my mp3 (5V 1A) and the one for a sony ericsson (5V 700mA). I tried two SD: a kingston 4gb sdhc class4 and a SD for Eee PC (8gb class 8) I plugged it via hdmi to my pc mon...

Go to advanced search