Go to advanced search

by AndrewS
Wed May 23, 2012 12:48 pm
Forum: General discussion
Topic: Ras-Pi & Main Socket
Replies: 11
Views: 2126

Re: Ras-Pi & Main Socket

Something like this - please excuse the crude cardboard mock up ;) Nothing wrong with cardboard cases ;) https://sites.google.com/site/bifferboard/Home/photos/ghetto-case Black box on the left is mock Ras-Pi and has the same dims as one (Not yet had mine delivered, 2 weeks to go) Did you make allow...
by AndrewS
Wed May 23, 2012 11:25 am
Forum: Advanced users
Topic: Future (turbo) expansion board?
Replies: 6
Views: 5015

Re: Future (turbo) expansion board?

Gert van Loo wrote:For really high speed use a DSI to CSI connection: 1.2Gbps
I thought on the RPi the DSI and CSI interfaces were entirely GPU-side, i.e. not usable by anyone outside Broadcom?
by AndrewS
Wed May 23, 2012 1:27 am
Forum: General discussion
Topic: Have Pi so Game Boy PC Time - (picture heavy post)
Replies: 38
Views: 15422

Re: Have Pi so Game Boy PC Time - (picture heavy post)

This should still leave room for a small 2-3" screen when drivers are available for the DSI connection, or perhaps a small screen that uses the RCA/Composite video out signal. This would be the ultimate retro hack http://hackaday.com/2010/11/10/diving-deep-into-the-game-boy-lcd-protocol/ :twisted: ...
by AndrewS
Tue May 22, 2012 10:48 am
Forum: General programming discussion
Topic: Detecting the "blob" version and memory split
Replies: 11
Views: 6960

Re: Detecting the "blob" version and memory split

I don't have my own RPi yet, so I can't be 100% certain these are "correct", but they seem to work okay for the versions of start.elf I've downloaded from the firmware repository . A while ago I wrote a Python script to pull the "version" out of a start.elf file http://www.raspberrypi.org/archives/1...
by AndrewS
Tue May 22, 2012 9:49 am
Forum: General discussion
Topic: No easy way to spot "unread" forums
Replies: 5
Views: 1703

No easy way to spot "unread" forums

On the "Board Index" page, using the "Raspite theme", the only way to tell if a sub-forum has any unread posts, is to mouse-hover over the forum link, and the tooltip either says "Unread posts" or "No unread posts". It would be nice if there was an icon or something so you could tell at-a-glance whi...
by AndrewS
Tue May 22, 2012 12:34 am
Forum: General discussion
Topic: Mouse and keyboard over GPIO?
Replies: 24
Views: 14022

Re: Mouse and keyboard over GPIO?

Without wanting to go too off-topic, you may also find this interesting https://sites.google.com/site/bifferboa ... estigation
by AndrewS
Mon May 21, 2012 11:01 pm
Forum: General discussion
Topic: WG111v2 and WPA ?
Replies: 14
Views: 7307

Re: WG111v2 and WPA ?

Might be a power problem? Try plugging all your USB peripherals into a powered USB hub...
Might not fix the problem, but can't hurt to try ;)
by AndrewS
Mon May 21, 2012 10:34 pm
Forum: General discussion
Topic: Colour-coded PCB photos
Replies: 64
Views: 18642

Re: Colour-coded PCB photos

Brilliant, I think we have a winner! :D
I wouldn't even begin to know what to do with a RAW file. ;) I'm a programmer, not a graphic designer.
by AndrewS
Mon May 21, 2012 3:16 am
Forum: Advanced users
Topic: Cloud Cluster
Replies: 7
Views: 7679

Re: Cloud Cluster

With the one-Pi-per-customer limit still in effect, I guess the only way to build a bramble right now would be to buy up a bunch of Raspis from ebay, making it a very expensive cluster :lol:
by AndrewS
Mon May 21, 2012 3:09 am
Forum: Advanced users
Topic: Future (turbo) expansion board?
Replies: 6
Views: 5015

Re: Future (turbo) expansion board?

by the way, the GPIO port probably won't provide enough bandwidth, to do this, so using ethernet is a better choice. Actually, the SPI bus (available on the GPIO connector) is potentially higher-banwidth than Ethernet :) https://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus Some ethernet ch...
by AndrewS
Mon May 21, 2012 2:39 am
Forum: Camera board
Topic: Camera module! (And a picture of JamesH)
Replies: 431
Views: 169748

Re: Camera module! (And a picture of JamesH)

I can see it may have uses as part of an application platform but it seems largely redundant and unnecessary extra cost in pursuing the goal of teaching computing to kids. In including DSI and CSI the R-Pi looked to be hardware more designed towards a tablet / phone wannabe than for education. Thou...
by AndrewS
Mon May 21, 2012 12:19 am
Forum: General discussion
Topic: Boot up time
Replies: 17
Views: 10374

Re: Boot up time

AllegroMan wrote:What is the limiting factor here; is it hardware level, or can optimisations be made at the OS level to speed up SD card I/O?
Possibly both? :|
There's a bunch of links to other relevant forum threads here http://www.raspberrypi.org/phpBB3/viewt ... 342#p80342
by AndrewS
Mon May 21, 2012 12:07 am
Forum: General discussion
Topic: Simon's accelerated X development thread
Replies: 405
Views: 148055

Re: So who's working/worked on an Xorg server?

I wonder if KeithSloan's having fun using https://en.wikipedia.org/wiki/Network_e ... dow_System ? ;)
by AndrewS
Sun May 20, 2012 7:07 pm
Forum: General discussion
Topic: The Pi's Chinese rival has arrived
Replies: 78
Views: 23607

Re: The Pi's Chinese rival has arrived

rasbeer wrote:But it looks like speed could be a real issue for some applications on the existing RasPi
Or an opportunity for clever optimisations ;)
by AndrewS
Sun May 20, 2012 7:03 pm
Forum: General discussion
Topic: RTC Software
Replies: 19
Views: 3536

Re: RTC Software

The wikipedia article explains why ;-)
It's probably a mixture of legacy, and the fact that i2c devices are also used by super-low-power devices which don't have "integers" that your high-level languages have.

You'd probably benefit from adding bcd2int() and int2bcd() macros to your code :)
by AndrewS
Sun May 20, 2012 6:56 pm
Forum: General discussion
Topic: RasPi power usage measurements ALL Models
Replies: 156
Views: 288603

Re: RasPi power usage measurements ~2 watts at idle

Your power-management SoC comment might be the answer. It kind of flies in the face of logic that when something is "off" it uses more power than when it's "on" :lol: (But it's not really off because no switch). Who knows. (outside Broadcom ;) ) Maybe this is something that could be fixed by a futu...
by AndrewS
Sun May 20, 2012 6:38 pm
Forum: General discussion
Topic: RasPi power usage measurements ALL Models
Replies: 156
Views: 288603

Re: RasPi power usage measurements ~2 watts at idle

The unfused "power input" available via the GPIO headers is only 5V, not the 3.3V generated by RG2 or the 2.5V generated by RG3 or the 1.8V generated from RG1 :geek: And for truly low-power situations, you'd probably want to avoid add-ons like the Gertboard as they might draw their own power too! Ed...
by AndrewS
Sun May 20, 2012 6:27 pm
Forum: General discussion
Topic: RasPi power usage measurements ALL Models
Replies: 156
Views: 288603

Re: RasPi power usage measurements ~2 watts at idle

As an aside, I noticed yesterday that the current consumption goes up slightly when the Pi is shut down. Happened again. It's reproducible. Anyone know why that is? Possibly all the write buffers getting flushed to disk? (where in this case "disk" is the SD card). And/or the power-management featur...
by AndrewS
Sun May 20, 2012 6:13 pm
Forum: General discussion
Topic: Colour-coded PCB photos
Replies: 64
Views: 18642

Re: Colour-coded PCB photos

Just noticed that selsinork's pictures are of a "1208" Pi, and alexeames' pictures are of a "1213" Pi http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=5889 So I may include both of them in my GIMP file, to make "spot the difference" between revisions easier ;) Does anyone know if the Pis now b...
by AndrewS
Sun May 20, 2012 5:32 pm
Forum: General discussion
Topic: RTC Software
Replies: 19
Views: 3536

Re: RTC Software

LOL, it's not "weird DS1337 format", it's Binary-Coded Decimal (BCD) http://en.wikipedia.org/wiki/Binary-coded_decimal
by AndrewS
Sun May 20, 2012 5:18 pm
Forum: General discussion
Topic: Aspect ratio of picture wrong
Replies: 4
Views: 1469

Re: Aspect ratio of picture wrong

AFAIK these "wrong size images" are only on forum posts that were on Simple:Press and then got imported into the new forums. I believe any images added to new forum posts do display with the correct aspect ratio. I'd classify it as a bug in Eben's forum-import script :P
by AndrewS
Sun May 20, 2012 5:10 pm
Forum: General discussion
Topic: Posting on 'Camera module' requires continous new password
Replies: 2
Views: 835

Re: Posting on 'Camera module' requires continous new passwo

Now that the forums are separate from Wordpress, logging into the forums no longer logs you into wordpress (the main site) at the same time. You can "log in" to the main site via http://www.raspberrypi.org/wp-login/ to stop the comment system asking you to copy'n'paste passwords. Maybe there should ...
by AndrewS
Sun May 20, 2012 4:40 pm
Forum: General discussion
Topic: RTC
Replies: 36
Views: 16900

Re: RTC

The real benefit and one not discussed is allowing for the RTC to wake-on-alarm. Even that is not such a big deal on the raspberrypi since it draws minimal power so it could just remain on all the time. AFAIK there's no 'sleep mode' available on the Raspberry Pi? Hence no wake-on-alarm functionalit...
by AndrewS
Sun May 20, 2012 1:35 am
Forum: General discussion
Topic: Colour-coded PCB photos
Replies: 64
Views: 18642

Re: Colour-coded PCB photos

selsinork: I'm afraid those suffer from the same "glare" I'm trying to avoid :(
I'll let this "photo battle" play out, and see what you two come up with between yourselves :D

Go to advanced search