Go to advanced search

by AndrewS
Mon Aug 25, 2014 11:59 pm
Forum: Compute Module
Topic: How to get a 2nd Camera Adapter Board?
Replies: 32
Views: 11069

Re: How to get a 2nd Camera Adapter Board?

I received the following (slightly confusing) email from RS today (Monday), so I've emailed them back asking for clarification. Please note the Raspberry Pi and accessories can no longer be purchased through the Pi store; however you may find an answer to your question using the link below. http://w...
by AndrewS
Mon Aug 25, 2014 11:44 pm
Forum: Compute Module
Topic: Bank 1 SPI - help needed
Replies: 4
Views: 1464

Re: Bank 1 SPI - help needed

Dunno if the driver has been written yet - see the few comments here http://www.raspberrypi.org/forums/viewt ... 63#p587463

You do realise that with two chip-selects, you can connect two SPI devices to SPI0 :?:
by AndrewS
Sun Aug 24, 2014 5:40 pm
Forum: Camera board
Topic: What features/issues to address?
Replies: 96
Views: 27648

Re: What features/issues to address?

Seems to be another camera issue which has been identified here:
http://www.raspberrypi.org/forums/viewt ... 84#p602684
by AndrewS
Sun Aug 24, 2014 5:39 pm
Forum: Camera board
Topic: Camera only working when HDMI output enabled
Replies: 28
Views: 9997

Re: Camera only working when HDMI output enabled

paphko wrote:I wonder whether this issue can be reproduced by someone else or is it just me :?:
I was able to reproduce this, so I added a comment to http://www.raspberrypi.org/forums/viewt ... 43&t=83353
by AndrewS
Sun Aug 24, 2014 4:58 pm
Forum: Camera board
Topic: Pure Python camera interface
Replies: 470
Views: 184308

Re: Pure Python camera interface

Secondly/alternatively any pointers on where to look for guidance on how to set up the buttons on the PiFace Control and Display to change Picamera parameters and then to take photos/ videos i.e. In the field I want to pick from options rather than type in the python commands. This would be great w...
by AndrewS
Sun Aug 24, 2014 4:42 pm
Forum: Python
Topic: noob would like a bit of advice; JSON
Replies: 23
Views: 4740

Re: noob would like a bit of advice; JSON

sir_guy123 wrote:but I don’t see what makes the variable true or false?
See e.g. the comments on http://stackoverflow.com/questions/1748 ... -in-python
by AndrewS
Sun Aug 24, 2014 4:27 pm
Forum: Beginners
Topic: What should I do with my Pi?
Replies: 13
Views: 2736

Re: What should I do with my Pi?

NotARacistK wrote:BTW I wonder if my Pi can even read battery stats.
http://www.raspberrypi.org/forums/viewt ... 37&t=84624
by AndrewS
Fri Aug 22, 2014 3:29 pm
Forum: General discussion
Topic: Hard wiring a B+
Replies: 4
Views: 868

Re: Hard wiring a B+

Possibly you'd need to power via the GPIO header, but add your own "protection" ?
https://github.com/raspberrypi/hats/blo ... pio-header
by AndrewS
Fri Aug 22, 2014 3:24 pm
Forum: Compute Module
Topic: How to get a 2nd Camera Adapter Board?
Replies: 32
Views: 11069

Re: How to get a 2nd Camera Adapter Board?

I'd like to know too... http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=81999&p=599457#p599457 I emailed both Farnell and RS, and Farnell said "Our product manager for these isn't back until the week after next, so I've no way of finding out until then", and RS have yet to reply :( Which I gu...
by AndrewS
Fri Aug 22, 2014 3:12 pm
Forum: Beginners
Topic: What should I do with my Pi?
Replies: 13
Views: 2736

Re: What should I do with my Pi?

It's not quite the same as what you're looking for, but maybe http://www.raspberrypi.org/jayme-gisbournes-porta-pi/ will give you some ideas too :?:
by AndrewS
Fri Aug 22, 2014 3:04 pm
Forum: Python
Topic: help to speedup code 'read csv to png'
Replies: 14
Views: 4362

Re: help to speedup code 'read csv to png'

With an image only 800 pixels wide, it'll obviously be impossible to discern all 30670 data-points, so maybe you could somehow 'prune' the amount of data you plot? :? (e.g. only plot every 10th point or something) Obviously it's highly dependent on your data-set whether that'll be a suitable comprom...
by AndrewS
Fri Aug 22, 2014 2:46 pm
Forum: Camera board
Topic: Stereoscopic camera capture (for COMPUTE MODULE) - now implemented (2014).
Replies: 186
Views: 77850

Re: Stereoscopic camera capture - now implemented.

Is there some authenticate signing process on RPi kernel Nope, it just runs a bog-standard kernel: http://www.raspberrypi.org/documentation/linux/kernel/README.md And in fact the kernel doesn't have to be Linux, it could also be RISC OS, or one of the BSDs, or Plan9... :) http://www.raspberrypi.org...
by AndrewS
Wed Aug 20, 2014 10:14 pm
Forum: HATs and other add-ons
Topic: B+ i2s GPIOs
Replies: 3
Views: 3149

Re: B+ i2s GPIOs

You may find this cross-reference useful 8-)
by AndrewS
Wed Aug 20, 2014 10:09 pm
Forum: Python
Topic: help to speedup code 'read csv to png'
Replies: 14
Views: 4362

Re: help to speedup code 'read csv to png'

You could try looking at http://www.raspberrypi.org/pypy-2-1-beta-released/ but I suspect that may not work with all of the extra modules you're using. I've never looked at speeding up 'import' myself, but I guess you could try overclocking your Pi, or maybe you simply need a faster platform than Ra...
by AndrewS
Wed Aug 20, 2014 7:34 pm
Forum: Beginners
Topic: Opening through SSH
Replies: 9
Views: 3296

Re: Opening through SSH

http://www.raspberrypi.org/documentatio ... /README.md has more info about the hello_* programs.

You could also take a look at fbi (Frame Buffer Imageviewer) - install it with 'sudo apt-get install fbi'
by AndrewS
Wed Aug 20, 2014 7:20 pm
Forum: Beginners
Topic: Board Revision
Replies: 6
Views: 877

Re: Board Revision

pluggy wrote:I'm wondering what difference the board revision would make to a touch screen ?
Probably something to do with which I2C channel it needs to communicate on? (The i2c channel available on the GPIO header changed between revisions 1 and 2)
by AndrewS
Wed Aug 20, 2014 7:14 pm
Forum: Linux Kernel
Topic: 3.12.y vs 3.15.y
Replies: 10
Views: 5011

Re: 3.12.y vs 3.15.y

IIRC the Raspberry Pi "stable kernel" (as shipped in the firmware repo, currently 3.12.y) went something like 3.2.y -> 3.6.y -> 3.10.y -> 3.12.y Any other branches/versions are just experimental / test versions. I wouldn't expect the "Raspberry Pi stable kernel" to jump to 3.16.y until that version ...
by AndrewS
Wed Aug 20, 2014 6:55 pm
Forum: General discussion
Topic: What OS I should use for my application
Replies: 16
Views: 2586

Re: What OS I should use for my application

Let's try and avoid an off-topic flamewar, eh? :mrgreen:
by AndrewS
Wed Aug 20, 2014 6:31 pm
Forum: Linux Kernel
Topic: Updating initramfs on kernel upgrade
Replies: 2
Views: 3457

Re: Updating initramfs on kernel upgrade

I'm afraid I don't have much familiarity with initramfs, but just to point out that kernel updates can also come from rpi-update, and that has no special handling for (or knowledge of) kernel version changes, it simply always copies 'the latest' file across (even if the kernel.img in the repo is ide...
by AndrewS
Wed Aug 20, 2014 6:25 pm
Forum: Linux Kernel
Topic: 3.12.y vs 3.15.y
Replies: 10
Views: 5011

Re: 3.12.y vs 3.15.y

I don't often update the firmware; I rebuild the kernel more frequently. When I update the firmware I just copy boot/* onto my /boot partition; I don't name the kernel I build 'kernel.img' so this just works (and I don't copy the firmware modules directory either.) That's exactly what the https://g...
by AndrewS
Wed Aug 20, 2014 6:23 pm
Forum: Linux Kernel
Topic: 3.12.y vs 3.15.y
Replies: 10
Views: 5011

Re: 3.12.y vs 3.15.y

Just to complicate matters, rpi-update actually pulls it's "firmware files" from https://github.com/Hexxeh/rpi-firmware ;) (but AFAIK that repo gets automatically updated by popcornmix at the same time he updates https://github.com/raspberrypi/firmware). John - AFAIK (in my limited experience) your ...
by AndrewS
Wed Aug 20, 2014 4:33 pm
Forum: General discussion
Topic: getting error when attempting sudo apt-get update
Replies: 10
Views: 2242

Re: getting error when attempting sudo apt-get update

I actually meant more what were you trying to (originally) do by adding so many 'unusual' entries to your sources.list, but if you consider this problem now solved then it doesn't matter ;)
by AndrewS
Wed Aug 20, 2014 4:23 pm
Forum: Beginners
Topic: Don't know whats partition expand in Gparted
Replies: 11
Views: 1606

Re: Don't know whats partition expand in Gparted

I have openelec, raspian and pidora, if I enter in recovery mode and choose openelec and raspian be will overwrite my settings? Yes, changing which OSes are installed via NOOBS (even if it's only 'deselecting one') always wipes everything and starts again from a clean slate. It was designed as a "r...
by AndrewS
Wed Aug 20, 2014 4:18 pm
Forum: Beginners
Topic: Multiple Sender Technologies
Replies: 4
Views: 775

Re: Multiple Sender Technologies

Thx for your replies, im considering them. Say that i need one or two more UART interfaces, i have looked it up but im not sure if i understood it correctly. Can i connect this with a usb-to-usb cable to my Raspberry Pi (b+)? Will i have successfully acquired one more UART interface just by connect...
by AndrewS
Wed Aug 20, 2014 4:04 pm
Forum: General discussion
Topic: Raspberry pi system ready LED
Replies: 10
Views: 2460

Re: Raspberry pi system ready LED

The order of the LED and resistor doesn't matter, i.e. "GPIO - LED - Resistor - ground" works identically to "GPIO - Resistor - LED - ground". The only think you need to watch out for is which way around you plug in the LED - if you plug it in "backwards" nothing bad will happen, it simply won't lig...

Go to advanced search