Questions tagged [raspberry-pi-desktop]

For question about Debian with Raspberry Pi Desktop - a operating system for PC and Mac with the Raspbian Look&Feel. Runs from a live disc, in a virtual machine, or installed on a computer.

The Raspberry Pi Desktop OS for PC and Mac, based on Debian Stretch

101 questions
4
votes
1 answer

Building a Virtual machine with the .img file of the raspberry pi stretch

I would like to emulate the exact copy of my real RPi on another virtual machine. I noticed that the only working OS to build a virtual machine is the version RPdesktop. I need the specific OS version of my raspberry pi, is that possible? I tried…
Leo94
  • 43
  • 1
  • 4
3
votes
2 answers

Installing Raspberry Pi Desktop on VM--small resolution

I installed Raspberry Pi Desktop on a VM on Windows, and am intrigued. However, I cannot find where/how to enlarge the display ("screen") resolution. Is is very small, and makes it difficult to do anything. Also, the VM guest mouse is not always…
derz00
  • 31
  • 1
  • 3
2
votes
0 answers

Installing raspberrypi-kernel-headers: Unable to locate package raspberrypi-kernel-headers

I am Trying to install raspberrypi-kernel-headers using the command: sudo apt-get install raspberrypi-kernel-headers This is done on the Ubuntu MATE 22.04.2. But, an error message pop up in the terminal telling: Reading package lists...…
ZedMan
  • 21
  • 1
2
votes
4 answers

What can I use to program a Raspberry Pi 3 board like an Arduino board?

I have a Raspberry Pi 3 board. I want to use it like an Arduino Uno board. My problem is very simple in that, I used 'Arduino' software to link with my Arduino Uno/Nano boards to blink LEDs. I have Windows 7 and Windows 10 on my desktop computers.…
1
vote
1 answer

How do I use a smartphone/tablet as a microphone for the Raspberry Pi 3

I have my own Samsung tablet and i also own a Raspberry Pi 3, and I use the Raspberry Pi 3 as a daily driver and also have a very small YouTube channel with around 20 subs. I need a microphone so I can talk and do not want to spend over 20 USD…
Benjamin
  • 11
  • 1
1
vote
1 answer

Raspberry pi camera feedback question (using Yolov8 for instance segmentation)

I need some help for a project I'm doing. My project is to have my raspberry pi camera detect objects using Ultralytics Yolov8 for instance segmentation. I'm using Thonny for the python code and everything works very well. My python code looks like…
Jason
  • 19
  • 1
1
vote
0 answers

I have a mlx90614 sensor and I am interfacing it with Raspberry Pi 3 B+ it gives output -273

It works fine when I run it for the first time but once I run my LCD code then I run my MLX90614 code, it gives an output -273 after restart it will work fine(using 2 different codes for mlx90614 and LCD). import smbus class MLX90614(): …
sid kadam
  • 11
  • 1
1
vote
1 answer

An experimental distributed system with Raspberry PI

I am trying to learn distributed systems development, and thus planning to perform experiments using Raspberry PI. I have no prior knowledge of Raspberry PI in this context. I want to know would it be worth the efforts and money? And if yes, then…
Mandroid
  • 113
  • 3
1
vote
0 answers

Official Pi Keyboard repeating characters for 1,2,q,w,a,s,z,x

I just bought the official desktop kit of Raspberry Pi 4 with 4 GB ram. press 1 - 12 getting printed press 2 - 12 getting printed press q - qw getting printed press w - qw getting printed press a - as getting printed press a - as getting…
Chandan
  • 19
  • 1
0
votes
2 answers

Raspberry Pi tolerance towards high temperature

Can we use Raspberry-Pi 3 model B in a temperature range of 33-38°C for long duration? If yes for how long can this be done? We need it to work for 21 days continuosly and after this the cycle repeats again!
Chotu
  • 9
  • 1
0
votes
0 answers

Raspberry Pi 5 shuts down while running code

Iam running a deep learning code consist of cnn model and yolov5 when I run the code in raspberry Pi 5 it shut down automatically can anyone Provide suggestions to carry on with it
0
votes
0 answers

regarding working of raspberry Pi

I inserted raspberry Pi ip adress in putty and then I open x11 then I selected on x11 forwading then all of a sudden some message popped up regarding any "key" change and I didn't see and did yes and then after that When I entered pi as username and…
0
votes
0 answers

Is the Debian with Raspberry Pi Desktop available as a 64bit download

I downloaded the Debian with Raspberry Pi Desktop to install on my laptop so I had the same environment on my laptop and Raspberry Pis. However, I find that the installed Java version is a 32 bit executable but I need a 64 bit executable on my…
Nick
  • 776
  • 4
  • 15
0
votes
0 answers

More Fingerprint IDs in r307 Finger Print sensor

I am using PyFingerprint python library. It's finerprintID storage capacity is 1000. How can store more than 1000 fingerprint IDs ? my fingerprint sensor is r307
1
2