General discussion • add a spi master without enabling spidev
Hello,I am using Raspberry Pi v5.15.92-v7 and would like to add a spi master without enabling spidev. Based on that, I will be able to use my own device driver.At the beginning, I was referring to the...
View ArticleOff topic discussion • brunswickrocks
https://www.brunswickrocks.org/group/br ... d8ccc38c4fhttps://www.brunswickrocks.org/group/br ... be44e51305https://www.brunswickrocks.org/group/br ......
View ArticleOther projects • Re: Cheap SDR for 1G AMPS network
You could start here:https://hackaday.com/2021/06/02/how-to- ... e-network/Oh, wow. Nevermind! This was actually super useful. It had another project to simulate AMPS and that same project also...
View ArticleGeneral programming discussion • Re: Adding To Program
You probably need to read up on PHP-MySQLi https://www.w3schools.com/php/php_mysql_insert.aspBut you need to know the structure of the database, the easiest way of doing that is to use phpmyadmin.If...
View ArticleTroubleshooting • Re: Bookworm, screen lock and turning off monitor
I'm trying your suggestion, in my case it's the first line. So far so good, in about half a day's light use. Thank you. But I was never sure exactly what sequence of events caused the loss of the...
View ArticleGeneral discussion • Re: Any chance of a 16GB Raspberry Pi?
If and when there is a Raspberry Pi 6 will it come with 16GB RAM and will its price top 100 USD? Will people still be willing to pay that much?Depends, I don't have a Pi5 yet but this Pi400 has been a...
View ArticleSDK • Re: core1 hangs when core0 reads from XIP_BASE+N
i grabbed your broken code, and adjusted my cmake file slightly with: set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fstack-usage")after building it, this file was produced:Code:...
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
but I was moaning about your complacency.Life's too short to take a stand against everything one may disagree with and one has to pick the stands one is prepared to take. I'm not going to apologise...
View ArticleTroubleshooting • Trouble getting pmount running on Pi4
I'm trying to do this 2 monitor video looper project: https://www.dannyromano.com/raspberry-p ... eo-looper/It requires OMXplayer, so I'm using a Pi OS lite version of Buster (2021 05 28).The first...
View ArticleTroubleshooting • Re: What did i do wrong?
you've installed the lite version, it's command line only, no desktop.Statistics: Posted by kerry_s — Wed Jan 03, 2024 2:24 am
View ArticleTroubleshooting • My Raspberry Pi 5 will not boot
My Raspberry Pi 5 will not boot. In doing research I suspect the SD card has problems, but I will like that to be confirmed. How ever reading my notes I may be wrong. First off when I turn the Pi, I...
View ArticleTroubleshooting • Re: My Raspberry Pi 5 will not boot
can you post a photo of the diag screen?Statistics: Posted by cleverca22 — Wed Jan 03, 2024 2:34 am
View ArticleAdvanced users • Re: Image File Utilities
touch: failed to get attributes of '/snap/core22/867/usr/lib/systemd/system/run-mnt-ubuntux2dseed.mount.d/': No such file or directory This is almost certainly not a...
View ArticleGeneral • Re: CMakeLists.txt - excluding pioasm from build?
I appreciate the response.Well, I have determined one way to change the defaults,Code: target_compile_definitions(foo_bar PRIVATE PICO_DEFAULT_I2C=1)but I think I'm better off just using i2c0 or i2c1...
View ArticleTroubleshooting • Re: Raspberry Pi 5, official active cooler always running...
You are using RPiOS Bookworm?Statistics: Posted by pidd — Wed Jan 03, 2024 2:57 am
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
You might want to wait for Pi 500 instead.Pi500 would be a great replacement,but "We announce future products...."Not sure how long I will be waiting.Can you wash the coffee out of the Pi 400 keyboard...
View ArticleCamera board • Re: Taking RAW images with picamera2
Thanks for all the replies so far,I have taken your advice and have taken a DNG raw image, although I have some confusion when compared to my first methodFirstly, can I confirm the following code gets...
View ArticleNetworking and servers • Re: wi-fi | wifi disconnect
Thank you for all your replies. There was a dash (= "-") in my user-name, but, again, this user-name with a dash is applied since more than a year and the problem occurred twice since last October; I...
View ArticleAdvanced users • Re: Raspberry Pi 5 Overclock CPU/GPU Safety
That’s a lot of over_voltage. Close to 1.0V…May be try it at 1.1GHz GPU and most probably you won’t need any over_voltage for it.Statistics: Posted by MiRaGe_BG — Thu Jan 04, 2024 1:54 am
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 Article