Beginners • Re: Booting from External SSD with USB and without NVME HAT
I want to buy Raspberry Pi 5. I am a complete beginner. I don't want to use SDcard, but I want to boot with an external SSD without using HAT.For example I want to use [Crucial ® X6 Portable...
View ArticleTroubleshooting • Re: How to disable userconfig.service and enable getty
Thank you all. Yes I should've made a few things a bit more clear: the machine setting up the rpi hasn't got a GUI interface, and yes I meant Zero 2 W.I appreciate the suggestions by thagrol, and it...
View ArticleNetworking and servers • udhcpc & SixFab modem
I am following a tutorial on getting my cellular modem hat running on my Rasp Pi.The tutorial is here : https://docs.sixfab.com/page/setting-up ... ing-libqmi and if I follow the tutorial it seems to...
View ArticleRaspberry Pi OS • Bookworm is GREAT!...but
I am pleased with the new OS but at the worst times it locks up.Previous OS's no problem.Is there a fix.USB use for keyboard/mouse, Arduino IDE boards and SSD...thats it.Statistics: Posted by...
View ArticleUser groups and events • Are there any events in Canada?
Hello!I was just wondering if there are any Raspberry Pi events in Canada?Thanks!Statistics: Posted by bluepig600 — Thu Jan 04, 2024 1:28 am
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
You might want to wait for Pi 500 instead.Pi500 would be a great replacement,but "We announce future products...."Not sure how long I will be waiting.Can you wash the coffee out of the Pi 400 keyboard...
View ArticleCamera board • Re: Taking RAW images with picamera2
Thanks for all the replies so far,Does the following code also get the raw camera data as an array?Code: picam2.capture_array("raw").view(np.uint16)Statistics: Posted by Harisunn_ — Thu Jan 04, 2024...
View ArticleAdvanced users • Re: Control Multiple Stepper Motors with Pi 3
Yes.In general, the stepper motor will be connected to a driver. On one side of the driver are the high current lines for energising the stepper coils. On the other side are the low-voltage signals...
View ArticleCamera board • Re: availability of starvis2 camera modules for raspberry pi
Thank you for your interest in our products.Because we need kernel build with the driver to add the new sensors (general users do not want to do this, we guess.), we are delivering our STARVIS2 camera...
View ArticleGraphics, sound and multimedia • Re: Batteries for Allo Isolator with a USB C...
I did see that on the Allo site, but it has a DC jack with a 2.5mm plug whereas mine has a USB C so I was not sure it would be correct for my version.You've got a newer version of the isolator. The...
View ArticlePython • Re: ValueError: invalid literal for int() with base 10:
Everything was fine here at midnight on the 3rd of January.You could try adding some code which logs what your program is doing. Then log the thing that is about to get processed by the line that...
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
...This is gripes against the tools, not the library.That it is. But since they're authored by the same person, I guess there must be some connection there, eh?Not really IMO. You can alter the...
View ArticleTroubleshooting • Re: Pi 4b Ethernet not working, no internet
Try another ethernet cable, it accounts for around 80% of ethernet problems.Statistics: Posted by pidd — Fri Jan 05, 2024 1:17 am
View ArticleGeneral discussion • Debugging Pico W with Pi5 swd connection is not working
Hi I am trying to debug hello world on Raspberry Pi Pico W.I have connected pi5 to pico using SWD connection. But when i am running openocd command it is showing this error. Have anyone faced this?I...
View ArticleGeneral discussion • Re: Debugging Pico W with Pi5 swd connection is not working
https://github.com/raspberrypi/openocd/ ... native.cfghttps://github.com/raspberrypi/openocd/ ... pi-swd.cfgthat interface uses the native gpio of the SoCbut for the pi5, you must use the RP1...
View ArticleAutomation, sensing and robotics • Re: how to find GPIO keys
Never mind, I found the board documentation on github.Statistics: Posted by a person — Fri Jan 05, 2024 1:51 am
View ArticleGeneral discussion • Re: Pi 5 Portable Project Power Question
However, digging into the details it mentions an "XH2.54 Male Port 12.6V 2A voltage output port.The 5V output is capable of 5A but you will have to do the override config on the PI5 as it won't have...
View ArticleBare metal, Assembly language • Re: Boot exception levels
I do believe RPi kernel starts in EL2, otherwise KVM would not be able to work properlyyeah, that got changed at some point, and broke some baremetal stuff i was usingforgot about that...
View ArticleTroubleshooting • Re: VPN para Raspberry Pi
I don't normally run wireguard, but I had no problems installing it on Debian 12 aarch64 a couple of months ago.You might get better assistance from the pivpn team directly.Statistics: Posted by bls —...
View ArticleAdvanced users • Re: No prompt for Creating Disk Partitions
In case anyone's interested, sdm V11 is released and includes a new plugin to create disk partitions in an IMG or on an SSD/SD Card.Statistics: Posted by bls — Sat Jan 06, 2024 12:12 am
View Article