Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

Camera Module 3 not working on Ubuntu Raspberry Pi

I have a Raspberry pi 4B with Ubuntu, and I’m trying to use my camera module 3 with python (I’ve tested the code with Raspberry Pi OS, so I know it’s right) using PiCamera and in a virtual environment ...
Flamethrower's user avatar
0 votes
0 answers
53 views

Updating Python on Raspberry Pi3b

Set up a new Raspberry Pi and followed the instructions in this articel to update to the current version of python: https://raspberrytips.com/install-latest-python-raspberry-pi/ When attempting to ...
Michael Mcpherson's user avatar
0 votes
0 answers
163 views

Raspberry real time clock with Ubuntu

I'm trying to get the sb components USB RTC for Raspberry Pi working with my Raspberry running Ubuntu. It works when I use it with Raspberrian, but when I try it with Ubuntu test.py and Set_Time.py ...
KMD's user avatar
  • 1
1 vote
1 answer
166 views

Measuring latency TCP/UDP between 2 boards

I am sending and recieving packets between two boards (a Jeston and a Pi). I tried using TCP then UDP, theoritically UDP is faster but I want to verify this with numbers. I want to be able to run my ...
MCQ200's user avatar
  • 11
0 votes
0 answers
16 views

How to use raspberry pi gpio pin with using ubuntu 18.04.5 [duplicate]

I am using raspberry pi 4 model and I installed ubuntu 18.04.5 OS . I am working with ROS where all the related package I installed and it is working but after that I want to run motor by using ...
Avinash Kr's user avatar
1 vote
0 answers
499 views

CircuitPython on Raspberry Pi 4 (Ubuntu Server 20.04.2 LTS)

I am running a Raspberry Pi 4 with Ubuntu Server 20.04.2 . Since I am using a lot of Adafruit Parts for my setup it would be a lot easier to use CircuitPython (their offspin off of micropython) with ...
incomingstorm's user avatar
1 vote
0 answers
575 views

Raspberry Pi 3 - How to install FFMPEG using python newest version

I'm trying to install FFMPEG on Raspberry Pi 3, with libx265 support (H265 coding). The main purpose is to batch transcode h264 videos on my HD and convert them to h265 to save space on disk. I found ...
ilguSo's user avatar
  • 11
2 votes
0 answers
128 views

Using a third party scanner device with ubuntu core on a raspberry pi

I am developing an application that must allow 20-30 remote users from different offices to scan and submit specific documents to a server to be processed. I want to pair a panasonic kv-s1037x with a ...
pedz88's user avatar
  • 21
2 votes
4 answers
25k views

Enable SPI and I2C on Ubuntu 20.04 Raspberry Pi

Using Rasbian there is the convenient tool rasi-config to enable/disable SPI and I2C on a raspberry pi. However there is no such tool for Ubuntu, and no straightforward way for enabling them (as far ...
Stealing's user avatar
0 votes
0 answers
1k views

How do I use the Adafruit-Blinka Python library as a normal (non-root) user?

I'm running Python 3.8.2 on Ubuntu Server 20.04 LTS running on a Raspberry Pi 3b+. I've installed python3-pip as well as python-is-python3. I am not currently using venv because this will be the only ...
Andy Anderson's user avatar
-1 votes
1 answer
815 views

Jetson GPIO library missing?

Im sure this isn't the right site to ask this but I couldn't find a site specificly for the Jetson Nano board. Anyway, my issue is that I'm trying to use the GPIO library to spin some motors. When I ...
Couch Mango's user avatar
0 votes
1 answer
4k views

`pip install pygame` produces `Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vD9diA/pygame/`

What I'm running on OS: Ubuntu Server 18.04.4 Computer: Raspberry Pi 4 Model B pip version (the default installed on 18.04.4 LTS): pip 9.0.1 python version (the default installed on 18.04.4 LTS): ...
Drake P's user avatar
  • 103
0 votes
1 answer
153 views

Allow traffic on Ubuntu Server 19.10

I've installed Ubuntu Server 19.10 on my Raspberry Pi 3B, but I've an issue with a Python script. This script starts an http server on a specific port and I can launch a comand from outside network. ...
Simone Sessa's user avatar
1 vote
1 answer
681 views

Fixing Python dependency mess

On a Raspberry Pi I installed some python software, a part with pip, and other parts with apt-get. So I am now in a situation, where there are some packaged waiting to be installed that assume python ...
Jan's user avatar
  • 131
1 vote
1 answer
2k views

How to start a python file with Ubuntu Core 16 and Raspberry pi

How can I start a simple .py in Ubuntu Core 16 and Raspberry Pi? because I'm sitting since 10 hours to get a simple python file running. What I tried: Set it up with snap classic and sudo apt-get: ...
FoldFence's user avatar
  • 113

15 30 50 per page