Has anyone tried with a more expensive card, for example a 32GB card from Samsung?
I have the model MB-SSBGAEU, as you can see on the photo, the inner part is completely sealed. Apparently the card is waterproof..
I am wondering can we freely control the DAC, which is used for composite video output? (Of course assuming, no video is being output over the RCA connector, but who uses that anyway )
EDIT Of course such a voltage would have to be >1.7V ( threshold, approx), and either below 3.3V or scaled/limited to prevent GPIO damage.... I don't think it needs to be below 3.3V, as long as we pull the pin to GND again after threshold is reached, we should be fine. :) Just need to make sure, th...
Hi, I am wondering if one could estimate an analog voltage by connecting 2 resistors and 1 capacitor to an input pin, then connecting these to the signal to be measured (see attached image). My idea was to empty the capacitor by pulling it to ground, then letting the pin floating until it reaches lo...
USB would require 2 pins, so no problem at all. Also it is surely possible to emulate USB through GPIO, hence the name general purpose i/o. I see two possible problems: The PI can only pull up to 3V instead of 5V. Also you might run into timing issue when using an operating system. Instead of a Ardu...
Hi, After I saw these http://www.kscottz.com/dewarped-panoramic-images-from-a-raspberrypi-camera-module/ http://imgur.com/a/4ptjR , I looked on ebay and found one shop selling them for 20€ including shipping, so I went for it. ;) The interesting question is: how can I get a player like this http://w...
Have you tested 1920*1080 at 30Hz? Gstreamer won't do that resolution at 30Hz :o I recently created a node to interface servoblaster via ros, a wiki or common github repo for ros nodes designated for rpi would be nice. Edit: Ok, you never said it would reach 30Hz at 1920*1080 -_- Edit2: Took a look ...
ulysess The problem with Linux Mupen64 is the graphics plugins are Open GL NOT Open GLES which creates a major performance issue in that the ARM CPU would be responsible for emulating everything! If an Open GLES plugin was produced it may be a possibility, but this would require a great deal of wor...