Raspberry Pi Connect • Re: unable to instal rpi-connect
Hello, I am having a similar issue. I installed the updated raspbian version of bookworm, and when I launch sudo apt install rpi-connect I get the same error. My os-release looks like this...
View ArticleSDK • Re: Typo in 'picotool'
I was presuming 'kilograham' would notice it in passing, while checking the sub-forum, or one of the mods or engineers would bring it to his attention.Statistics: Posted by hippy — Sat Aug 24, 2024...
View ArticleTroubleshooting • Problems with setting up Access point
Hello, everyone I am setting up my pi 4 to run a jellyfin server and as part of this I have set up an access point so even without internet connection I can get access to my media.I have two...
View ArticleAdvanced users • 24/7 repeat hardware failure
I have a YSF Digital voice gateway running and it originally started life on a pi3 of dubious history, this eventually died to be put on a newer pi3 and it met it's end when wall wart died.Thinking I...
View ArticleTroubleshooting • Re: Running Bullseye, did a update and now VLC has problems.
The fix was on our internal repo. I've tested it and hw decode works again with vlc and kodi on bullseye.I've been told this has been pushed to public (but it may take a short while to reach all...
View ArticleGeneral • Re: Problems with "host_cdc_msc_hid" example
To me this is the most frustrating thing about the Pico's build environment. You seem to require a Priest on hand when you expand upon your projects. Granted I've only been using C/C++ for a quarter...
View ArticleAdvanced users • unable to open video device
I succeed to activate motion by raspberry pi 5 and I used the camera with 'ov5647'.{motion.service - Motion detection video capture daemonLoaded: loaded (/lib/systemd/system/motion.service; enabled;...
View ArticleTroubleshooting • Re: WPA3/SAE does not work on Pi 3b+/4/5 w/bookworm
Actually, scratch that. If you grab the latest wpa_supplicant and network-manager from the RPiOS repos, it will connect to an SAE/WPA3 SSID.just use apt and run with it. I was unable to use wpa_cli...
View ArticleRaspberry Pi OS • Re: GUIDE: A keyboard-centric config for RPiOS (Bookworm) +...
Why is it so hard for some to just say awesome job. Anyways ...Thank you so much for this. Its just what I needed. Love the config.Statistics: Posted by gaiaprime — Sun Aug 25, 2024 12:56 am
View ArticleBeginners • missinf wayfire.ini
After updating from bullseye to bookworm (12.6), I cannot seem to find the wayfire.ini file. I navigate to the /home/[user]/.config folder, but the ini file is not there. I wanted to add the autostart...
View ArticleBeginners • Re: missinf wayfire.ini
the only recommended way to move from release to release is a clean installbullseye did not have wayfire, so updating will not get you wayfire, you only get whats already installed.Statistics: Posted...
View ArticlePython • Re: AttributeError: 'App' object has no attribute 'button' tkinter...
Hello All, I'm new to python and programming in general, I'm trying to create a GUI that changes between frames when I press a physical button on my raspberry pi, but I'm getting the error of App...
View ArticleNetworking and servers • Re: Control Raspberry Pi Via Networkless Interface
To answer your question, it would not be the first time a troll comes around. But if you're not, then you're not.Given that you gave flask as an example of what you'd like to access, and flask can...
View ArticleTroubleshooting • arecord: pcm_read:2221: read error: Input/output error
Hi,I just bought pi zero 2w & IQaudio codec zero.The command "arecord -D plughw:1,0 -f S16_LE -r 44100 -c 2 -d 5 test.wav" has error:arecord: pcm_read read error: Input/output error The os is...
View ArticleOff topic discussion • Re: Mini-Keyboard with "Windows" and...
Don't get too attached to it. Back pedalling a few years, my first mini keyboard was so good I waxed lyrical about it on amazon. I ordered two more a few months later. Same seller. Same order found in...
View ArticleC/C++ • Re: CMake and arch-specific compiler options
It's for the main reason (mucking up the host) that I avoid cross-compiles like the plague. Much easier to farm off the compilation to specific boxes.Exactly I have 8 different targets, ALL of them...
View ArticleMicroPython • Two PIOs for more as 32 instructions
I have a successfully working MDIO PIO interface (in MicroPython), based on oscilloscope waveform.But it creates some questions, such as:1. Use two PIOs in order to split the number of instructions...
View ArticleSDK • Re: First attempts to use hardware_powman
Realistically, turning off SRAM1 will only matter if you go to sleep. See the RP2350 DS to get an estimate.From 6.2.2. Power States (page 434), SRAM1 power draw is the difference between P0.0 and...
View ArticleMicroPython • PIO MicroPython MDIO - for you
Sharing with you: my MDIO interface implementation (clause 22 and clause 45 are possible) with PICO PIO (in MicroPython on RP2350, PICO 2).What is MDIO?MDIO is used for instance: talking to an ETH PHY...
View ArticleTroubleshooting • rtc_pcf8563: /sys/class/rtc/rtc0/wakealarm is missing
With updating the kernel to 6.6.31,The /sys/class/rtc/rtc0/wakealarm file disappeared. I have also noticed the discussion on this issue. Indeed, after using alexandrebelloni/linux@7b6c32a patch and...
View Article