Most Popular

1500 questions
15
votes
3 answers

Do I still need to purchase the MPEG-2 and VC-1 license keys for the Raspberry Pi 2?

Do I still need to purchase the MPEG-2 and VC-1 license keys for the Raspberry Pi 2? If so, will the same MPEG-2 and VC-1 licenses available in the Raspberry Pi store work with the Raspberry Pi 2?
Kev
  • 265
  • 1
  • 2
  • 10
15
votes
2 answers

Can I record a 24 hour video on the Raspberry Pi with camera module?

Given that I have an SD card with sufficient capacity, is it theoretically possible to record a 24 hour video with a camera module or is the recording duration limited? Has anyone tried this? Do you think 64GB be enough on a 360p recording quality?
Joel
  • 527
  • 2
  • 5
  • 5
15
votes
1 answer

Are there hardware-incompatible video codecs?

Are there any video codecs that are not compatible with the Raspberry Pi based on hardware requirements?
ramblinjan
  • 4,030
  • 7
  • 33
  • 52
15
votes
4 answers

Raspbian Linux: No WiFi scan results from “iwlist wlan0 scan”

I have installed the latest version of Raspbian (via image) on my Raspberry Pi. The output of the uname -a command is: Linux raspberrypi 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l GNU/Linux When I plug in my Wifi adapter (a no-brand…
Babak
  • 259
  • 1
  • 2
  • 3
15
votes
4 answers

How to debug avahi-daemon? Hostname not coming through

I installed Avahi with libnss-mdns to be able to access my pi by hostname. Relevant info: $ cat /etc/hostname raspberrypi $ ps ax | grep avahi 2103 ? S 0:00 avahi-daemon: running [raspberrypi.local] 2104 ? S 0:00…
Tino
  • 253
  • 1
  • 2
  • 5
15
votes
4 answers

Turning on and off a 3G (or any USB) port?

I have a project which will require using a Raspberry Pi in a low power environment, but it will also require a 3G connection. I have not done any tests, yet, but I am under the assumption (and correct me if I am wrong) that a 3G modem plugged into…
TiernanO
  • 321
  • 1
  • 3
  • 11
15
votes
4 answers

How do I improve Raspberry Pi Boot Up Time?

I am creating a home appliance which uses as Raspberry Pi internally to handle the user interface and necessary WiFi connection. Connected to the R-Pi I have an AdaFruit LCD screen: and a USB Wifi dongle: And also a keyboard. Nothing else. The…
Rocketmagnet
  • 305
  • 4
  • 10
15
votes
2 answers

Can I use a One Wire File System through the GPIO?

I have installed owfs (under debian) just to realise the initial setup (1wire) works only through the USB port. owfs is short for One Wire File System. It's a standard for low end sensors, but I'm specifically trying to connect a DS18B20 through the…
Christian
  • 1,230
  • 1
  • 13
  • 25
15
votes
3 answers

HDMI works in safe mode, but not much else

I have my board plugged into my monitor as an HDMI input. I can get to the Raspbian desktop by uncommenting the "hdmi_safe=1" in config.txt. However, I'd like to work in a resolution that doesn't make my eye's bleed, so I've been trying for the last…
Matt Gould
15
votes
2 answers

How do I share my phone's WiFi internet connection with my Pi over bluetooth?

I have a rooted HTC Wildfire phone (no SIM), a Pi and a bluetooth dongle and an empty wallet. I want to get my Pi connected to the internet without an Ethernet cable (due to location) and without buying a usb wireless adapter (due to the empty…
George Duckett
  • 253
  • 1
  • 2
  • 10
15
votes
2 answers

How can I create a simple case?

How can I create a simple case for my Raspberry Pi? I don't need an airtight case; I'm looking for a simple and cheap case, just to be sure no one touches the circuit board.
asalamon74
  • 4,048
  • 4
  • 29
  • 31
15
votes
2 answers

How can I connect a HD44780 based LCD?

Expanding on this question. I am looking at a few different ways to hook up a HD44780 to the GPIO pins and the various tradeoffs. Here's my "world clock" running off a RPi using I²C So far I've just got one working using 6 GPIO pins similar to the…
John La Rooy
  • 11,947
  • 9
  • 47
  • 75
15
votes
3 answers

Can I connect a 16x2 LCD screen to the 5V GPIO?

From what I've seen of articles and videos online, everyone seems to be using the 3.3V GPIO pin. I have an LCD screen which requires a 5V power supply and I wondered whether it would be safe to use the Raspberry Pi's 5V GPIO pin? If you can't use…
Mark Ingram
  • 879
  • 3
  • 11
  • 18
15
votes
2 answers

How do I install Chrome OS?

Could I get Chrome OS working on my Raspberry Pi without having to compile anything? I've heard somebody has compiled it for the Raspberry Pi, so I was wondering if anyone has had any experience in doing this.
Nathan Dunn
  • 305
  • 1
  • 2
  • 5
15
votes
5 answers

How can I find my Pi's external (public) IP address?

I cannot seem to figure out what my external IP address is on my Pi. I believe I will need to know it in order for me to allow other people to send information to the web server I have that is running off of my Raspberry Pi. My Pi's web server is…
jim
  • 151
  • 1
  • 1
  • 3