Camera board • Raw Reprocessing in 2024
Hello, I know this has been asked quite a bit I have searched this topic and most posts are are almost a year old now. So now that its more than half way through 2024 and with the release of enhanced...
View ArticleMicroPython • Re: UART why is 0 not printing ?
hello,I send from an atmega32 over the UART 12 digits. there is a 0 in between, Python prints all numbers except the 0, nothing is printed at this location.How do I get that 0 printed ?thanks in...
View ArticleGeneral • Re: Cheaper RP2350 variants coming?
We are able to permanently fuse out either the Arm cores or the RISC-V cores during production test using the CRIT0 flagsthe main use i can see for that, is to be able to sell chips with manufacturing...
View ArticleBeginners • Re: RPi list of video resolution and refresh rate
Personally, I use 24" HD (1920x1080) as my main monitors.(With the addition of small 12" monitors of 1366x768 & 1280x1024, when just messing around with my other RPi).Statistics: Posted by...
View ArticleNetworking and servers • Re: [Solved] Bullseye via Network Bridge on Bookworm
And solved.The bridge needs connection.autoconnect-slaves 1 set either when creating it or with nmcli con mod [...]Still seems like odd behaviour to me though.@BLS: Thanks for pointing me at sdm....
View ArticleDevice Tree • Re: Enabling dtparms in dtoverlay
I plan to used I2S mic and use this dtoverlayCode: /dts-v1/;/plugin/;/ {compatible = "brcm,bcm2835";fragment@0 {target = <&i2s_clk_producer>;__overlay__ {status = "okay";};};fragment@1...
View ArticleGeneral • Routing USB connector through PCB
I am currently designing a PCB board that will connect to the pins on the raspberry Pi Pico and I was wondering if there is a way that I can reroute the usb connector on the board to the PCB board....
View ArticleGeneral discussion • Re: Data loggers for Ripening Avocados?
One detail that may make this more expensive: fruit ripening with ethylene can be exceptionally explodey. So your sensors, Raspberry Pi and power supply will have to explosion protected.If you are not...
View ArticleAdvanced users • Re: ssh known_hosts format and cleaning up
If you have temporary systems (for testing purposes), you can tell ssh to use a dummy known_hosts file with 'ssh -o UserKnownHostsFile=/dev/null user@host'. I reserve the 'raspberrypi' hostname for...
View ArticleRaspberry Pi OS • Re: Something Like .bash_logout, But for Shutdown
Does this help? https://unix.stackexchange.com/question ... e-shutdownStatistics: Posted by bls — Thu Aug 29, 2024 5:34 pm
View ArticleBeginners • Re: RPI3B and RPI4B icon on win7 FileExplorer problem.
Hi, initially I had chosen different names but then since many problems arose, I made many changes and I did not notice that in one of the two files that I indicated there were the same hostnames...
View ArticleMicroPython • Re: UART why is 0 not printing ?
i solved the problem, the main part was that i had the atmega32 (where the data came from) in 9 bit mode. I don't know exactly what went wrong, but after I had set the settings correctly, the 0 was...
View ArticleC/C++ • Re: CMake and arch-specific compiler options
Thanks. I have also discovered a potential issue with the bookworm armhf cross-compiler, which may mean I then need to build toolchains. If that turns out to be the case, it may well mean that my...
View ArticleRaspberry Pi OS • Re: Reading the Content of a File to a Variable
export MachineID=$(<DeviceName.txt)That is a bash-ism though. Not faster enough to be worth getting into the habit of, if you also need to write portable scripts ever. (Which in Debian-based...
View ArticleGeneral • Re: Pico2 easy upgrade or nightmare?
We will probably add a PICO_CARRIER_BOARD or similar in the future to make it easier for dealing with boards hosted on another boardStatistics: Posted by kilograham — Fri Aug 30, 2024 4:52 pm
View ArticleBeginners • Re: Raspberry pi 4B PSU question
There is one other side to this, which has yet to be mentioned. If you need to run a Pi from a higher voltage DC source, e.g. in a 12/24/48V automotive or telecom environment, you can do that with a...
View ArticleAdvanced users • Re: How to downgrade bookworm kernel from 6.6 to 6.1?
The Moxa Uport series of devices is supported in our default Linux kernels including 6.6 - https://github.com/raspberrypi/linux/bl ... /mxuport.cWhy do you need an out-of-tree driver?Statistics:...
View ArticleOther programming languages • Re: Implementing Vcgecmd And Exporting to...
Thank you very much. So depending on the model of the device, the video core has a different set of commands. I was testing today vcgencmd commands on Raspberry Pi 4 and found out that supported...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I see the Pi 5 8GB is low stock again at the Haverhill emportium, must be popular. Wonder why?Statistics: Posted by andrew_pi — Fri Aug 30, 2024 5:41 pm
View ArticleUbuntu • Re: Error installing ubuntu system, can't log in
did you use rpi imager, that has the fixed version.the ubuntu installer is crap, sometimes it may require trying more then once for a successful install.Statistics: Posted by kerry_s — Fri Aug 30,...
View Article