Python • Re: RPI Servo
I would add an additional loop which executes accept(). If connection terminates, a server should accept() again.In addition to this: TCP socket implement a byte stream, not a message interface....
View ArticleAdvanced users • Buildroot + u-boot + raspberry-pi image generation
I've rattled around considerably but haven't been able to shed much light on this issue. I've created a vanilla (u-boot less) buildroot build for raspberrypi0w_defconfig which appears fine but then...
View ArticleTroubleshooting • Re: Pi 5 not booting
but what is RP1 not found?Statistics: Posted by IshanSehgal — Fri Jan 19, 2024 6:37 pm
View ArticleBeginners • Re: Static IP issues, instructions on the net dont work
...I have no problem setting up static ip using raspi-config. If you're using Raspberry Pi OS, configure through raspi-config and nmtui should works fine. Or you can just setup static ip bind to your...
View ArticleRaspberry Pi OS • Re: PyCharm Community Edition working on RPi5
HiI've just got my new RPi5 with a clean install of Bookworm. I tried installing PyCharm Community Edition from a previously saved tar.gz that I had used on my RPi4 but it came up with a lot of...
View ArticleBeginners • Re: Noob - My samsung 256gb sd card says only 4mb in the windows...
@nickoxfordWhile you are here please learn to use the correct units. Like Linux, the characters are case sensitive. G and M, not g and m. m is milli which is 1/1000. b and B are often used for bit and...
View ArticleTroubleshooting • Re: soil humidity sensor returns binary
No idea as you have not given us any details...what sensor, model Pi, OS + version. How do you read the sensor. programming language and code etcStatistics: Posted by DirkS — Sat Jan 20, 2024 7:00 pm
View ArticleAdvanced users • Re: Overclocking beyond limits
Also I see people using over_voltage=15 but that just causes it not to boot at all regardless of frequency and the measured output voltage doesn't change so wonder if that's something they changed in...
View ArticleTroubleshooting • Re: Error trying to install MicroPython
Probably because there is no internet connection to download it.Laptop with internet disconnected (WiFI off):Statistics: Posted by neilgl — Sat Jan 20, 2024 7:03 pm
View ArticleBeginners • Re: Reading digital sensor with Python script
Are you running on the current "Bookworm" version of Raspberry Pi OS or something else?Statistics: Posted by neilgl — Sat Jan 20, 2024 7:06 pm
View ArticleAdvanced users • Re: RASPBERRY PI TV hat
Can the RPi decode satellite signal from a satellite dish.No.Statistics: Posted by wildfire — Sat Jan 20, 2024 7:06 pm
View ArticleGeneral • Re: Debugging session with Pico Probe hangs on 'sleep_ms()'.
Hi, if you don't need the sleep functionality, that is if you are just waiting then try busy_wait_ms().Statistics: Posted by szoshi — Sat Jan 20, 2024 7:10 pm
View ArticleTroubleshooting • Re: Pi 5 not booting as spec - method to get rid of power...
I have further invetigated now:There is also no output on the serial debug interface, prior to pushing the power button. Is there a way to push the button automatically through a external cricut?...
View ArticleAdvanced users • Re: TRYBOOT_A_B not booting into secondary boot partition...
works well now by using MBRThanks @fdub_t2Statistics: Posted by piwi — Sat Jan 20, 2024 7:16 pm
View ArticleFrançais • Re: Gros probleme pour mon projet de fin d'annee
C'est un projet scolaire oui mais on a le droit de tout utiliser mais je n'ai pas trop envie de derranger mon tuteur voici le l'alimentation dsm-0530 j'ai essayé sur 2 servo moteur mais c'est la meme...
View ArticleFrançais • Re: gpio c++
je suis d'accord ce n'est pas un jeu !apres le fait d'utiliser des fonction dans mon code est peut etre pas la bonne decision de l'ecrire sans eviterai les globalspour moi c'etait plus facile a...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
I wondered if there are any downsides to installing the SDK on my new-ish RPi 5?Downsides are -It will take time to install.It will use up disk space.As will the prerequisites needed to use it.I...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 5 with Gentoo
Oh, I forgot about this. So, smooth video playback waiting for Pi 6. h264 decoding support missing it's strange, as it's still a common standard.But, anyway, video playback on Raspios it's still much...
View ArticleGeneral discussion • Re: rpi5 (power) schematic
can rpi foundation please provide a scensored schematic.really really need to understand the power-scheme to the 4x USB connectors. can I rely on my 5V fed via the gpio header to support a larger...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Ars had a nice write-up on this very topic.You'll also notice that "watching a ton of videos" was not on my list. YouTube videos are generally playable but drop frames, especially if you're trying to...
View Article