Python • Decimal digits extraction of 'Perfect Numbers' and Python's...
'Perfect Number #30'Code: import sysdef compute_perfect_number_52(): # Increase the digit limit for integer-to-string conversion sys.set_int_max_str_digits(10**8) # Set a sufficiently large limit #...
View ArticlePython • Re: Decimal digits extraction of 'Perfect Numbers' and Python's...
'Perfect Number #30'Code: import sysdef compute_perfect_number_52(): # Increase the digit limit for integer-to-string conversion sys.set_int_max_str_digits(10**8) # Set a sufficiently large limit #...
View ArticleAutomation, sensing and robotics • Re: Connecting Pi to 120VAC wall powered...
I really hope your instructors have given full advice and consideration to the dangers involved in mucking about with mains voltages.Not just the risk to the equipment but to life and limb...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: BTstack porting for RaspberryPi ZERO 2W?
Looking at the DT Source, I'd say it was GPIO on the Zero 2W.On the Zero W there isCode: "BT_ON", /* GPIO45 */which matches what you've already got, and for the Zero 2W there isCode: "BT_ON", /*...
View ArticleRaspberry Pi OS • Re: Compatibility new Raspberry Pi OS (6.6)
... These two—Python and OMXPlayer—are critical for my setup. Until a newer OS proves it can handle these requirements reliably, I'll likely stick with Buster for now.The hardware you bought years ago...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
This is only the 2nd time someone has reported such an Asynchronous SError to me. I'm afraid I don't know what could cause it.Have you tried flashing a Raspberry Pi OS version (e.g. the Lite version)...
View ArticleBeginners • Re: What's wrong with few OSes in Raspberry pi?
Kali is in the Imager app under "Other specific-purpose OS"There are lots of options for OSes, Kiosk, Media or 3D printer etc.But if you want other Linux OSes then you need to check those OSes main...
View ArticleHATs and other add-ons • Raspberry Pi "official" USB SDXC adapter...
Hi allNow that "official" RPi SDXC cards and USB adapters have become available, I ordered a 128GB card and one of these adapters (those with two USB plugs) together with a RPI 5 (8GB RAM) to try...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Temperature Troubleshooting
Wireless or ethernet?If wireless USB3 can interfere with it, I use ferrite clamps on USB3 leads which near enough stops the problem.Good though and I must get myself some of the clamps, thanks for the...
View ArticleGraphics programming • Re: Shared Memory on Pi5?
Probably need to read Pi/Videocore specifics in the Mesa3D drivershttps://docs.mesa3d.org/relnotes/24.3.0.htmlI do know there was a recent upgrade to increase the memory available, not sure which...
View ArticleGraphics, sound and multimedia • Re: First ever development project - Mini TV
If you’re using Bookworm the Simpsons TV tutorial won’t work as it uses the old omxplayer.At least give vlc a try.Hi,Yup, so I see. Well to get screen and driver working I'm on Buster, yay. Lightning...
View ArticleNetworking and servers • Re: Connect Raspberry to PC by ethernet
I need to connect Raspberry directly to my PC with ethernet to upload CODESYS programs or connect via ssh. How do I do this?I tried manually setting an ip for wired connection but it didn't work.Are...
View ArticleAdvanced users • Re: Image File Utilities
Code: root@HAS:~# blkid /dev/nvme0n1/dev/nvme0n1: TYPE="isw_raid_member"Ubuntu installed directly via RPi Imager on NVME SSD connected via USB-NVME adapter, then run on official RPi M.2 HAT+ hat. No...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S...
Hello,It's basically for a noise cancellation research purpose for a project.Statistics: Posted by electronics_enthu — Sun Nov 24, 2024 8:03 am
View ArticleTroubleshooting • Re: Audio and CEC issue/KMS vs FKMS
Thanks for the response. I'm had read somewhere that fkms is deprecated, but it's good to confirm. I wanted to include that information to show what options I've tried and prove that it isn't a...
View ArticleGeneral • Re: TMP117 break out boards, anyone using?
Yes please, that would be a big help Statistics: Posted by cookiesforsanta — Sun Nov 24, 2024 8:13 am
View ArticleNetworking and servers • Tor Router - Not able to ssh via eth1 (iptables...
I have a built a Tor router with Raspberry Pi 5 and a USB to Ethernet adapter. Everything works fine.My setup is, Raspbian Latest OS./etc/tor/torrcCode: AutomapHostsOnResolve 1AutomapHostsSuffixes...
View ArticleBeginners • Re: Systemd, gpiozero, permissions - boot vs shell
I also have a similar `No access to /dev/mem` error with my user service (managed using `systemctl --user` command).That suggest that at the time your service starts the /dev/gpio* device nodes do not...
View ArticleHATs and other add-ons • Re: Wifi 6e/7 6GHz USB adapters that work with the...
Yep, works well at 6GHz.Out of interest what sort of range line of sight do you get with it ?The pi 5 with the usb adapter is one floor almost directly above. According to the applet the signal...
View ArticleGeneral discussion • Re: Why can't I buy the Raspberry Pi 5 Desktop Kit in...
Thank You HKPhysicist! for sending the product's Link but I'll use Robu.in instead. Btw do you know whether Element14 ships their products to India?https://in.element14.com/Statistics: Posted by...
View Article