General • Re: Recommendations for layout lighting project
Anyway, back to the matter in hand. Although you haven't stated your power supply I'd suggest 12V, with groups of three LEDs in series with a dropper resistor. If you have any single LEDs, or you want...
View ArticleAdvanced users • Re: Raspberry Pi 5 Overclock CPU/GPU Safety
Your CPU or PMIC reaches 81C?Statistics: Posted by MiRaGe_BG — Mon Feb 05, 2024 8:27 am
View ArticleBeginners • Re: Wayland vnc connection using Android
Sorry for re-posting again, however I am noticing that whenever a certain period of time passes and I try to connect to the Pi5 again through realvnc of tigervnc I get a black screen ; is there...
View ArticleAdvanced users • Re: prevent auto resize
You could always use gparted to change partition sizes afterwards.I could, but them the system would first enlarge the partition to afterwards make it smaller again. While on a single device this...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
@dbrion1, je pense que vous n'avez pas bien lu. Il faut le lire comme ceci:[RPI] Kali Linux : https://www.kali.org/Distribution basée sur Debian, possède de nombreux bureaux et regroupe des outils de...
View ArticlePython • Re: Cannot open camera by index
Which OS ?As I said here viewtopic.php?t=364806 cv2.videocapture(0) won't work on Bullseye or Bookworm AFAIK, neither will RPI.GPIO on bookwormHi gordon,Is bookworm, use which code ya?Statistics:...
View ArticlePython • Re: Camera Window won't jump out
this works on my pi5... note my change in predictor pathCode: from imutils.video import VideoStreamfrom imutils import face_utilsfrom threading import Threadimport numpy as npfrom gpiozero import...
View ArticleOfficial Display • Re: Raspberry Pi 4 with official touchscreen no display...
What version of the OS are you using? It's sounds like Bookworm, so pretty recent, but that has always used /boot/formware/config.txt so I would have expected you to have had to use that a couple of...
View ArticleCamera board • Re: Pi HQ Scientific tuning file for Pi5 ?
Our next official apt release will include this file.Statistics: Posted by naushir — Mon Feb 05, 2024 9:04 am
View ArticleNetworking and servers • Re: [31/01/24 getting Urgent] sharing connection...
I need it wired in access point mode, so that why I need thisOkay, I'll bite. If you need an urgent solution, RaspAP is capable of hosting a wireless AP while simultaneously sharing a WLAN connection...
View ArticleFrançais • Re: gpio c++
salut les gars!donc j'ai creer un projet sur git dbrion1 : je vous trouve pas pour vous mettre en administrateur sur git merciStatistics: Posted by ludoraspberry — Tue Feb 06, 2024 8:31 am
View ArticleFrançais • Re: Pi 5 DAC et boitier
Laissez votre PI5 tout nu, à 'abri cependant des risques de chutes de café, pièces de métal sur la carte. (en attachant l carte deriière l'écran, ça a l'air sûr pour moi) Vous aurez un refroidissement...
View ArticleGeneral discussion • Re: Energy Saving Mode
Do you want it off for an hour then on for 20 minutes or off for 20 hours and on for a minute? The second option could use other devices, with higher power consumption, but with a built in clock to...
View ArticleSDK • Re: Pico SDK compilation question re placement of preprocessor directives
Yeah - that is hard to imagine - for sure... perhaps even silly. Not so silly. The intended use with the SDK is that you define a board file that defines all your pin usage; a board that uses all the...
View ArticleGeneral discussion • Re: TCExam
Does anyone have experience getting TCExam working on a raspberry pi? I can get everything loaded but when I try to log in it just reloads the login page again. I have apache2 php8.3 and mariadb and...
View ArticleCompute Module • Re: DPI display with CM4
sure will do, but in my project there are whole lot of dependencies which support till Debian v11 only.Statistics: Posted by neetesh — Tue Feb 06, 2024 8:51 am
View ArticleTroubleshooting • Re: calculating Volume using US units
If you want your calculation checked, then you need to show it, like in a maths test -- line by line, labelling what you think you are calculating and the intermediate result. Like the earlier example...
View ArticleCamera board • Re: URL with Camera module
If you get the latest rpicam-apps package through apt, this (hopefully) ought to get your above rpicam-vid command line working. Note that I have only tested this with ffplay on the client side. VLC...
View ArticleAutomation, sensing and robotics • Re: Decoding WWVB signal using pigpio
What are you using as a receiver? WWVB's frequency is right where a bunch of harmonics for LCD backlights kick in, so it's easy to pick up accidental noise instead of signal.Universal Solder's EverSet...
View ArticleC/C++ • Need help to implement MCP23S17
Hi ! I'm currently trying to read value from digital encoder connected on a bit expander but i've not found much example how to proceed. I've create a table that i communicate to my function to read...
View Article