Go to advanced search

by piglet
Fri Jan 08, 2016 10:43 am
Forum: Troubleshooting
Topic: Pi Zero Kernel Panic with Rasbian 2015-11-21
Replies: 6
Views: 1508

Re: Pi Zero Kernel Panic with Rasbian 2015-11-21

That was my gut feel. The issue I was reporting is that I suspect that some change has been made since the image was release which significantly improves stability. If you only have a zero and an Ethernet adapter you simply can't get to that update. It's a bit like a situation I had years ago when I...
by piglet
Thu Jan 07, 2016 10:19 pm
Forum: Troubleshooting
Topic: Pi Zero Kernel Panic with Rasbian 2015-11-21
Replies: 6
Views: 1508

Pi Zero Kernel Panic with Rasbian 2015-11-21

I don't know when the next Raspbian Image is going to be made available, but thought I'd better report this. I got my first Pi Zero today. Wrote the image to card, attached hub with Ethernet adapter in it. All booted fine and could ssh in OK and startx etc - but any ime I tried to "sudo apt-get upda...
by piglet
Tue Jan 05, 2016 3:00 pm
Forum: General discussion
Topic: Pi Zero Availability
Replies: 205
Views: 56774

Re: Pi Zero Availability

Yup. My new cables will go straight into one of my overflowing cable boxes...
by piglet
Tue Jan 05, 2016 2:07 pm
Forum: General discussion
Topic: Pi Zero Availability
Replies: 205
Views: 56774

Re: Pi Zero Availability

liz wrote:
Really can't overstate how good the Sony folks are.)
It's a shame they can't do better with their TV software :(.

Ah well. I've given up waiting for the £4 availabilty. £10.50 it is for one with cables I don't need or want.
by piglet
Tue Dec 22, 2015 11:32 pm
Forum: Beginners
Topic: How to auto-mount network drives after wifi on boot?
Replies: 4
Views: 4247

Re: How to auto-mount network drives after wifi on boot?

Hmmm - I don't want to wait: /etc/rc.local : sudo mount -a - no, doesn't work. /etc/network/interfaces : post-up script - no doesn't work Ok - one more try - a service: sudo vi /etc/systemd/system/mountit.service [Unit] Description=Mount disks [Service] ExecStart=/home/pi/mountit.py [Install] Wanted...
by piglet
Sun Dec 20, 2015 10:14 pm
Forum: Troubleshooting
Topic: Pi B2 and Neopixels / WS2812B RGB LEDs not working
Replies: 3
Views: 2022

Re: Pi B2 and Neopixels / WS2812B RGB LEDs not working

Just had another chance to try things out. PWM pin's fine for setting an ordinary LED blinking. import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM) GPIO.setup(18, GPIO.OUT) pwm = GPIO.PWM(20, 10) pwm.start(6) while True: continue ...so it's not the hardware. I still can't get anything out of the WS2812B'...
by piglet
Sun Dec 20, 2015 12:09 pm
Forum: Troubleshooting
Topic: Pi B2 and Neopixels / WS2812B RGB LEDs not working
Replies: 3
Views: 2022

Pi B2 and Neopixels / WS2812B RGB LEDs not working

Has anyone else had problems getting these working on a Pi B2? Can anyone point me to a library that works with a Pi B2? I've got a panel of these ready to go into my raspberry pi internet radio ..... I've tried various libraries including: https://github.com/jazzycamel/ws28128-rpi and https://githu...
by piglet
Fri Dec 18, 2015 4:37 pm
Forum: General programming discussion
Topic: Switching between languages
Replies: 3
Views: 943

Re: Switching between languages

It's very very easy.

When I saw the question I thought you were asking whether it would be hard for you to switch between two languages. When I do this I keep trying to put semicolons at the end of lines of Python....
by piglet
Fri Dec 18, 2015 9:37 am
Forum: General discussion
Topic: Is it crazy to start a business enabled by raspberry PI
Replies: 17
Views: 3454

Re: Is it crazy to start a business enabled by raspberry PI

Another questions is around supply of components. While I don't expect the Pi itself to be a problem, there has been some question of the continued availability of the current camera sensor. Having read between the lines of what has been said on this forum I have the feeling that there might be a ne...
by piglet
Thu Dec 17, 2015 4:34 pm
Forum: General discussion
Topic: Is it crazy to start a business enabled by raspberry PI
Replies: 17
Views: 3454

Re: Is it crazy to start a business enabled by raspberry PI

You'd need to be a little more specific - but if you can get the numbers to add up on the business plan and you have the expertise to deliver...why not?
by piglet
Sun Dec 13, 2015 6:49 pm
Forum: Raspberry Pi OS
Topic: Citrix Receiver on Jessie
Replies: 3
Views: 2495

Re: Citrix Receiver on Jessie

Aha! Thank you. I didn't know there were two different packages to choose from.
by piglet
Thu Dec 10, 2015 10:44 am
Forum: Beginners
Topic: How to auto-mount network drives after wifi on boot?
Replies: 4
Views: 4247

How to auto-mount network drives after wifi on boot?

Is there a standard robust approach to scheduling mount of network drives once the Pi has network connectivity?

I've moved a Pi from wired to wifi, and the network drive mount now fails at boot.

At the time the mount is attempted the Wifi is still on the way up, I guess
by piglet
Wed Dec 09, 2015 1:49 pm
Forum: General discussion
Topic: What's a cheap & good way to get (better) sound?
Replies: 19
Views: 5476

Re: What's a cheap & good way to get (better) sound?

For maximum sound quality I now have my raspberry pi sitting on a constantly running oil-filled turntable. It does tend to rather knot the pi's power cable. (No. Not really) For information, my final setup is: 1) A USB sound card - £1.88 delivered 2) A little Adafruit Stereo 2.8W Class D Audio Ampli...
by piglet
Tue Dec 08, 2015 11:28 pm
Forum: General discussion
Topic: Logo in top right hand corner
Replies: 3
Views: 815

Re: Logo in top right hand corner

The best thing to do is to bin that cable you removed! It's not that it can't "handle" the power, it's that it's probably so poor quality it's losing most of it before it reaches the Pi.
by piglet
Tue Dec 08, 2015 11:24 pm
Forum: General discussion
Topic: What's a cheap & good way to get (better) sound?
Replies: 19
Views: 5476

Re: What's a cheap & good way to get (better) sound?

Thanks for the help. For the record, a cheap USB sound card does what I wanted. On Jessie I configured it with /etc/asound.conf pcm.!default { type hw card 1 } ctl.!default { type hw card 1 } Then tried various things from here to work out how to control volume: http://blog.scphillips.com/posts/2013...
by piglet
Tue Dec 08, 2015 10:44 pm
Forum: Troubleshooting
Topic: LCD shows random characters
Replies: 18
Views: 5643

Re: LCD shows random characters

I finally had a chance to spend some time looking at this tonight. For anyone else with this problem, you may have what I have if you're doing event-driven code e.g. from from a switch or rotary encoder. I was getting events triggered while the python code was trying to communicate with the LCD scre...
by piglet
Tue Dec 08, 2015 1:39 pm
Forum: Beginners
Topic: Issue using I²C GPIO as standard inputs
Replies: 5
Views: 821

Re: Issue using I²C GPIO as standard inputs

I know you mention pull-up/down - but the symptom sounds like a "floating" pin.
by piglet
Mon Dec 07, 2015 10:02 pm
Forum: General discussion
Topic: Is there an ETA for more general availability of PI Zeros?
Replies: 49
Views: 6194

Re: Is there an ETA for more general availability of PI Zero

The Foundation is a charity. Presumably you can make a donation. Yes, I know. I do my charity giving through GAYE "Give As You Earn". Even if I changed GAYE to "Give All You Earn" I most certainly couldn't get anywhere near what a couple of $ on each Pi Zero would achieve... Anyway, enough of this....
by piglet
Mon Dec 07, 2015 1:56 pm
Forum: General discussion
Topic: Is there an ETA for more general availability of PI Zeros?
Replies: 49
Views: 6194

Re: Is there an ETA for more general availability of PI Zero

Yes, "when will production meet or exceed demand"" was close to where I was heading. Actually what I was asking was "Please sir, can I have some more buy one soon?" Re: "I don't see the need to change the pricing" - I see it more of "There could be significant benefits to the charity of increasing t...
by piglet
Mon Dec 07, 2015 12:12 pm
Forum: General discussion
Topic: Is there an ETA for more general availability of PI Zeros?
Replies: 49
Views: 6194

Re: Is there an ETA for more general availability of PI Zero

It's not a good revenue stream (How much profit can you make on a $5 board!), but it is important to get more boards out there. It's a tradeoff. When I wrote my original post I actually added and then removed that I thought the $5 price point was too low. Much as I like cheap things, I can't see an...
by piglet
Mon Dec 07, 2015 11:12 am
Forum: General discussion
Topic: Is there an ETA for more general availability of PI Zeros?
Replies: 49
Views: 6194

Re: Is there an ETA for more general availability of PI Zero

Thank you. I have to say it's really nice to see the Foundation able to do this without the commercial middle-men. Hopefully this will convert to a nice revenue stream for the charity as well as a lot more boards out there getting used for education in the wider sense. (i.e. I'm not "in education", ...
by piglet
Mon Dec 07, 2015 11:01 am
Forum: General discussion
Topic: Is there an ETA for more general availability of PI Zeros?
Replies: 49
Views: 6194

Is there an ETA for more general availability of PI Zeros?

As per subject, does anyone know when there will be more general availability of Pi Zero boards at the foundation-intended price?
by piglet
Sun Dec 06, 2015 2:06 pm
Forum: Graphics, sound and multimedia
Topic: Beat detection for 3.5mm jack
Replies: 8
Views: 7519

Re: Beat detection for 3.5mm jack

I've had good results using MSGEQ7's with Arduinos. I don't see why they wouldn't be equally simple to use on Pi's.
by piglet
Sat Dec 05, 2015 3:00 pm
Forum: Troubleshooting
Topic: LCD shows random characters
Replies: 18
Views: 5643

Re: LCD shows random characters

ARGH! I spoke too soon. It's not fixed. The display's still getting garbled. :(

Go to advanced search