Python • Re: PyQt6 in venv with pip
Do to PyQt being a very large complex library, I've made it a rule to save myself much grief and just use the version available via apt.Code: sudo apt install python3-pyqt6Statistics: Posted by Paul...
View ArticleBare metal, Assembly language • Re: Accessing ISP functionality on Raspberry...
Code: 00000000: 0000000000000000: .. :0000 ; bkpt...000001fe: 0000000000000000: .. :0000 ; bkpt00000200: 0000000011100000: .. :00e0 ; version r0the first 0x200 bytes are the interrupt vector table,...
View ArticleCamera board • Re: I can't see the video on motion from my raspberry pi...
Any newer walk-around?Statistics: Posted by 1gel-papagou — Tue Apr 23, 2024 12:33 pm
View ArticleBeginners • Re: Making noise from an ssh terminal
On a true terminal it would be Code: echo -e "\a"50/50 whether it works, depends on your client terminal.Yeah, that works. Thank you. Is there some way to call that from python?Statistics: Posted by...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
If you want a command line version it is a comparatively simple task.1. Analyse partition structure.2. Create partitions on a new device e.g. using fdisk.3. Use rsync to copy files (excluding virtual...
View ArticleTroubleshooting • Re: Using Picamera2 With Cv2 / OpenCv
With 4.6 installed via apt, I get the same error as you (black screen) with your code. V3 camera on a Pi 5 with Bookworm.However, this works to add a timestamp to an image Code: # cv2-stamp.py from...
View ArticleCamera board • Re: Best Way to Stream Low-Res Over Network and Store High-Res...
"ut it does not answer how to send low-res over the network" - true but it could be adpated.Statistics: Posted by neilgl — Tue Apr 23, 2024 12:56 pm
View ArticleTroubleshooting • 64MP_Autofocus is not detecting.
Hello,I am using raspberry pi 5 with the the bookworm OS of 64 bit and I have also tried 32 bit.I have followed this to install drivers:https://docs.arducam.com/Raspberry-Pi-C ... mp-camerasYesterday...
View ArticleTroubleshooting • Re: Ssh problem
If you're using the ssh command on Windows, what does ssh "-vv your_user@192.168.1.93" show?Also, after attempting to connect to the Pi, try "journalctl -u ssh --since="-5 minutes" on the Pi to see if...
View ArticleAutomation, sensing and robotics • Re: Open Source Project: IO-Link extension...
This is fantastic! I am amazed this hasn't had more activity.I am looking to connect an Omron E3AS IO-link laser sensor to RasPi. Let me know as soon as I can get may hands on a board!Statistics:...
View ArticleTroubleshooting • Re: I2C not working
Check "pinctrl get 2,3".You should getCode: pi@bookworm64:~ $ pinctrl get 2,3 2: a0 pu | hi // GPIO2 = SDA1 3: a0 pu | hi // GPIO3 = SCL1If it reports "lo" with nothing connected, then you've probably...
View ArticleGeneral • Re: Adding MS OS descriptors to USB dev_lowlevel example
Thank you so much for posting this nice example which installs winusb driver automatically using MS OS 2.0 descriptor upon plugin into PC. This is what exactly what I'm looking for, but the coding...
View ArticleTroubleshooting • Re: Once in couple of weeks the Pi does not respond anymore
It sounds like your Pi is having a problem with the SSD.Ping does not need to access any files to work. Everything else you tried does need to access the file system.It's probably that the OS did...
View ArticleTroubleshooting • .desktop shortcut to launch PYQT GUI
I have created a desktop shortcut ‘Launch Datalogger.desktop’ to launch a python PYQT5 GUI.When I double click the shortcut, a popup says this text file ‘Launch Datalogger.desktop’ seems to be an...
View ArticleTroubleshooting • Re: SD card not functioning
Thanks everyone for the help. It was the SD card... I tried using a completely new card with more GB from SanDisk and everything worked perfectly! It's definitely worth it to buy quality cards! Yes...
View ArticleGeneral discussion • rpi-update failure
$ sudo SKIP_BOOTLOADER=1 rpi-update *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom *** Performing self-update *** Relaunching after update *** Raspberry Pi firmware updater...
View ArticleAutomation, sensing and robotics • Re: Rs232 command change between 2 gears...
Gear arrived, will play with it when I will find some time... Chatpgt should be helpful for programming Statistics: Posted by Tex61 — Wed Apr 24, 2024 1:01 pm
View ArticleWanted • Re: Exciting Consultancy Opportunity: Raspberry Pi Developer for...
Hmm,Your email address doesn't appear to match with others for your company.Statistics: Posted by wildfire — Wed Apr 24, 2024 1:03 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • DSI displays graphical output not rotated...
Hello,I am using a DSI display with a CM4 and a 5.15 Kernel. So far, I've been successful with a patched panel-simple.c and a custom devicetree overlay. Unfortunately, the native pixel addressing of...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
"Today, we are pleased to announce that we have expanded our Compute Module 4S offeringMake me wonder if we will see a CM5S before a CM5.Bad wondering. I cannot see there ever being a CM5S, but I...
View Article