Other projects • Vintage Phone Pi4
Hello all !I have one dusty Rpi4 that I used for many years as a server and now I have an idea to bring it back to life.I have a restaurant and by the entrance there is a small telephone cabin. My...
View ArticleRaspberry Pi OS • Re: GCC 14.1.0 with Bookworm on RPI5
My script just does the wget once at the start.Hi there, I apologize for bumping this thread. That said, I have been trying to use your script to build an older version of GCC (before 11.0) on my Pi4B...
View ArticleTroubleshooting • Symptom: Raspberry Pi3 does not maintain stable wlan0...
OS: Raspberry Pi OS Bookworm Lite (64 Bit)Platform: RPi 3 B+Issue: after several hours of operation, all of the Pi3 on the network lose wifi connectivity (see log below). Pi4 on 5GHz are not impacted....
View ArticleCompute Module • Re: GPIO cannot read Magnetic Reed Door Sensor
That code works OK on a pizero2 running Bullseye 32-bit with Desktop.I simulate the reed switch on GPIO16 using raspi-gpio with the script already running:Code: pi@pibull32:~ $ raspi-gpio set 16 op...
View ArticleCamera board • Re: Dead lock on ScalerCrop control with Picamera2
Hi again, yes, you have to use eitherCode: with camera.controls as controls: # ...orCode: camera.set_controls(...)but you can't put the latter inside the former because they will fight over access to...
View ArticleTroubleshooting • RPi4 Not Booting Correctly
Hello,I recently set up 6 Raspberry Pi 4Bs as media players in a museum, and am having issues regarding booting every morning. The red light is solid with no green light. I have to manually unplug and...
View ArticleOther projects • Re: Vintage Phone Pi4
A vintage phone is very likely to have a carbon microphone. You should consider replacing that with a modern electret type compatible with the audio card (HAT or USB) that you also require to get...
View ArticleNetworking and servers • Re: Ideas for controlling a Raspberry Pi 5 via...
If the Pi has been previously paired then unpair via Settings/Bluetooth. The old pairing will not be recognised by btferret which uses its own custom pairing process. On my HP tablet, if the Pi is...
View ArticleGeneral discussion • Re: Auto output to HDMI on startup question
This would be on an OS Lite version of Debian and ultimately would like it to run headless. Err if it's running headless there will be nothing to recieve the HDMI signals.Or is your definition of...
View ArticleTroubleshooting • Re: Problem getting Plex to see my external hard drive
This is the video i Followed the only thing different i did is that my harddrive was formatted in NTFS. and the permissions were set on chmod 755 /DATA/Media/USB/Still no link.You can't set owner....
View ArticleTroubleshooting • Re: button stops listening further input after single press
May past experience with gpiozero is that a new callback won't fire until the last one has finised.That means the maximum rate is every two (if LED is off) or four (if LED is on) seconds.Statistics:...
View ArticleGeneral discussion • Re: Mosquitto -h option
mosquitto_pub sends a message to a mqtt server. The -h tells the command the address of the server to send that message to.Meanwhile mosquitto.conf is the configuration file in the mosquitto server...
View ArticleGeneral • Re: Pico 2, RP2350A & -B, RP2354A & -B
There's a second QSPI CS in GPIO bank 0 (QMI CS1n).Statistics: Posted by horuable — Thu Aug 08, 2024 3:49 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
I wonder - is it costly and/or hard to implement compared to other hardware blocks? Yes, yes, and some other technical stuff. I did ask why and I have clearly forgotten the exact answer. I know the...
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
Yes, the bootloader is open source and hosted on github, here:https://github.com/muzkr/hachiHaven't figured out what I'm going to do next, or what I can do. There is a vague idea of introducing Lua...
View ArticleTroubleshooting • Re: Pi5 more susceptible to glitches on Vdd
Don't switch the supercapacitor power, connect the diode to the main supply instead of the switched supply.Having not looked at the data sheet ....I'm not sure you need the supercapacitor at all,...
View ArticleGeneral discussion • Re: RaspberryPi in ITX format // ExplainingComputers and...
I forgot to mention third-party products of which there are a few.Much as I would like a Pi in a format which can nicely and easily fit into a traditional desktop mini-tower case I can't see the...
View ArticleTroubleshooting • Re: Lxterminal not displaying foreign characters
Looks about right nowCode: $...
View ArticleNetworking and servers • Re: Resolving host.local problems
Probably need to know your router, AP/Mesh/LAN setup.My TP-Link Deco's (mesh) are useless at this, for instance.Statistics: Posted by bensimmo — Thu Aug 08, 2024 4:22 pm
View ArticleBeginners • Re: How can I drive a vibrating motor by GPIO?
Usually we would use a transistor (or a MOSFET) connected to the GPIO to drive the external device.What is the "motor controller board" ? Can you post a picture (using Attachments)?Statistics: Posted...
View Article