Beginners • Re: Wrong Pixels Lighting Up on WS2812B Strip
Probably a race condition or something in your code. Post your code for someone to peruse it, or try the "rubber duck" style of debugging, where you narrate in detail to a rubber duck (or cuddly toy,...
View ArticleBeginners • Re: How does RP measure current supply?
Thanks. Those bits of code are in the terminal on a linux version? The standard RP OS?Statistics: Posted by EHB — Sun Mar 03, 2024 11:21 pm
View ArticleRaspberry Pi OS • Re: Why 32bit Bookworm Not Recommended in PI Imager for ZERO W
whats the memory use like with bookworm ?i went with bullseye, the recommended.Statistics: Posted by kerry_s — Mon Mar 04, 2024 10:58 pm
View ArticleTroubleshooting • Re: Destination Host Unreachable
Which Pi?Which OS?How did you force the static IP?Statistics: Posted by pidd — Mon Mar 04, 2024 11:00 pm
View ArticleBeginners • Re: Easily make ASCII art with this new script
Added a few characters that were missing before. (One of the Quadrant characters was missing, and a few for Box Drawing)To get the new changes:Code: cd ./unicode-artgit pullStatistics: Posted by...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Sounds interesting.I realise I didn't post my reply to you previous post, so:Not really sure, but as it is there, and the standard scripts are meant allow control of them, I asked!As I normally run...
View ArticlePython • Re: How do I fix this Python code?
I watched this tutorial by Sam Westby Tech that was VERY helpful. (I recommend you watch it. Title: Controlling Your Raspberry Pi With a BUTTON) I found out what you had been saying I should do and...
View ArticleBeginners • Need Help Connecting Light Sensor
Hi! I have a light sensor, XUX0ARCTT16, and no idea how to use it with my Raspberry Pi.Here's the product information: https://telemecaniquesensors.com/global ... UX0ARCTT16There's 5 wire screw...
View ArticleNetworking and servers • Re: Can't get MacOS drive mounted on Pi Zero 2 W
Thanks for your suggestion. I was able to figure out my issue. Since I was specifying my Mac's login name and password in the mount command, the mounted folder should not include the "/Users/Dave"...
View ArticleGeneral discussion • Surveillance robot with raspberry pi and camera...
Please guys can someone help me in raspberry pi surveillance robot with camera raspberry pi please ?? Give me code or something anything pleaseStatistics: Posted by Baraa — Tue Mar 05, 2024 10:45 pm
View ArticleSDK • Re: i2c_read_blocking() causes pico to hang
Don't know if it's the problem. RP2040 GPIO pull-ups don't conduct enough current to meet rise time requirements for I2C Fast Mode (400kHz). I2C Standard Mode (100kHz) or lower might work. Use...
View ArticleGeneral discussion • Re: Wiring multiple photoelectric sensors to RPI 4
you could read the datasheet er, that won't tell you anything about the pi GPIO pins will it?Statistics: Posted by neilgl — Tue Mar 05, 2024 10:50 pm
View ArticleGeneral discussion • Re: Surveillance robot with raspberry pi and camera...
Maybe start with these camera projects https://projects.raspberrypi.org/en/pro ... h-picamerahttps://magpi.raspberrypi.com/articles/ ... a-projectsand robot https://projects.raspberrypi.org/en/pat ......
View ArticleOther • Re: PI5 Network drivers win11?
Obviously Iam not that tech savy, but yeah I installed windows 11 on my PI5 works fine except no ethernet or Wifi adapter is beeing installed, so without any drivers Iam at a loss and no access to the...
View ArticleBeginners • Re: How do I get serial on pins 14&15 rpi5
Should I be using /dev/ttyAMA10 or /dev/ttyAMA0 for pins 14 & 15? On r pi 5.Statistics: Posted by Al98 — Tue Mar 05, 2024 11:02 pm
View ArticleAdvanced users • Re: Can't Turn off screen over CEC
Thanks the xrand commands work, but I was also hoping to turn the monitor / tv off with CEC if possible, do you know of a way to do this on bookworm?Statistics: Posted by roy503 — Tue Mar 05, 2024...
View ArticleBeginners • Re: Unable to Control Brightness on Raspberry Pi 4B Running...
Thanks this is exactly what I needed for controlling HDMI on my Pi 5 BookwormStatistics: Posted by p1r473 — Tue Mar 05, 2024 11:10 pm
View ArticleTroubleshooting • Re: Unable to delete kiauh files (doesn’t exist)
Are you sure it's really a file? Not a directory, and not a link? m What is the output of "ls -l' for the file?Ah thank you, I had been trying to remove a directory not a file, I’m a bit new to this ....
View ArticleSDK • Re: pico_sdk_import.cmake question
I'm sure you know what you are doing, but to be extra clear, you set the variable in your globals (not from command line), logged out then in again, then tried cmake?If so, what does this show from...
View ArticleAutomation, sensing and robotics • Re: Water Sensor YF-B4 With 2 Cable Temp...
Thank you very much for taking the time to reply. I'll go back to the manufacturer and see if they have a datasheet on the sensorStatistics: Posted by hkdan — Wed Mar 06, 2024 12:21 am
View Article