Raspberry Pi OS • Re: lightweight display manager
okay, you do know lxde is dead/dyingthey moved on to lxqtX11 is also long been on the chopping blockmost of us custom users normally skip a login manager & just do the tty autologinSome of us...
View ArticleGeneral discussion • Re: Wll we get a better replacement option for desktop...
Excel is pre-Matlab, wooden ornamental hammer, used in tribal accounting rituals - especially "the bottom line" danceAccording tohttps://www.mathworks.com/company/techn ... atlab.htmlMatlab dates from...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
--- Day 21: Keypad Conundrum ---Code: ;;; Advent of code 2024 - day21, part1 & part2, on BPI-F3 RISC-V;;; Chez code --- Day 21: Keypad Conundrum ---(load "utils.so")(define movest (make-hashtable...
View ArticleCompute Module • Re: How to enable USB OTG on the CM5 IO board
Oh - I've not noticed that jumper before! I suspect it emulates the special OTG cables with a built-in resistor(?), for situations where you want the USB interface to auto-detect which role to be in....
View ArticleGeneral • Re: Weird behaviour reading Vsys voltage
const float conversion_factor = 3.3f / (1 << 12);[/code]I don't believe that's correct because it's dividing 'max' by 'steps', effectively 'N / (N+1)', which never exactly converts back to what...
View ArticleMicroPython • Re: MPY: soft reboot ? First test with my new Pico W
I solved my problem who was a bad choice of board inside Thonny Thank a lot for your contributionjclaudejStatistics: Posted by jclaudej — Thu Jan 30, 2025 4:20 am
View ArticleFrançais • Mon premier programmme sous MicroPython
Bonjour,Je débute avec ce language qui me semble plus compréhensible que le C++.Avec, me concernant, l'avantage de ne pas être compilé Néanmoins, je galère un petit peu avec le formatage d'une valeur...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi can't detect ST7567S I2C...
Which voltage is the I2C bus pulled to? Does it have pull-ups assembled at all?RPi is 3.3V only! Don't try to connect 5V logic signals without using level shifters.Which I2C bus on the PI did you...
View ArticleTroubleshooting • Re: Does the Raspberry Pi detect the Geekworm x862 v2.0...
What about adding product links when asking questions on third party HW?Googled that myself > a USB to SATA bridge, that only supports M.2 NGFF SSD 2280 So, when connected to USB without a drive...
View ArticleFrançais • RPI IMAGER et ADBLOCK
bonjour,je ne connais pas la politique de la fondation et du forum au regard des pubsdésolé si j’enfreins le reglementdans le soft RASPBERRY PI IMAGER, et pour le gros noob que je suis ,serais il...
View ArticleCompute Module • Re: Need Help: CM5 Lacks Composite Video Pin for Drone Project
Hi,Did you find any solution, please?What is the benefit of using a CM5 in favor of using a CM4?Statistics: Posted by aBUGSworstnightmare — Thu Jan 30, 2025 5:54 am
View ArticleGeneral discussion • Re: Beginners Question
You are aiming for individual control, right? You need addressable LED strips like WS2812. This is how you can interface them with Raspberry pi. https://www.theengineeringprojects.com/ ......
View ArticleSDK • RP2350 Repeating Timers Stop
Hello Everyone, I've come into an interesting problem with my RP2350 Pico2 Repeating Timers Stop when there is high demand on the CPU. This goes away seemingly if I remove the overclock. I'm using the...
View ArticleRaspberry Pi OS • Errors using legacy archive
I need to use python 2.7 for a project, so I installed jessie on a pi3. I have edited the sources.list to:deb http://legacy.raspbian.org/raspbian/ jessie main contrib non-free rpiI attempted an update...
View ArticleCamera board • Troubleshooting in camera
I followed this document online https://datasheets.raspberrypi.com/came ... manual.pdf.I have installed the python3-picamera2 library. However, when I run the code:Code: from picamera2 import...
View ArticleGeneral discussion • Looking for microphones...
I would like to create a "sound finder". You're probably wondering what the heck is that? Well, basically, I'm thinking of placing three microphones that can determine the direction of a sound. The...
View ArticleGeneral discussion • Ollama GUI: ChatGPT but offline and private and it runs...
Hello Forum! Just got finished putting the finishing touches on the newest addition to the Pi-Apps store: Ollama GUI.Even without an Internet connection, it works fine on a 8GB Pi5, and it answers any...
View ArticleOfficial Display • Re: Xfce 4.20 on the Touch Display 2
Can't you simply use the overlay; it has a 'rotation' parameter?viewtopic.php?p=2290698#p2290687Statistics: Posted by aBUGSworstnightmare — Fri Jan 31, 2025 4:51 am
View ArticleHATs and other add-ons • Re: CamJam Edukit Motor Controller Board Not Working...
I have no idea of the board but I'm very surprised that nowbody was asking for a picture of the setup and an explanation how OP is counting the pins and/or whic naming convention he/she...
View ArticleTroubleshooting • Re: Raspberry Pi 5 not working
are you using an adapter for the HDMI, or the proper cable?- i ask because the diagnostic display isn't appearing. either your HDMI cabling is suspect, or i think it's dead(since you already updated...
View Article