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
5
votes
2 answers

Why does my long-running python script crash with "invalid pointer" after running for about 3 days?

I wrote a python 3 script which tests an SPI link to an FPGA. It runs on an Raspberry Pi 3. The test works like this: after putting the FPGA in test mode (a push switch), send the first byte, which can be any value. Then further bytes are sent…
danmcb
  • 289
  • 1
  • 12
5
votes
5 answers

ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory Raspberry Pi3

I have a Raspberry Pi3 and my goal is to run several python3 scripts there as a dedicated server. So far, I have installed with pip3 the following packages -numpy -pandas -scipy -python-Levenshtein -fuzzywuzzy And several other I think are not…
puppet
  • 707
  • 3
  • 16
  • 33
5
votes
1 answer

OpenCV imshow segmentation fault

I installed OpenCV 4.0 on the latest version of Raspbian today following this guide: https://docs.opencv.org/4.0.0/d7/d9f/tutorial_linux_install.html I followed each required step exactly, skipped all optional ones, and ran cmake with no parameters.…
Phoebe
  • 61
  • 1
  • 4
5
votes
0 answers

How to import MLX90640 thermal camera image data into OpenCV via i2c on Raspberry Pi in C++?

I am using the Melexix MLX90640 32x24 thermal camera sensor connected to a Raspberry Pi 3 via i2c. Using code from Pimoroni I can show the camera data with false colors on the screen through the framebuffer with their fbuf example. Since this is…
lukecv
  • 113
  • 1
  • 11
5
votes
1 answer

How do I keep a WKWebView object from crashing?

Scenario I'm building an iOS application in Swift. One feature is to have a live video feed as the application background. The video feed is originating from a Raspberry Pi on a local network using sudo motion. Motion is successfully hosting the…
pinglock
  • 982
  • 2
  • 12
  • 30
5
votes
2 answers

Custom resolution on Raspberry Pi

I have never used a raspberry before, and I am having trouble configuring it. I've been searching for an answer to my problem but I have had no success in finding it. Maybe the answer is there but I have not been able to understand it, which is…
Helwar
  • 157
  • 1
  • 1
  • 11
5
votes
0 answers

gst-launch-1.0 and GStreamer version mismatch

I am using this script to install version 1.14 of GStreamer on a Raspberry Pi. https://gist.github.com/Swap-File/d8511128930c93281f36f18d634f6748 I completely uninstall GStreamer from the pi before running the script. The script clones gstreamer…
DrkStr
  • 1,752
  • 5
  • 38
  • 90
5
votes
1 answer

Error displaying video stream using Opencv on raspberry pi

I'm trying to access a live video feed from my Raspberry Pi with a PiCam attached. I have enabled the camera in the interface settings and even tested it by snapping some pictures and videos using the PiCam library. However, OpenCV is giving me…
lewesche
  • 51
  • 1
  • 2
5
votes
1 answer

changing the baud rate of a serial port on a raspberry pi 3

I installed lineage os 14 on raspberry pi 3 I connected a gps module with UART port, however, the baud rate of GPS is 9600 but baud rate of /dev/ttyS0 is 115200 I want to change the baud rate of ttyS0 in order to read GPS data I tried stty…
Daniel.V
  • 2,322
  • 7
  • 28
  • 58
5
votes
1 answer

Cross-compiling baremetal Rust for Raspberry Pi 3 B from Windows

I'm trying to follow this blog but on Windows and with the latest Rust. It seems to me that the correct way of doing things like this is changing very frequently with Rust, so I'm hoping for an up-to-date Windows adaptation. What I've tried so…
Jason Kleban
  • 20,024
  • 18
  • 75
  • 125
5
votes
1 answer

bluetoothctl don't find my device whereas hcitool can/Can't find device if not trusted

In relation to this post Is there any answers to this topic ? Because I have the same problem and HackToHell asked to continue on AskUbuntu chat which is not available anymore Actually i could find my device on Bluetoothctl, i trusted it once and i…
5
votes
1 answer

trace not showing on plotly when second y axis added

I'm plotting temperature and humidity readings from raspberry pi to plotly. On the same y axis they appear fine. When I add a second y axis via layout, the temperature trace (trace1) doesn't show. On plotly itself it shows the data for both trace1…
justdata
  • 153
  • 1
  • 7
5
votes
2 answers

How to emulate Ubuntu Core for Raspberry Pi 3 using QEMU?

I am trying to emulate Ubuntu Core for Raspberry Pi 3 using QEMU but it does not work. I found tutorials about emulating Raspbian using QEMU and tried to apply them to Ubuntu Core: RASPBERRY PI ON QEMU Using QEMU to emulate a Raspberry Pi I…
Rustam Isaev
  • 51
  • 1
  • 5
5
votes
1 answer

Making SQLite run SELECT faster

Situation: I have about 40 million rows, 3 columns of unorganised data in a table in my SQLite DB (~300MB). An example of my data is as follows: | filehash | filename | filesize | |------------|------------|------------| | hash111 | …
Timothy Wong
  • 689
  • 3
  • 9
  • 28
5
votes
2 answers

Connecting Raspberry Pi 3 to MSSQL Server using pyodbc

I am currently trying to get my raspberry pi 3 with Raspbian Stretch Lite (November 2017) connecting to an MSSQL Server. I was following this guide and replaced the Driver and the Setup fields…
TomBombadil
  • 351
  • 1
  • 4
  • 15