Networking and servers • Re: Offline hotspot and local webserver
I dont got unlimited data. anyways. i figured it out. heres a script based on a guide a found with a few touches.Code: #!/bin/bash# Update and install required packagesecho "Updating system and...
View ArticleAutomation, sensing and robotics • Re: Leviton D215S Control
just need to control the D215S without Google/Alexa.Yes. You need different hardware, such as Shelly or Tasmota.Statistics: Posted by ame — Sat Jan 18, 2025 7:49 pm
View ArticleFor sale • Re: Raspberry Pi 15.6" Monitor Stand
Sorry I thought as this was in for sale it would be ok to start a thread in general discussion, but if it not allowed Ive deleted the threadStatistics: Posted by BobbySmalls — Sat Jan 18, 2025 7:53 pm
View ArticleRaspberry Pi OS • Re: Warning messages updating rpi-eeprom today
I won't reboot till an explanation from engineers.Statistics: Posted by keyboardman — Sat Jan 18, 2025 8:14 pm
View ArticleMicroPython • Re: Pico and OLED Screen (OSError: [Errno 5] EIO)
Corrected link: https://littlebirdelectronics.com.au/pr ... dule-whiteProbably you have to deal with RES pin, put it high to get it out of Reset state.Statistics: Posted by gmx — Sat Jan 18, 2025 8:26...
View ArticleOther RP2040 boards • Re: Custom RP2040 Constantly Recognised as Mass Storage...
I think @dp11 comment was rather diplomatic: this layout is extremely poor!Ironically, the fact that the crystal is half a mile away from the RP2040 (usually a criticism) maybe adds enough stray...
View ArticleAutomation, sensing and robotics • Re: Sine Wave R/W - Frequency Identification
I’ll be perfectly honest and admit that some of these terms are beyond my pay-grade. You seem knowledgeable, what approach would you go for to precisely locate 12 different ID’s on a board like this?I...
View ArticleCamera board • Re: Raspberry Camera Module 3 and /dev/video0
Jan 18, 2025Hello:Does anyone have recent experience using RasPi Cam, and shooting 660 fps, or better? Quite some time back, the guy:https://www.youtube.com/watch?v=m7gUZpjF-1sposted info on how to...
View ArticlePython • Re: Keep getting this error message
I can confirm that since putting in a clean OS, that due to upgrading Python, for whatever reasons unbeknown only to me, kinda messed things up. All running smoothly now. And I can also confirm, I...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Running 6.12.10 on a Pi5 16GB RAM, active cooler and 512GB NVME Kit works like a charm.faster-whisper with model large-v3-turbo seems to run faster than on 6.6.x with virtual NUMA settings. CPU load...
View ArticleTroubleshooting • Re: Realvnc pulldown menu in wrong location
Well, I found a work-around for this issue.Log out and log back in while screen resolution is 1920x1080.Then the menus pop up in the right locations.Statistics: Posted by cpottle9 — Sun Jan 19, 2025...
View ArticleGeneral • Problen with interrupt in assembly riscv on pico2
I'm trying to program a usb connection in riscv assembler on the pico2 starting from the example dev_lowlevel.c and of course without using the SDK.In this example, we don't see where the interrupt...
View ArticleGraphics, sound and multimedia • The Camberwell Parrot - Pico-based Eurorack...
A few months back I decided it was about time I did something useful with the Raspberry Pi Pico microcontroller, so I set out to design a clockable audio delay in Eurorack format.Along the way I hit...
View ArticleBeginners • Re: pigpiod: System does not appear to be a raspberry pi
If it is remote GPIO you are looking for and not local, then https://abyz.me.uk/lg/py_rgpio.htmlIs the generic alternative (made by the same person/people) as pigpio.It would be nice if RPiOS looked...
View ArticleHATs and other add-ons • Re: Your experience of PCIe 2 or 3 on RPi 5?
It's a completely standard NVME drive. It will "just work".yes, it has been running perfectly on default official speed of gen 2. Following the installation guide and it works from the start.Can I ask...
View ArticleOfficial Display • Re: Stopping the console appearing on Touch Display 2
The mapping to /dev/input* devices is not static, and is likely to change based on probe order. You're better off matching against the input device name.Touch devices are generally consistent in the...
View ArticlePython • Re: KeyboardInterrupt in While True statement
I guess you're using os.system. Don't use it.Sample to demonstrate:Code: import osimport subprocessdef video1(): # blocking call # grabs stdin, stdout, stderr and KeyboardInterrupt # simply, never use...
View ArticleGeneral discussion • Unknown device with RM 1 detected by lsblk even there is...
I'm busy testing next raspiBackup release 0.7.0 and use RaspianOS lite for this. Some additional partitions are also created to test a new feature.Code: pi@raspberrypi-bookworm64-lite-beta:~ $...
View ArticleGeneral discussion • Re: Unknown device with RM 1 detected by lsblk even...
I missed to add details about my system:Code: pi@raspberrypi-bookworm64-lite-beta:~ $ uname -aLinux raspberrypi-bookworm64-lite-beta 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3...
View ArticleGeneral • Re: Capacitor on Pico power feed?
katak255, that link was great as buried way down in there was a mention of putting a 1n4148st diode on the DRV. Now, your never going to believe this, but in July 2023 I bought some diodes off eBay...
View Article