MicroPython • Re: pico W vs. DFPlayer - Raspberry pi and sound
Just checked my dfplayer with an arduino and it worked totally fine...Do you have experience with other mp3 moduls and could recommend a good one?Statistics: Posted by Greg50007 — Tue Jun 18, 2024...
View ArticleGeneral programming discussion • Re: Trying to write a command to edit folder...
I do that with the mv (move) command.mv ~/test ~/none-testStatistics: Posted by DougieLawson — Tue Jun 18, 2024 7:56 am
View ArticleCompute Module • Re: Is it possible to use The eMMC boot partitions...
OK. Yes I already saw the tryboot method, but writing a text file (autoboot.txt) is not a failsafe (atomic) method for switching the partitions.Statistics: Posted by mzme — Tue Jun 18, 2024 8:05 am
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi with DSI86 for DSI to eDP...
Where can I find the simplified schematics for the compute 4 module? I found them for the raspberry pi 4B but I cant seem to find the DSI routings for the compute 4.Pinouts of the CM4 Hirose...
View ArticleAdvanced users • Re: Using DRM library with Wayland or X (graphical) running?
AFAIK, no.DRM master is at card level, not CRTC or connector level.Statistics: Posted by 6by9 — Wed Jun 19, 2024 7:44 am
View ArticleGraphics, sound and multimedia • Re: Output to both HDMI ports simultaneously...
You can't do it through 2 independent gst-launch commands.However kmssink does have an "fd" property so an external wrapper can open DRM and pass that handle into multiple kmssink components.I haven't...
View ArticleGeneral • Re: Help with Pico ADC project
Are you sure this bit is right?Code: # Create an ADC object linked to pin 26adc = ADC(Pin(26, mode=Pin.IN))I've done very little in microPython on the Pico so far, and could be wrong, but that looks...
View ArticleRaspberry Pi Connect • Re: Copy and paste instructions
I have a different type of problem: I am trying to copy a file from my Windows PC and paste it onto the File Manager window on the Raspberry Pi using the "Paste to Remote" button on the Connection...
View ArticleCamera board • Re: 16bit Camera Module
Very few image sensors work in that way, with anything more than a line buffer or two on the sensor being unusual. The exception is going to be some of the low resolution SPI cameras - Arducam sell a...
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
The line singled out by Chatterbox shows that Apache is listening on port 80 for TCP/IPv6 addresses only.Presumably, when it works within your LAN, your device (the one issuing HTTP requests) has a v6...
View ArticleFrançais • Re: Rasberry PI 4B n'a jamais fonctionné
Bonjour,Le sujet spécifique au problème de boot pourrait peut-être aider: https://forums.raspberrypi.com/viewtopic.php?t=58151Statistics: Posted by PhL91 — Wed Jun 19, 2024 8:00 am
View ArticleCamera board • Re: 64mp Arducam stops working after OS updates
I've raised with arducam at support@arducam.comThanks Gordon I tried logging the issue on their forum yesterday, but was getting '403' errors. Please let me know if you get anywhere.Statistics: Posted...
View ArticlePython • Does RPi.GPIO work in Bookworm??
I have a pi 4 and upgraded the OS to Bookworm 64 bit yesterday. I then ran the python program (which worked fine before I upgraded) which uses the RPi.GPIO event detect library amongst other things....
View ArticleRaspberry Pi OS • Re: SSH connection issues with Bookworm.
Also in Windows Powershell you can use the Resolve-DnsName command. This will show you the IP address for the "device name" you are using in Putty.Statistics: Posted by AndyD — Wed Jun 19, 2024 8:25 am
View ArticleGeneral discussion • Re: White screen with just Waste basket showing
if you have a fool proof way to flash a new copy of the relevent os I would be grateful.See Install an operating system - https://www.raspberrypi.com/documentati ... ing-systemThia is part of Getting...
View ArticleBeginners • Re: redshift.conf location
At night it was in the night mode which is goodafter most of the day went it was still in the night modeI think it might be better in the people that put the raspberry pi packages together put it on...
View ArticleBeginners • Re: thermal throttling OS based or hardware based ?
thermal throttling OS based or hardware based ?none of the above!the thermal throttling is part of the firmware, start(4).elfso it doesnt matter what OS your using, as long as your using the official...
View ArticleGeneral • Re: Pico as a Macintosh 128K
Amazing result given the limits both from the new hardware and the historic hardware.And the best thing is, even it is slow through emulation, it can still be as good or better than the real thing...
View ArticleOther projects • Re: Custom Key pad
Ok. I have had a little time to look at this again. I'm still a bit stuck, but still willing to try and progress this.Thank you for the drawing and the PCB photos. I think it would be worth focusing...
View ArticleAdvanced users • Re: External HDD/SSD/nVME for the PI5
Slightly different but...Pi5 8GB NVME Bookworm 64bit powered from an official Pi adaptor so not through the GPIO.Samsung 1TB portable drive (HK-M101TCB/G M3 portable) into USB3.It's recognised but...
View Article