Troubleshooting • Re: Cloned SD to NVME - Need to re-image NVME using same SD
So you have only one uSD around?Simple fix is to prepare another uSD - which then has a differrent UUID for sure, boot from that uSD, delete the NVMe (i.e. Using gparted), then shutdown,swap the uSD...
View ArticleHATs and other add-ons • Re: Issue with using GPS and LTE network with Sim7000X
I'm not sure what is the issue, i do have a NB-IoT module with me, i will follow these steps and let you know soonStatistics: Posted by eldho1416 — Thu Apr 04, 2024 5:34 am
View ArticleBeginners • Re: Ambiguity in answer provided by 6by9 in a post that I can...
The Pi isp is used, any sensor isp is turned off.Statistics: Posted by jamesh — Thu Apr 04, 2024 5:36 am
View ArticleGeneral discussion • Re: Help with my very first project
What do you mean by ‘it breaks’?Do you see an error message? Do you see the countdown start?Are you uding Thonny to run this on the Pico?Statistics: Posted by rpiMike — Thu Apr 04, 2024 6:00 am
View ArticleGeneral • Re: A bad soldering or too much heat?
Dear GHP, very kind everyone, I think I have solved the problem on the second pico at least, and soon I will try to fix it on the first one too. Given that I had washed the board several times with...
View ArticleBeginners • Re: Problems installing raspian
You can do what you want, but it's foolish to make things more difficult for yourself.I did not want to get more stuff that I will just use once but I will have to use it.Statistics: Posted by cepi —...
View ArticleGeneral • Re: Connecting a lot of potentiometers to raspberry pi pico
Interesting setup, but possibly sensitive to noise as there are quite 'a lot of' analog wires through a not small setup.Another possible approach would be have 8 channel ADC e.g. MCP3008, each one...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How to low chip select pin 0.
The kernel SPI subsystem manages the chip select lines for you, ensuring the correct one is lowered for each transfer.Statistics: Posted by PhilE — Thu Apr 04, 2024 6:02 am
View ArticleTroubleshooting • Re: getting OSError: libbcm_host.so: cannot open shared...
Assuming it is a Pi Camera v1.3 connected to a Raspberry Pi 5 running Raspberry Pi OS 64-bit Bookworm, are you using Picamera2 in your python script or something else?yes, it's picam v1.3 and i'm...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Frame drop and delay in live video...
Hi, When I issue the following command v4l2-ctl --stream-mmap=3 --stream-count=1000 --stream-to=/dev/nullI'm getting sometimes 33fps , some-other time I'm getting 17fps . I also got 4fps initially and...
View ArticleC/C++ • Re: gcc_compile script - configure options for PiB or Pi3A ?
Another data point: a 2023 Acer Chromebook Spin 714 (see https://www.acer.com/us-en/chromebooks/ ... .KLAAA.001. I got it on sale for only $469 US. I replaced ChromeOS with Debian 12, a painful...
View ArticleGeneral • Re: C program, flush input, scanf(), menus, etc.
A well known gotcha with scanf() on any platform is that if you request an integer, like scanf(%i, &num); and the user enters a non-numeric character, the program will go into an infinite loop.No....
View ArticleTroubleshooting • Re: Pi5 HDMI sound not working if Pi starts after the...
..with help of this post viewtopic.php?t=358917&start=25#p2153560 copied EDID of my projector (when it is working) to Code: /boot/firmware and added Code:...
View ArticleBeginners • pi camera
hello, running a pi 4 8bg on raslbian os 64-bit. just ordered a pi camera rev 1.3. plugged it into proper connector but I cannot enable it on interface in raspi-config. camera option is not available....
View ArticleBeginners • Re: pi camera
That's no longer a thing. The camera will be detected when properly connected to the board.Statistics: Posted by memjr — Fri Apr 05, 2024 3:24 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Drive dual port MIPI DSI panel using...
@OP: if you have such panel, why not simply test it?asked a somehow similar question here viewtopic.php?t=321878 and also asked if RPi1 DSI1 outputs can be combined immediate after the Pi5...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Zero 2 W, libmraa
The library you're trying to install (libmraa) is not packaged in Debian/RaspiOS. Assuming https://github.com/eclipse/mraa?tab=readme-ov-file is the library you're trying to use, you have the option...
View ArticleOther projects • Re: A Birthday Present for Fido
In the first post of this threadThe SuperPET was an educational computer developed in cooperation with the University of Waterloo as an inexpensive environment for students to learn programming and...
View ArticleCompute Module • Re: Super6C CM4 does not detect NVMe
Support for third party products should be provided by third party -> https://deskpi.com/pages/faqsStatistics: Posted by aBUGSworstnightmare — Fri Apr 05, 2024 5:40 am
View ArticleBeginners • Re: reg raspberry pi 4 model B
Thanks for the replyI have downloaded the driver hplip-3.23.12.run and try to install, but i get the following message to proceed further.kindly suggest me with the details.Statistics: Posted by...
View Article