Go to advanced search

by akame
Fri Apr 03, 2015 7:52 am
Forum: Python
Topic: Water Drop Photography
Replies: 14
Views: 5232

Re: Water Drop Photography

Hi Lance I agree - it is totally confusing. I THINK I've got it to work. At least it runs through with no errors. I installed wiringpi2, and then changed all instances of wiringpi to wiringpi2. I also installed wiringpi (I have no idea if you need both). It will now run through without issue. Only w...
by akame
Wed Apr 01, 2015 3:55 pm
Forum: Python
Topic: Water Drop Photography
Replies: 14
Views: 5232

Re: Water Drop Photography

Hi Bertwert - about 10 mins ago! I'll have another go later. Thanks for the link - all helps to have a backup plan I reckon.

I will get this working. I WILL!

Thanks
by akame
Wed Apr 01, 2015 3:25 pm
Forum: Python
Topic: Water Drop Photography
Replies: 14
Views: 5232

Re: Water Drop Photography

Thank you all. Nice photos guys. The link was brilliant Jonnyni. I feel I'm starting to make headway at long last. Just falls over on the: sudo pip install wiringpi2 I'm getting: Cannot fetch index base URL http://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement wiri...
by akame
Tue Mar 31, 2015 9:41 am
Forum: Python
Topic: Water Drop Photography
Replies: 14
Views: 5232

Re: Water Drop Photography

Thank you Bertwert - I will try that, although it says the problem is with the import line. Jonnyni - I installed wiringPi from www.wiringpi.com. I cannot see on there any mention of wiringPi2. Where would I find this please? I'm getting this completely around my neck. This is my first project too. ...
by akame
Mon Mar 30, 2015 1:55 pm
Forum: Python
Topic: Water Drop Photography
Replies: 14
Views: 5232

Re: Water Drop Photography

This is the code: import wiringPi from time import sleep gpio = wiringpi.GPIO(wiringpi.GPIO.WPI_MODE_GPIO) shutterpin = 17 solenoidpin = 18 gpio.pinMode(shutterpin,gpio.OUTPUT) gpio.pinMode(solenoidpin,gpio.OUTPUT) wiringpi.pinMode(shutterpin,1) wiringpi.pinMode(solenoidpin,1) gpio.digitalWrite(sole...
by akame
Mon Mar 30, 2015 1:27 pm
Forum: Python
Topic: Water Drop Photography
Replies: 14
Views: 5232

Re: Water Drop Photography

Sorry, I'm obviously being very thick. I cannot change into the root@raspberry ~ directory. I'm a total noobie at this, but I cannot seem to make anything of it. Oh, bring back the Amiga!! :) I think I'm missing something pretty basic commands to get wiringPi started. It's just knowing how. :( When ...
by akame
Mon Mar 23, 2015 8:27 pm
Forum: Python
Topic: Water Drop Photography
Replies: 14
Views: 5232

Re: Water Drop Photography

Thank you. I shall try this and let you know.
by akame
Sat Mar 21, 2015 4:55 pm
Forum: Python
Topic: Water Drop Photography
Replies: 14
Views: 5232

Water Drop Photography

Hi Not sure whether anyone has tried this, but I have done the coding for the water drop project in the latest Magpi issue (31). I have installed the wiringpi as per the instructions at www.wiringpi.com and typed out exactly the coding. However, when I run it it falls over on the import wiringpi. It...

Go to advanced search