Networking and servers • Re: wi-fi | wifi disconnect
You didn't say anything about your wifi network, but since it went away on its own and then came back, it seems that would be worth looking into a bit. Is your wifi provided by your router (what...
View ArticleRaspberry Pi OS • watchdog on 64 bit bookworm.
Please can anyone tell me how to use the watchdog on 64 bit bookworm lite?My watchdog.service keeps saying it can't access /dev/watchdogAlso, some people say the configuration of what I want watched...
View ArticleRaspberry Pi OS • Re: Bookworm is GREAT!...but
what model rpiuse diagnostics to test the drive.did you overclock, bookworm does not like gpu overclock.what are you doing at the time of lockupStatistics: Posted by kerry_s — Thu Jan 04, 2024 2:32 am
View ArticleGeneral discussion • Will there be a Raspberry Pi OS Bookworm for PC?
Hi,I was considering installing Debian with Raspberry Pi desktop on a VM on my computer for testing purposes, however the latest version of Debian with Raspberry Pi desktop offered is 11 (bullseye)....
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
I'm sorta new to programming and bought a Pi 4 during summer 2023 to help with that. The main thing I do on my Pi, however, is play games on RetroPie with my younger siblings. The Pi is the COOLEST...
View ArticleOff topic discussion • Re: LOL: Somewhere in the UK... [JOKE]
I'll check eBay next time only Pimoroni's got em!Statistics: Posted by skinmarquee — Thu Jan 04, 2024 2:48 am
View ArticleRaspberry Pi OS • Re: Replacing NetworkManager with dhcpcd on Bookworm (a...
I tried to follow what the OP suggested but to manage eth0 with dhcpcd (and not wlan0). But it doesn't work on bookworm. Has anyone managed to replace NetworkManager with dhcpcd for managing...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: add a spi master without enabling spidev
Eventually found a post which shows how to address this issueviewtopic.php?t=151423Statistics: Posted by crane — Thu Jan 04, 2024 3:27 am
View ArticleWanted • Re: micro hdmi dummy
you can do that purely in softwarevc4.force_hotplug=3 will force the hotplug detect to think a display is connected, its a bit field, so 1 is the first port, 2 is the 2nd port, and 3 is both...
View ArticleGeneral discussion • Re: Does Raspberry Pi 5 Support Serial Port on GPIO 14/15
Code: dtparam=uart0 # Enable UART0/ttyAMA0 on GPIO 14 & 15dtparam=uart0_console # Enable UART0/ttyAMA0 on GPIO 14 & 15 and make it the console UARTStatistics: Posted by RonR — Fri Jan 05, 2024...
View ArticleGeneral discussion • Re: Debugging Pico W with Pi5 swd connection is not working
It says it needs to access gpio 11. I have nothing connected to 11.and what is the contents of interface/sysfsgpio-raspberrypi.cfg ?around line 12Statistics: Posted by Pranjol93 — Fri Jan 05, 2024...
View ArticleGeneral • Re: MPU6050_i2c
Ok arduino or C-SDK? please could you specify the reference of the example c/c++ code. Could you put your source code on gisth or github.A picture of your setup will help also.I'm using pico c sdk ,...
View ArticleAdvanced users • Wiring to adjust fan speed and damper opening
Hi everyone,I have a plan to adjust the damper opening variation using damper actuator and adjust the EC fan speed variation using fan speed controller.Here is the first picture is the wiring of the...
View ArticleGeneral discussion • Re: Pi 5 Portable Project Power Question
Hmm, when you mention changing the pi config are you talking about setting usb_max_current_enable=1?My understanding was that this only affected how much power it will allocate to USB devices, I guess...
View ArticleAdvanced users • Re: Control Multiple Stepper Motors with Pi 3
Thanks!Statistics: Posted by JDawg — Fri Jan 05, 2024 3:45 am
View ArticleBeginners • Re: Raspberry Pi provides 5V pins but GPIO is not 5V tolerant
Maybe I'm actually still confused about the terms used here,I see that the 40 Pins that are here are sometimes all called GPIO in some articles, while I only see GPIO as pins that are written with...
View ArticleTroubleshooting • Re: Raspberry Pi 5, Pi Os installation fails on nvme SSD...
I was not aware that the RT9210 firmware could be updated.Also: after updating the USB fix from the link in my previous message, I can run the disk performance tests that someone else mentioned...
View ArticleBeginners • Re: Transmission of sensor data long rang
Thank you guys, it is a start in the right direction! Now. How to I transmit sensor data and a live video link? Do I need two transmitter? I was looking at a hat for the pi, as it contains the sensors...
View ArticleAdvanced users • Re: Wiring to adjust fan speed and damper opening
Isn't this the same question that you already posted?viewtopic.php?p=2174031#p2174031Statistics: Posted by ame — Fri Jan 05, 2024 3:58 am
View ArticleTroubleshooting • 'command not found' but only when running daphne using sudo
Trying to run daphne on port 443.This is the command: sudo daphne -e ssl:443:privateKey=/etc/ssl/mycerts/apache.key:certKey=/etc/ssl/mycerts/apache.pem myProject.asgi:applicationThe following error is...
View Article