Advanced users • Re: Rpi5 stucks on solid red led after boot with a camera...
Many thanks @PhilE, I will try UART.What do you mean about "pulling a signal high or low" ? A short circuit ?Statistics: Posted by bebowl — Thu Jul 25, 2024 3:38 pm
View ArticleBeginners • Re: What PI model should I choose?
Unless you need all those extras l would go for...https://thepihut.com/products/raspberry ... 9408755774Statistics: Posted by gordon77 — Thu Jul 25, 2024 3:41 pm
View ArticlePython • Re: What python framework/modules for Web scraping?
Yes, selenium running OK on a Pi4 running Bookworm 64-bit, in a venv (with system packages). Seeviewtopic.php?p=2237557&hilit=selenium#p2237557Statistics: Posted by neilgl — Thu Jul 25, 2024 3:41 pm
View ArticleBeginners • Re: How to permanently change hostname through file edits
Will check that out. Thanks.Really wish this stuff was more straight-forward.Statistics: Posted by Razzoodock — Thu Jul 25, 2024 3:42 pm
View ArticleTroubleshooting • Re: Using pi 5 with usb thermal camera
Those missing pixels are way too small to be USB packet-sized. It looks like no more than a dozen or so.Please post a full [bsudo lsusb -v[/b] for the camera.Statistics: Posted by jdb — Thu Jul 25,...
View ArticleTroubleshooting • Zero W - apt update failing
Hi,I have a fresh install of Bookworm Lite 32 bit on a headless Zero W.Running sudo apt update returns the following -Ign:1 http://archive.raspberrypi.com/debian bookworm InReleaseIgn:2...
View ArticleBeginners • Re: 32GB SD card shown at 256MB when plug into Windows PC
Does the RPi OS offer different choice of File System? No.Not as a 'choice' offered at installation, or later.However, it is YOUR system. You can reconfigure it just the way you want.Statistics:...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
Implement a TFTP server on the Pico-W and then you can easily send the images using a TFTP client on the Pi5. MMbasic on the Pico supports TFTP by default and transfer rates are very good.Statistics:...
View ArticleRaspberry Pi OS • Re: Trouble with getting cameras to work on Pi 5
anyone got this issue fixed??Statistics: Posted by aikoon — Thu Jul 25, 2024 4:02 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Insights on Raspberry Pi 5 and Sony...
Can someone please help me making the Sony IMX working with Raspberry Pi 5.. I searched everywhere but couldn't find any tutorial All Sony sensors start with the IMX prefix. Which sensor are you...
View ArticleC/C++ • Re: WSL Cross Compilation for Pi Zero 2 W
One way is to run raspberry OS image inside chroot (or docker) via qemu user emulation - for docker see e.g. https://github.com/multiarch/qemu-user-static , same thing can be done without docker by...
View ArticleAdvanced users • Re: Question about official Pi4 Fan with RPiB3+.
Thanks for the replies!! I was worried because I read some topics here that said connecting a fan directly to the GPIO pins can damage the Pi due to voltage spikesStatistics: Posted by a_ioan — Fri...
View ArticleGeneral discussion • Re: When will there be a Raspberry Pi with at least 16GB...
...I wonder how Chuck Norris would increase the swap file or whether calc would even dare to crash for him.Anyway for other mortals it was definitely a helpful guide, thanks.I heard when Chuck Norris...
View ArticleGeneral • Re: Integrated RP2040 silicon
thisSeems to be one of those links which requires some sort of 'verification tag' to make it work. This worked for me...
View ArticleAdvanced users • Hardware PWM on GPIO12 of RPi4
I want to experiment with PWM pure signals (signals generated by a dedicated hardware, without any jitter caused by the running software). I tried to generate this signal on a RPi4B board on GPIO12.I...
View ArticleSDK • Re: How to reboot the Pico W into disk mode from my code?
I got a partial answer from the picotool team:You can set PICO_ENTER_USB_BOOT_ON_EXIT to do this (eg with target_compile_definitions(my_target PRIVATE PICO_ENTER_USB_BOOT_ON_EXIT=1 in your...
View ArticleSDK • Re: I'm curious why my sloppy code is actually smaller than optimized...
What compiler options are you using? In some strange cases, -Os is actually faster than -O3. Anyway, it should be smaller.Statistics: Posted by carlk3 — Fri Jul 26, 2024 4:04 pm
View ArticleGeneral • Re: Did I burn my Pico W ?
is there any way to retrieve my old files from that Pico ? Possibly but, if there's a fault on the Pico W which stops it being connected to, I imagine it's not going to be easy, would involve...
View ArticleGeneral discussion • Re: How to analyze if the output of adc is right or wrong
Another thought ...If you can capture the sine wave to a WAV file (see above) just play the thing as audio using the "aplay" utility and listen to it using the Mk1 ear.Statistics: Posted by RaspISteve...
View ArticleBeginners • raspberry pi 02w +ssd + lifespan
i purchased ssd for raspberry pi 02wtested,everything goodgetting around 30MB/s read and write i was searching for optimising ssd life i came to know linux update every data it read ,it means on...
View Article