General 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 ArticleGaming • Re: (OpenMoHHA) Medal Of Honor: Allied Assault War Chest is now a...
Thanks. I will give it a try on a Pi 5 when I get a chance.Statistics: Posted by AndyD — Wed Jun 26, 2024 4:14 am
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 ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
Yea I am not sure why this isn't working. I can ssh, smb and pi connect in no issues at all but apache2 will not allow me to see it outside the network.I moved the pi 5 inline with the router via an...
View ArticleMicroPython • Bluetooth code issues.
Hi All. I want my Pico-W # 1( The Peripheral ) to send a message to Pico-W # 2 ( The Central ). The message is " Hello, nice to see you!'. I want this message printed on the Thonny Shell of Pico-W # 2...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - NVME boot - McuZone MPS2280
Hi,I discovered that I wasn't running the latest kernel or bootloader. While attempting to update the bootloader, the most recent version I found was from February 16. However, after updating the...
View ArticleTroubleshooting • Re: Pi5 PCIe NVME Boot from Hard Reset
Yes I have the Pineberry HatDrive V1 https://pineboards.io/products/hatdrive ... al-housingAs for the output from cat it was, for the model and firmware_rev respectivlyWD IX SN530...
View ArticleAdvanced users • Re: Reading the RTC
So no one knows how to read the RTC ?Statistics: Posted by theoldwizard1 — Thu Jun 27, 2024 4:51 am
View ArticleSDK • Re: Best Practices for Using TensorFlow Lite for Microcontrollers as a...
I guess I was overcomplicating things.I did not need to prepare any intermediate CMakeLists.txt file, and I was able to build only the code I needed without any problems by simply writing the...
View ArticleBeginners • Re: Number recognition from pictures?
If you're going to be learning that kind of image processing, especially with python, then you better start learning how to pay attention to what you read as you start your journey.The very message...
View Article