Networking and servers • Re: Web development on the pi 4 with apache2
Im a beginner to this topic so dont mind me, i recently upgraded to developing a web game kinda thing from using localhost on my machine to putting it onto my pi4 using apache. I was wondering if...
View ArticleTroubleshooting • Re: Jumping Mouse
You aren't using a metal case are you?I found that the wireless mouse and keyboard were very erratic with a metal case, despite the fact that the dongles sat outside it.Statistics: Posted by...
View ArticleNetworking and servers • Re: Antenna for better reception?
You could try disabling the onboard wifi and use a USB wifi adaptor with an antenna instead. That will probably give you a better signal than the onboard one.Statistics: Posted by rpdom — Thu May 02,...
View ArticleHATs and other add-ons • Re: Raspberry Pi w/ 24 switches & hat
Grounds can be shared.For connecting many switches you could connect them in a matrix with rows and columns (which is how a keyboard works). You set each column to output high in turn and see which...
View ArticleTroubleshooting • Re: Trouble with MHS 3.5 screen - The orientation does not...
X must be rendering to a DRM / KMS display device to support rotations. The fact that your display is reporting as "default" says that it's a simple fbdev device.That display looks to be a clone of...
View ArticleTroubleshooting • Re: PCIe port plastic ribbon retention clip
Thank you so much to RGJ-Pi for sending the relacement clip - arrived intact this morning - so this weekend will be a Pi weekend for sure - thanks Statistics: Posted by Woodsie — Fri May 03, 2024...
View ArticleAutomation, sensing and robotics • Re: Can't measure resistors
Had some spare time, two resistors and a pico on my desk.Use the resistors in series, power from GPIO pin and measure adc values as indicated.Pretty simple. Here the setup (excluding the pico)The...
View ArticleSDK • What is the code path to main()?
Hi, I recently bought myself a pico and am beginning my learning journey. I've stumbled a little over the CMake set up - I've never used CMake, and I'm finding myself fairly resistant to wanting to...
View ArticleGeneral discussion • Re: Raspbian Lite Image
Some of it can be done with the standard Raspberry Pi Imager.Much more with sdm from forum user bls (and supported here).Statistics: Posted by davidcoton — Fri May 03, 2024 10:46 am
View ArticleMicroPython • Re: PicoW - Cell Phone/Windows prompt for PassWord after...
I get the SSID on both my phone SSID list and the Windows SSID's available list and connect to the Pico W without entering the password, that has to change.I can't recall all the details but when I...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
One thing nobody else seems to have mentioned is the possibility of a Raspberry Pi USB 3 hub product. This was first suggested several months ago when two USB PIDs was added to the Raspberry Pi PID...
View ArticlePython • Failure of successive file.writes in callback routine
Code: def lightcallback(channel): # night time function global flagnight # do this to use variable within function time.sleep(0.1) # DEBOUNCE delay to remove false positives if GPIO.input(18)==0: #...
View ArticleTroubleshooting • Volume icon not visible after update
Hi,I have a lot of new problems with bookworm. I hoped to resolve a few of them by doing an update (since a month ago) but now the volume icon is gone. Yes it is still in the list of menu bar plugins,...
View ArticleBeginners • Re: Pi Backup to shared NTFS drive (CIFS)
That said, SMB to NTFS isn't how I'd do it either. I'd go with nfs to a Linux native filesystem if the NAS device supports it.I also wouldn't use NTFS and SMB on a router. nfs is the right way to go....
View ArticlePython • Re: Failure of successive file.writes in callback routine
Need the complete code, callbacks should be as short (in time) as possible.Statistics: Posted by rpiMike — Fri May 03, 2024 11:25 am
View ArticleCamera board • Re: Camera Module 3 with Rasp. Zero Does not WORk
Good news - that camera seems to be working.Does this create an image ?Code: rpicam-jpeg -o test.jpgBy the way - are you running Bullseye LITE or with desktop?Statistics: Posted by neilgl — Fri May...
View ArticleFrançais • aide a l'installe de qt creator
je viens d'installer sur mon rpi 4 64bits bullseye et je n'arrive pas avoir les kits ???merci de m'aider a l'installation ?Statistics: Posted by ludoraspberry — Sat May 04, 2024 10:58 am
View ArticleSDK • Re: Could use a sanity check of this code
Several parts of this look a bit odd.Starting with the trivial, Code: pwm_set_enabled(Tach_Slice, true);pwm_set_mask_enabled(1 << Tach_Slice);Those two lines do exactly the same thing - you...
View ArticleFrançais • Re: poisson d'Avril
Hardi les gars, vire au guindeauGood bye farewell, good bye farewellHardi les gars, adieu BordeauxHourra! oh Mexico oooAu cap Horn, il ne fera pas chaudHaul away hé, hou là tchalezA faire la pêche au...
View ArticleRaspberry Pi OS • Re: RP1 - Raspberry Pi OS
Your best bet for getting the Pi 1 working, particularly if it only has 256MB of memory, is to use the lite version of Raspberry Pi OS, i.e. without the GUI desktop. I used my old 256MB Pi 1B as a...
View Article