Go to advanced search

by barre1986
Sun Dec 03, 2017 8:44 pm
Forum: Advanced users
Topic: I want an audio player like Volumio or Runeaudio or moode
Replies: 8
Views: 14553

Re: I want an audio player like Volumio or Runeaudio or moode

Ok Thank you for that information you saved me a lot of time so i am still looking for a solution
by barre1986
Sun Dec 03, 2017 6:37 pm
Forum: Advanced users
Topic: I want an audio player like Volumio or Runeaudio or moode
Replies: 8
Views: 14553

Re: I want an audio player like Volumio or Runeaudio or moode

With your suggestions i came up with squeezelight , im goingto give it a try with that one, it seems to have most of my requirements, . Ill come back to that later. Hoping to give a bit more info on my try in a couple of days. The goal is a speaker with HifiBerry controlable with iOS app for iNet ra...
by barre1986
Sun Dec 03, 2017 4:59 pm
Forum: Advanced users
Topic: I want an audio player like Volumio or Runeaudio or moode
Replies: 8
Views: 14553

Re: I want an audio player like Volumio or Runeaudio or moode

Is it possible to Install extra like smb server On a distro like the ones i mentioned?

I know it is all based On the same but On all the fora of those distros they say you cant Install it On Raspbian thats why i was looking for alternatives
by barre1986
Sun Dec 03, 2017 12:20 pm
Forum: Advanced users
Topic: I want an audio player like Volumio or Runeaudio or moode
Replies: 8
Views: 14553

I want an audio player like Volumio or Runeaudio or moode

Is there Some alternative like Volumio or runeaudio or moode to Install On Raspbian? I like those systems , i want iOS appcontrol of music, AirPlay and internet radio but the systems that have that have there OWN os , i want to Install mine On existing Raspbian .
Thx
by barre1986
Sun Nov 06, 2016 11:53 am
Forum: Python
Topic: new to python code error
Replies: 16
Views: 3420

Re: new to python code error

ok got it working
learned a lot last 30 min
thx all for the great help
by barre1986
Sun Nov 06, 2016 11:42 am
Forum: Python
Topic: new to python code error
Replies: 16
Views: 3420

Re: new to python code error

Code: Select all

pi@Rasp01:~ $ python3 relay1.py
Traceback (most recent call last):
  File "relay1.py", line 2, in <module>
    import RPI.GPIO as GPIO
ImportError: No module named 'RPI'
by barre1986
Sun Nov 06, 2016 11:32 am
Forum: Python
Topic: new to python code error
Replies: 16
Views: 3420

Re: new to python code error

Bensimmo thx for clearing that out , didnt know the tabbing was a problem, pretty clear now whats with the library import sometimes its #!/bin/python or #!/usr/bin/python is this where library is installed ( prolly) but why the difference , is there a reason for it? #!/bin/python import RPI.GPIO as ...
by barre1986
Sun Nov 06, 2016 10:53 am
Forum: Python
Topic: new to python code error
Replies: 16
Views: 3420

new to python code error

Hi all , im new to python and allready an error setup is RPI3 with on pin 4 i have a relay connected (sainsmart board) #!/bin/python import RPI.GPIO as GPIO import time GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) GPIO.setup(4, GPIO.out) try: while True: GPIO.output(4, GPIO.1) sleep(.2) GPIO.outpu...
by barre1986
Sat Nov 05, 2016 7:20 am
Forum: Beginners
Topic: Raspberry pi 3 and relay board
Replies: 7
Views: 3505

Re: Raspberry pi 3 and relay board

Nice answers guys, very clear explenation thx
by barre1986
Fri Nov 04, 2016 9:55 pm
Forum: Beginners
Topic: Raspberry pi 3 and relay board
Replies: 7
Views: 3505

Raspberry pi 3 and relay board

Most of the relay boards are 5 v but GPIO pins are 3,3 . Some topics i read are about guys hooking it up directly on the pins and some places i read about putting some extra things in between. How is that all about? Is it safe to directly connect a sainsmart 4 chan relay board to the raspberry pi or...
by barre1986
Tue Nov 01, 2016 5:50 pm
Forum: Python
Topic: auto visit website as Dyndns
Replies: 2
Views: 758

auto visit website as Dyndns

hi all I have 2 raspberry pi at 2 different locations, the modems have dynamic ip addresses that change every 48 hours. At my home i have a dyndns account that i use for my nas , i can run a website from the nas with php script. I was thinking of some kind of script in python and cron (for every hou...

Go to advanced search