Troubleshooting • Re: Bookworm feedback thread
raspi-config - underscan - Pi 4B 1GB Desktop Bookworm 32-bitI believe D1 option is new or recent, even if not it doesn't work when run via Telnet connection. It says it has enabled / disabled the...
View ArticleGeneral • Re: Driven insane by gremlins in connection between Pi4b and Pico
You might try adding ~100 ohm series source termination resistors as close as possible to the driving end of each line.Statistics: Posted by carlk3 — Wed Jun 26, 2024 1:05 am
View ArticleHATs and other add-ons • Re: HATs for connecting to the Internet without...
Thanks alot, I will either being buying the Sixfab HAT or the Waveshare link module you shared, didn't know they had that.Statistics: Posted by sns123 — Wed Jun 26, 2024 1:18 am
View ArticlePython • Help with reading multiple CAN messages with python
Goal of the project: I am using a raspberry pi and MCP2515 dual CAN board to read broadcasted 1MB CAN data from a standalone ECU in my car. The Pi will interpret the incoming CAN messages from the...
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
If a $60 Pi 5 does the job well enough for what I wanted I know what I'd chose and have $240 left in my pocket.Whether it will do the job for the OP I don't know. I suspect not.There is no such thing...
View ArticleGeneral discussion • Re: Power a breadboard with both 3.3v and 5v
It's fine. And you'll want to connect the ground rail on both sides together.Statistics: Posted by memjr — Wed Jun 26, 2024 3:06 am
View ArticleGeneral discussion • Re: Improve SSH communication?
Run vs code on computer, connect it to the pi via ssh. Now you have a terminal, you can create/move/edit/delete files and a plethora of plugins to choose from to get your work done.Statistics: Posted...
View ArticleGaming • (OpenMoHHA) Medal Of Honor: Allied Assault War Chest is now a...
HiI want to inform you that now OpenMoHAA allows you to play a base game plus two official expansions:- Medal of Honor: Allied Assault- Spearhead- BreakthroughSome bugs exist like in briefings, and a...
View ArticleGeneral discussion • Re: Pi 5 case for NVME?
You'll probably get a faster answer directly from the horse's mouth.Ask here: https://forum.argon40.com/Statistics: Posted by memjr — Wed Jun 26, 2024 3:10 am
View ArticlePython • Re: Help with reading multiple CAN messages with python
If I uncomment the remainder of the monitorlist (which is all of the messages I'm trying to read) I get errors when compiling and cannot figure out how to interpret a message individually from that...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - NVME boot - McuZone MPS2280
Sorry, but which kernel do you run?Code: pi@Pi5-3D-500:~ $ uname -aLinux Pi5-3D-500 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linuxand what EEPROM version do...
View ArticleGeneral discussion • Saving large files to SSD
If I record a large video and save it to an attached SSD or USB that’s plugged in to the Raspberry pi would I be able to plug it into my computer and download it at faster speeds than over the...
View ArticleCompute Module • Re: CM4 Obsolescence Date Discrepency
Thanks all. Of course now I see the email address of where to send feedback on the forward guidance doc.Statistics: Posted by piense — Thu Jun 27, 2024 2:25 am
View ArticleNetworking and servers • dhcpcd to prefer 5GHz?
I have a headless server that is using a wifi 6 usb adapter for connectivity.I think it is using dhcpcd to get the IP.Is there a way in the /etc/dhcpcd.conf to specify a preference for 5GHz?It used to...
View ArticleTroubleshooting • LCD with i2c backpack, installing libraries for python3
Raspberry Pi 4Debian Linux 12 (bookworm).Was trying out a few tutorials on programing a i2c lcd screen with my RPI 4.Many of the tutorials are wanting me to install the libraries with PIP. However...
View ArticleSDK • Re: Getting started with new Raspberry Pi Project - Unable to compile...
I think if you add:Code: set(PICO_BOARD pico_w)Oops. I checked the operation and found that both setting `PICO_BOARD=pico_w` and adding it to the library were required. In this case, either...
View ArticleGeneral discussion • Re: Saving large files to SSD
Whether or not you can sneakernet your files on a USB stick or SSD depends on what file system is set up on the removable device. RPiOS natively uses the Ext4 file system. Windows can't read or write...
View ArticleOff topic discussion • Re: Why did Dride Dashcams fail?
Why would anyone want a full fledged computer to make a camera?All you really need is so e ASIC chip or the like.Developing your own ASIC application is a lot more work and risk than building a camera...
View ArticleBeginners • Re: How to access Pi with no monitor, no wifi
thagrol and kipThanks for your replies. You and this forum are great resources..I've looked into each of the suggestions from thagrol.Ad-hoc wifi seems like the best option for me. As I dug in it got...
View ArticleTroubleshooting • Re: LCD with i2c backpack, installing libraries for python3
Simple and easy: follow the instructions given by pip.Statistics: Posted by memjr — Thu Jun 27, 2024 3:29 am
View Article