Raspberry Pi OS • Converting DOC to PDF (In Pi OS)
I'm looking for a good (better) way to convert MS DOC files to PDF (via a Linux command line, no GUI methods, please).Methods I've used:1) LibreOffice - with --headless and --convert-to2) unoconv -...
View ArticleBeginners • Re: NVMe memory
Wanting stable instead of cutting edge speed, should I wait out while the normal teething issue (as seen on some forums), same on any advance machinery, are in pogress of being resolved on RPi 5 and...
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it...
Since the SDK wants to use standard cmake find_package() to look for files in standard locations ...Does anyone know where that handling is, is it in-built to 'cmake' itself...
View ArticleTroubleshooting • Re: Running Bullseye, did a update and now VLC has problems.
I have a Pi400. There must be a plenty of people still using Bullseye. The HEVC/H265 is now breaking up as the screen cannot keep up. It is worse when switching on bluetooth and connecting a speaker....
View ArticleCompute Module • Re: Audio corruption on CM4 (over usb-xhci)
Further investigations lead me to notice that, when the noise happens there is a change in stream frequency.Watching Code: /proc/asound/card0/stream0, I found that normally the Momentary freq is a bit...
View ArticleCompute Module • eMMC boot
Is it possible to deny SD card and M.2 and boot only from eMMC?Statistics: Posted by i486 — Thu Aug 22, 2024 9:11 pm
View ArticleGeneral • Re: DMA ADC vs Bluetooth/Wi-Fi on Pico W?
Unfortunately, I did not.Statistics: Posted by kevinjwalters — Thu Aug 22, 2024 9:24 pm
View ArticleGeneral • Re: Pico 2 SWD
Thanks.I'm actually just after getting it working. 2 pico2's.I got the blink program to upload and stepped through it using GDB. I had to build pidoprobe (debugprobe) targeting the pico2.Next step is...
View ArticleTroubleshooting • Re: How to Install a x86_64 .deb Package on Raspberry Pi...
It would help if you told us what "this x86_64 .deb package" is and why you believe you need it.It is a driver for a graphic tablet "HuionTablet_LinuxDriver_v15.0.0.162.x86_64" I can use the tablet...
View ArticleNetworking and servers • Re: Network Manager fallback to zeroconf
Upstream there is some work in progress, see https://gitlab.freedesktop.org/NetworkM ... ssues/1555and https://gitlab.freedesktop.org/NetworkM ... uests/1980For my use case (P2P Ethernet connection...
View ArticleBeginners • Raspberry PI 5 doesn't boot
Hi all,I am a beginner, I bought the raspberry Pi 5-the starter kit. And I was waiting for 5 days to have it!finally, got it today!! but now I need some advice!!I unbox it, and put the heater sink,...
View ArticleBeginners • Re: Raspberry Pi 4 to 5 GPIO issue?
Code: import RPi.GPIO as GPIOimport time #GPIO Mode (BOARD / BCM)GPIO.setmode(GPIO.BCM) #set GPIO PinsGPIO_TRIGGER = 18GPIO_ECHO = 24#Steve added next for warning/error...
View ArticleTroubleshooting • Re: pi5 stopped seeing nvme
Thanks for the ideas, but Yes i have checked the cable. Have tried all possible ways to connect it. I have power but that's it. Waveshare support is pointless. They keep asking me to send them video...
View ArticleBeginners • Re: Can Port Forwarding 1 Port allow access to others?
You're right that I'm not too familiar with Docker containers lol. I know the basics of how they work but in terms of how it communicates with anything network related, I'm not that experienced with....
View ArticlePython • Re: Getting more out of the CPU when running python project
Maybe test the mjpeg_server_2.py that therealdavidp suggested and see what fps you get?Or move to using rpicam-vid....Statistics: Posted by neilgl — Fri Aug 23, 2024 9:13 pm
View ArticleCamera board • Re: Libcamera Stereoscopic 3D Support
Since Pi5 has 2 camera interfaces and the HQ & GS cameras support hardware sync I don't see any reason as per why this is not prioritized. It will be a game changer for comuter vision...
View ArticleAutomation, sensing and robotics • Re: Would SQLite works well with Grafana
Should be fine but I would go with PostgreSQL.Is it the Pi5 or Pi zero from this previous post? viewtopic.php?p=2245471#p2245471Yes, many thanks for advises from you and many forum posters. we got Pi...
View ArticleTroubleshooting • Re: Pi 4B can't read USB partition as FAT (unable to boot)
I've managed to boot from it. What I did was format the ESP to FAT32 and then restore the contents of it. Apparently the Pi does not actually support FAT16.Statistics: Posted by strangejune — Fri Aug...
View ArticleAdvanced users • Powering a Pi 5
I have built a Raspberry Pi 5 which consists of all "official" Pi hardware but it is getting throttled and since my setup seems like it would be well withing the realm of Pi 5 setup's I wanted to...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
Sweet! I’ve got half a plan now.Will the pico send signals to both strips of lights or do I need two picks?Also, the button to “run program,” is it just a simple button to program or am I going to...
View Article