Most Popular
1500 questions
42
votes
5 answers
Does the Raspberry Pi have Hardware Floating Point support?
There are a few articles around that say it is best to use soft float algorithms on ARM devices, because very few ARM chips have hard float coprocessors. So, does the RPi have hard float support? If so, is it quicker that soft float? (It should be,…

Alex Chamberlain
- 15,530
- 14
- 67
- 113
42
votes
4 answers
Setup Raspberry Pi 3 as bluetooth speaker
I am looking for a way to configure the Raspberry Pi 3 as bluetooth speaker using Raspbian Jessie.
What I mean by as bluetooth speaker is use it to receive audio stream via bluetooth using A2DP and play it via speakers connected to the Raspberry Pi…

gtatr
- 524
- 1
- 6
- 15
42
votes
5 answers
Add an external antenna to a Pi 3
Makezine's writeup on the Pi 3 this morning included a somewhat tantalising section:
The other interesting thing on the back of the board, right next to
the wireless radio chip, is something that looks like an unpopulated
UFL antenna, labelled…

goobering
- 10,730
- 4
- 39
- 64
42
votes
4 answers
Is it possible to dual boot from the SD card?
Say I wished to have Debian Squeeze and Arch Linux ARM on my SD card. Would it be possible to dual boot from Grub?

Jivings
- 22,538
- 11
- 90
- 139
42
votes
7 answers
What is the simplest way to setup and run XBMC?
How can I get XBMC on my Raspberry Pi? I'm not particularly interested in running a specific operating system. My primary desire is to run XBMC on a Raspberry Pi.
According to this official post, at least most of the work has been done by the XBMC…

RLH
- 1,965
- 4
- 21
- 31
42
votes
7 answers
Powering without using the micro USB
Is it possible to power the device without using the micro USB? For example, is it possible to use PoE (Power over Ethernet)?

ramblinjan
- 4,030
- 7
- 33
- 52
41
votes
8 answers
Does Pi3 Wi-Fi support 5 GHz and does it need an extra antenna?
I was wondering if the built-in Wi-Fi supports 5 GHz networks?
Will it need an external antenna to be attached to work properly?

oleole
- 513
- 1
- 4
- 5
41
votes
6 answers
What's the current draw and supply voltage tolerance?
What's the current draw when the Raspi is at idle (min), and at 100% CPU/GPU (max)?
(With no peripherals/accessories plugged in)
What's the minimum and maximum voltage allowed to run the Raspi stably?

Alex L
- 7,605
- 12
- 42
- 53
41
votes
4 answers
Can the Pi be potted in epoxy?
In order to completely waterproof some basic electronic circuits, I've often used potting epoxy to stop anything getting to the internals.
However, this has mainly been with stuff using PDIP, which is must more robust than the smaller packages the…

berry120
- 10,924
- 10
- 51
- 62
41
votes
7 answers
Using Pi to stream all audio output from my pc to my stereo
My problem is quite simple but I have been unable to find a satisfying solution.
Basically, I want my Raspberry Pi to be connected to my stereo and then play any audio output from my computer via wifi to the PI.
Is there any way to do this easily,…

Jerome
- 511
- 1
- 5
- 3
40
votes
2 answers
tightvncserver - show the same screen on hdmi and vncclient
Can I start tightvncserver to show the same screen on hdmi screen and vncclient?
I tried -alwaysshared, but could see no difference.
Edit
I want to remotely control Pi, using keyboard, mouse on remote (Mac), and have display on Pi hdmi screen as…

Milliways
- 59,890
- 31
- 101
- 209
40
votes
5 answers
How to stream Netflix on Raspbmc
There are different blog posts and forum threads discussing this and the challenges encountered (Silverlight, DRM, etc.).
Also read about the XBMC Flicks addon.
But, did anyone succeed to stream Netflix content on the Raspberry Pi?
Even more,…

Marius Butuc
- 925
- 3
- 11
- 20
40
votes
1 answer
Virtual keyboard activation
I bought a raspberry pi2 and 7 inch waveshare touchscreen. The SD card came along with the system already flashed. It turns on and everything works, but how do I activate the virtual keyboard. Do I need a USB keyboard initially to do so?

user473180
- 531
- 1
- 5
- 5
40
votes
2 answers
Setting up a kiosk with Chromium
I'd like to put my Raspberry Pi into a kiosk mode with Chromium directed to my website but I can't seem to figure out how to get it to work. I've been following a few different guides, and the code they have given me has all been slightly different…

DavidK
- 503
- 1
- 5
- 7
39
votes
8 answers
How to connect to WiFi without reboot?
I just put a freshly flashed card (with 2017-09-07-raspbian-stretch-lite) into a Raspberry Pi Zero W.
Then I added these lines:
network={
ssid="myWifiSsid"
psk="myWifiPassword"
}
to /etc/wpa_supplicant/wpa_supplicant.conf.
The data…

Forivin
- 617
- 3
- 7
- 10