Questions tagged [raspberry-pi3]

GENERAL RPI QUESTIONS ARE OFF-TOPIC. General questions may be asked on https://raspberrypi.stackexchange.com Use the tag for questions that apply specifically to the Raspberry Pi Model 3, NOT other models.

RPI QUESTIONS MUST BE PROGRAMMING RELATED. Raspberry Pi 3 with BCM2837 1.2 GHz 64-bit quad processor based on the ARMv8 Cortex A53, with builtin Wi-Fi BCM43438 802.11n 2.4 GHz and Bluetooth 4.1 Low Energy (BLE).

Raspberry Pi 3 model B layout (top)

This tag is intended for questions that are applicable to the Raspberry Pi Model 3B ONLY rather than other Raspberry Pi models.

See the related StackExchange site at https://raspberrypi.stackexchange.com. Also see the first edition's tag at https://stackoverflow.com/questions/tagged/raspberry-pi.

Useful links:

Official description

Official downloads

GPIO interactive pinout

If the question is not programming related then it may be on-topic at Raspberry Pi Stack Exchange, Internet of Things Stack Exchange or Unix & Linux Stack Exchange.

4094 questions
10
votes
4 answers

Screen orientation on Raspberry Pi 3 with Android things

I've just bought a Raspberry Pi 3 with a 7" Display touch screen and a casing. Unfortunately, the casing can't allow me to rotate manually the screen so my apps are running upside down. I've tried to do it from the console using the following adb…
Bibu
  • 1,249
  • 2
  • 17
  • 40
10
votes
2 answers

UART peripherals on Android Things for Raspberry Pi 3

How do I use UART peripherals on Android Things for Raspberry Pi 3? It seems that by default it is assigned the linux console.
proppy
  • 10,495
  • 5
  • 37
  • 66
10
votes
2 answers

How do you update to the latest python 3.5.1 version on a raspberry pi?

I got my Raspberry Pi yesterday and I am already trying to code with it. I have a program that I was planning to run on it but it is only compatible with Python versions 3.5.0 or 3.5.1 and everything I find on the internet seems to either be…
Robert Vasistha
  • 192
  • 2
  • 2
  • 11
10
votes
3 answers

Building Qt5.6 or Qt5.7 on Raspberry Pi3 or/and Pi zero

Is there a working guide on how to get Qt5.6 or even 5.5 built on the Raspberry Pi3? I've found a number of guides on Wiki, that all seem incomplete in some way, the last one I tried was: https://wiki.qt.io/RaspberryPi2EGLFS Which was ok until I got…
SPlatten
  • 5,334
  • 11
  • 57
  • 128
9
votes
3 answers

Running node-red-start after trying to create HTTPS "Error 140AB18F:SSL routines:SSL_CTX_use_certificate:ee key too small"

Hi everybody I have been setting up remote access to node-red for my raspberry Pi. I have amended the settings.js and installed node-red-admin but when I go to start node-red I get the following error: Error: error:140AB18F:SSL…
Simon Palmer
  • 384
  • 1
  • 2
  • 13
9
votes
2 answers

Cannot install googleapiclient on PyCharm

I have recently installed PyCharm on my Raspberry Pi 3 b+ (Running version 9 [Stretch]) and I am having some trouble installing the googleapiclient package on PyCharm and the system. When I perform a pip/pip3 install for this package I receive an…
beng95
  • 123
  • 1
  • 1
  • 5
9
votes
1 answer

Running Swift on Raspberry Pi

So I have this idea. Please keep in mind that I don't know much about this so if this is too ambitious, I'm sorry. Basically, I want to run a Swift "app" on a Raspberry Pi connected to a monitor. I know how to code an iOS app and I have a few on the…
Jacob Cavin
  • 2,169
  • 3
  • 19
  • 47
9
votes
1 answer

Failed to pair: org.bluez.Error.AlreadyExists

I am trying to connect a HC-05 Bluetooth Module (connected to Arduino Uno) to my Raspberry Pi 3 in the hopes of achieving bluetooth communication between the two to send data from the Uno to the Pi. Trying to use Bluetoothctl to pair, connect and…
Aditya
  • 91
  • 1
  • 2
  • 7
9
votes
1 answer

Raspberry Pi-Python: Install Pandas on Python 3.5.2

I have a Raspberry 3 Model B with the latest version of Raspbian (installed with Noobs 2.3.0). I have successfully installed Python 3.5.2 using the instructions found in this…
Victor Sg
  • 153
  • 1
  • 1
  • 11
9
votes
1 answer

Asp .Net Core RC2 on Windows IoT and Raspberry Pi 3

I'm trying to create an Asp.Net Core RC2 site running on a Raspberry Pi 3 using Windows IoT. I found the following tutorial: https://www.hackster.io/iddi/windows-10-iot-core-publish-asp-net-web-application-d9dcd4 But this is for RC1. So is there…
8
votes
1 answer

ImportError: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.28' not found

I am using this tutorial from google https://codelabs.developers.google.com/codelabs/cloud-iot-core-overview/index.html?index=..%2F..index#2 I was able to perform correctly until I encountered this "python cloudiot_pubsub_example_server.py" step.…
8
votes
1 answer

How to use libtensorflow-lite.a on Raspi 3?

I want to install TensorFlow Lite on the Raspi. I assume I can first pip install the prebuilt TensorFlow for the Raspi. I'm reading the instructions to cross compile TensorFlow Lite here, but I have no idea what to do after generating…
Benjamin Tan Wei Hao
  • 9,621
  • 3
  • 30
  • 56
8
votes
0 answers

Building Tensorflow with Bazel: Executing genrule //tensorflow:tensorflow_python_api_gen failed (Exit 1): bash failed: error executing command

I try to build TensorFlow source on Raspberry Pi 3, but got some build error. Did I miss to install any python module? The below is the ERROR log: ERROR: /home/pi/tf/tensorflow/tensorflow/tensorflow/BUILD:581:1: Executing genrule…
Patrick Liao
  • 103
  • 1
  • 7
8
votes
5 answers

Run dotnet core application on Raspberry Pi3 with CentOS UserLand

I am trying to run my AspNetCore 2 application on a Raspberry Pi3 Model B that runs CentOS arm edition (CentOS-Userland-7-armv7hl-Minimal-1708-RaspberryPi3). I installed both libunwind and libicu-devel with yum install, but when trying to run my…
Márton
  • 473
  • 7
  • 13
8
votes
3 answers

connect to Raspberry Pi 3 using adb

How do I connect w/ adb to the Raspberry Pi 3 running Android Things?
proppy
  • 10,495
  • 5
  • 37
  • 66