So just picked up a RPI4 8GB, and pondering what OS to put on there (I have a Pi3B at the moment, running Raspbian). My real issue with Debian based OS are some of the packages are so old, it's really hard to get stuff working, many current packages in Debian maintainer's eyes are actually consider...
<r><QUOTE author="simonfish" post_id="1689103" time="1593681042" user_id="340621"><s>[quote=simonfish post_id=1689103 time=1593681042 user_id=340621]</s> I gave it a go in the console and i still let errors as above. I typed python /home/pi/tracker/main.py.<e>[/quote]</e></QUOTE> <br/> It isn't clea...
Hello, I need help and some expert's advise if anyone of you had an experience before in encrypting the config file of the Raspbian OS. I'm planning to deploy the Raspbian OS in a Raspi4 and I don't want to expose whatever configuration I did and let other user to reverse engineer the setup I did. ...
Having gotten my new RPi set up and gotten comfortable using it as a traditional desktop, I figured I'd start testing out what it could do by doing some of the beginner's project tutorials on the RPi website. I decided to try the "Build a LAMP Web Server with WordPress" project, and I got as far as...
You're saying that the RPI can output from HDMI to a screen, but there is no way to input through HDMI? Correct, that is what I am saying. In respect of an RPi board as shipped from the factory. are you sure no pi will accept any video input? That is not what you originally asked, and it is not wha...
Here are the messages below: pi@RaspiTest:~/Desktop/test $ python3 newBMP280ForPython3-1.py Traceback (most recent call last): File "newBMP280ForPython3-1.py", line 5, in <module> sensor = BME280(t_mode=BME280_OSAMPLE_8, p_mode=BME280_OSAMPLE_8, h_mode=BME280_OSAMPLE_8) NameError: name 'BME280_OSAM...
I was hoping someone would know how to get it working on the newer OS. Or if someone could even change if for me to get it working. I have no idea how it all works. Presumably the author/developer would know? Or you could try, at a shell (Terminal or Command Line) prompt - python main.py and report...
I tryed running it in desktop and i get erros in a shell box. trackback (most recent call last); file "home/pi/tracker/main.py " line 15, <in module> from audioimport trackeraudio file "home/pi/tracker/audio.py "line 6, <in module> from pyscope import pyscope file "home/pi/tracker/psscope.py "line2...
Welcome to the Raspberry Pi forums. I got Raspbian Lite on my Raspberry Pi 3B. Firstly I performed sudo apt-get install git and it said E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. So I did: pi@raspberrypi:~ $ sudo dpkg --configure -a , but in the...
Welcome to the Raspberry Pi forums. Hello this is my first post so hope its in the correct forum area if not can admin please move it. Hope you can all help me getting this github project working because i`m just getting started with the RPI. I`m trying to do this project in the link here https://gi...
Hello I have looked on every place I could think of to find directions to installing a working Kodi onto Raspbian X nighthawk. After trying several methods online None worked. Someone in one of the posts I found said it has something to do with Raspberry pi 4. Any chance someone has Kodi working? t...
Previous versions are available here.. http://downloads.raspberrypi.org/raspbian/archive/ how install it? The same as installing any other Operating System for an RPi board. What is the reason for wanting an obsoleted Operating System, and what do you think is the impediment to installing it?
Greetings, I have an RCA video feed from a camera on the back of my car, I bought an RCA->HDMI converter in hopes that when video is present the PI would recognize it and output it through the HDMI. The camera itself turns on when the reverse lamp is on, but I cannot get the video feed to display. ...
I did say in the in the code comment that I’m getting the original string back, not the manipulated one I’m looking for. The scanner inputs “VHA1000123”. I want to get back only the last 4 characters of that, but it’s still returning the entire original string. I’m not getting any error messages (n...
so i find that the arduino world has many tutorials on how to record servo movements. they use a potentiometer to move the servo and while you are doing that the micro controler records it and plays it back. How can this be achieved with a raspberry pi? any help or advice is appreciated thank you. ...
I'm trying USB dual boot, /dev/sda2 is RPOS 32, /dev/sda3 is RPOS54, the problem is /dev/sda1, which can be shared between 2 OS? I know config.txt, cmdline.txt and kernel img need be different, what else? Perhaps look at the approaches taken to solving the same problem by Berryboot, NOOBS and PINN.
Hello! When I started doing raspberry pi, I used noobs and installed rpiOS. Its been 3 years and I want to move the OS from a 32gb card to a 8 gig one. But it is filesystem expanded so I believe the way to cram it in is to remove all the noobs stuff and just have the rpiOS left. I think there is en...
Is your camera a genuine raspberry pi one ? No, I got the new HQ Camera. Maybe the PiCamera Python library has not been updated to take account of the capabilities of the relatively new HQ camera hardware module? Apparently relevant documentation here - https://picamera.readthedocs.io/en/latest/fov...
Hi guys I've had a Raspberry Pi for over 2 years now and I've finally got round to getting it on and turned on! Installed Noobs/Raspbian and got it up and running! But I'm just wondering whats next? Should I run a media server for my devices? Or a file server for my computers? I've did a bit of res...
If I run: from picamera import PiCamera from time import sleep camera = PiCamera() for i in range(5): sleep(5) camera.capture('/home/pi/Desktop/image%s.jpg' % i) I get an error: "No data received from sensor" I´ve checked everything. There is no physical problem with the camera. Other scipts perfor...
It seems that it will be installed on the laptop HD and replacing win 10. What I am looking for is running the raspberry desktop from the usb stick and only using the cpu power of the laptop. If you don't want to install it, then DON'T . Your choice. You can still run the OS in 'Live CD' mode from ...