Python • Re: ConfigUpdater / Parser import in Raspberry
Have you check the version numbers of the config module on each platform to see if the are the same?You showed the shell readout but is the error your program gives ?Statistics: Posted by DS256 — Mon...
View ArticleBeginners • Re: Bluetooth App as control for a tank chasis
Have a look at bluedot https://bluedot.readthedocs.io/en/late ... arted.htmlStatistics: Posted by neilgl — Mon Sep 30, 2024 9:30 pm
View ArticleBeginners • Re: breadboard and program complete.. what's next?
Or something with a 40 way header and protoboard like this https://www.amazon.co.uk/RKRPpt40-Brea ... B00OZXFBVGStatistics: Posted by neilgl — Mon Sep 30, 2024 9:40 pm
View ArticleGaming • Re: Here's a Really Daft Idea: A Pi4/Buster Emulator for Pi5
RetroPie is still in active development, but to gain access to the latest build of RetroPie, you would have to setup RetroPie manually:GitHub - RetroPie/RetroPie-Setup: Shell script to set up a...
View ArticleBeginners • Missing "Logout" from application menu
Running Raspian Bullseye (Version 11) on Raspberry Pi 4.The "Logout" item is missing from the application menu. What how can I get it back on the application menu?Statistics: Posted by RazBeryLerner —...
View ArticleHATs and other add-ons • Trouble waveshare game hat battery 18650
I have this Game Hat from Waveshare. Works fine but recently shutdown ten minutes lates o gaming. The Battery its charged but when i replace for other old battery (just 20 minutes of autonomy) this...
View ArticleSDK • Re: 'clock_get_hz' was not declared in this scope
Yeah, it works with that typo, haven't noticed till now, too (playing with fire on Pico 2)Code: ------- NEW CLOCKPOWMAN VREG 0x000000f0 POWMAN VREG_CTRL 0x0000a050 POWMAN VREG_STS 0x00000010 QMI...
View ArticleSDK • Re: Setting SCL,SDA pins for Serial2
Are you using uart0 for stdio (which pins?), and uart1 for debugging ?Statistics: Posted by gmx — Mon Sep 30, 2024 10:58 pm
View ArticleGeneral • Re: ADC DNL on Pico2
Maybe it's averages, not raw data, that would hide the holes.You also should check the signals on oscilloscope, to reveal small noise, or glitches, use AC input and higher amplification. On DC you'll...
View ArticleCamera board • Re: Raspberry Pi Camera Module 3 Not Working
I have flashed my 64GB SD card with the Raspberry Pi OS 64-bit Debian Bookworm. I am using a Raspberry Pi 4 Model B with 4GB RAM and an official Camera Module 3 I bought from Micro Center. When I...
View ArticleOther projects • Re: SDR Software Defined Radio - PI
I'm still on bullseye on my Pi 400 and I have gqrx installed from the repo and also guglielmo and qt-dab which I compiled from source. Additionally I have gqrx-scanner which adds scanner capability to...
View ArticleUbuntu • Re: No gfx acceleration on Ubuntu on rpi5?
have you tested your sd with raspberry pi diagnosticsorthe sd should have A2 & V30 printed on itStatistics: Posted by kerry_s — Mon Sep 30, 2024 11:58 pm
View ArticleHATs and other add-ons • Re: AI Kit - How to use GPIOs?
Thought I would add this question here. Now what gpio pins are actually used by the ai kit? If I dont want to stack it and use least amount of connections instead of a massive 40pin flex...
View ArticleGeneral discussion • Re: exact meaning of pi 5 vcgencmd get_throttled
I have a 40A 5V supply powering this thing, (yes, 200W, 40A, 5V), and yet I get 0x50000.The Pi is quite fussy about getting at least 5V all the time. The official PSU supplies 5.1V to make sure it...
View ArticleRaspberry Pi OS • Re: How do I make Thunar the default file manager?
in pcmanfm, right click a folder-> open with-> thunarThis only works for one time during setup. Then the folders open in pcmanfm anywayStatistics: Posted by smak15 — Tue Oct 01, 2024 11:14 pm
View ArticleGeneral • RP2350 modules - why not 1V8 support?
Dear community, mainly addressed to the Pico 2 board/module vendors:Why all these Pico 2 cannot support 1V8 logic (on GPIOs)?I need 1V8 logic levels (on PIO GPIOs, on SPI GPIOs etc., even in future I...
View ArticleBeginners • Re: Having DNS issues. Help
I have put a static IP address on the PI, but idk if that is whats causing the issue. I have tried what seems like almost everything but I have given up.Likely this is the cause. TryCode: # get the...
View ArticleTroubleshooting • Internet Radio Project
Hi everyone,I'm new here, and pretty new to programming too.I'm trying to build a "simple" internet radio, with minimal controls and options.Here is a list of parts I'm using :Raspberry Pi 5AudioBerry...
View ArticlePython • Re: CPU Temperature Test Not Working; Need File Format
'\xb0' is degree sign in many 8bit encodings, such as iso-8859-1, iso-8859-15, and cp1252. You could specify any of those.It would be better, though, to encode the file as UTF-8 so that it matches...
View ArticleGeneral discussion • Re: Alternate power source-100W USB-C connection
Current is pulled not pushed. The Pi won't draw more than it needs.*However...Is that a fixed 100W output or does it use USB PD? Or some other mechanism to control the output?100W is 20A at 5V. The...
View Article