Deutsch • Re: Absolute Beginner
Wie hast Du den Pi installiert ??Evtl. lief da ja schon was schief ....Ansonsten halt mal in die Anleitung schauen.https://www.raspberrypi.com/documentati ... arted.htmlStatistics: Posted by NetSecond...
View ArticleTroubleshooting • Re: Raspberry Pi 5, Pi Os installation fails on nvme SSD...
I am having the exact same issue. My original working setup was: Raspberry Pi 4 SSK USB3 enclosure (controller IC Chipset RTL9210B) Transcend 64G SATA SSDThe RPi4 setup worked like that with no issues...
View ArticleBeginners • Re: Cold temperature controlled experiment with peltier modules
I can just share my experience using Zero in cold environment. It is now -24 C at my balcony and it keeps running. It has been there for couple of years. It gets regularly -25 in winter and I don't...
View ArticleMicroPython • Re: Timer does not exist
In MicroPython for Pico only software timers can be used, so there shouldn't be any number passed when creating the timer (technically it's -1, but it's the default).Also, the timer doesn't have a...
View ArticleCompute Module • Re: USB Device mode not working with OTG_ID tied to ground
I've not done USB gadget stuff on the CM4 but have on other Pi models (including A+ and 3A+ which also have the ID pin pulled low).I don't think the problem is with the ID pin. I suspect it's a...
View ArticleWanted • Re: micro hdmi dummy
I'm running a Pi4 booting to the graphical desktop headless. The dummy fools the Pi into thinking there is a monitor. Using a micro to standard cable plus the dummy is a bit cluttered. I can use a...
View ArticleBeginners • 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 ArticleAdvanced users • Control Multiple Stepper Motors with Pi 3
Hello!I am building a refreshable braille display using a Pi 3 B+ and a Stepper Motor System. The system works by rotating an octagonal disc each on 2 different stepper motor to display the...
View ArticleNetworking and servers • Re: Close to lose all my network-connections (wired...
Nothing and it is getting worse with time. What must I test or verify then?Statistics: Posted by Guylain — Fri Jan 05, 2024 12:36 am
View ArticleGeneral discussion • Re: Does Raspberry Pi 5 Support Serial Port on GPIO 14/15
If you need a login on UART0 you need to configure and enable a getty service on it (I don't so I'm not able to suggest the correct incantation)i believe systemd will automatically do that for every...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Difference between processor speed and...
Hello,According to the ARM Peripherals manual the system_clock_freq is 250 MHz. I am currently working with the RPI Zero 2 W, and I thought the processor speed would match the system_clock_freq which...
View ArticleTroubleshooting • Can no longer boot from SD after cloning to an SSD
I have been trying to clone my SD card to an SSD but now I am unable to boot from it or the SSD. I am using rpi-clone and everything looked like it was successful but now I am getting this error no...
View ArticlePython • Re: ValueError: invalid literal for int() with base 10:
Has something been changed that would cause this error,I don't know. My crystal ball is broken.Add some debug (even a print(thing_im_passing_to_int) will do) so that you can see what the "invalid...
View ArticleRaspberry Pi OS • Re: Heart Broken: My Love Affair With MotionEYE is Over
Me again ...The only other solution I've considered is have my own local email server that can be setup to forward to my paided-for provider using Oath2. However, from what I've heard setting up and...
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 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 Article