Beginners • Re: Viable portable power supply for RPI 5?
Statistics: Posted by memjr — Thu Jan 09, 2025 10:31 pm
View ArticleGeneral discussion • Re: Raspberry Pi 2 new installation, no icons
I downloaded RP and installed on a new SD card. It loaded but the only thing visible on screen is this Japanese ficherman and the waste basket. What do I do to get the menu up on screen?Did you use...
View ArticleBeginners • Re: How do I get around Debian not recognising architecture types?
You CAN NOT get X86_64 assembler to run on any ARM processor, they are different device types. It will never work, you are wasting your time. Write your code in C/C++ and COMPILE it on ARM. Forget...
View ArticleTroubleshooting • Re: I break my active cooler spacer
for example when i stress test my board for 5 or 10 min i feedback for temp around 67CEasily within tolerance levels (80 Degrees + before your pi even thinks about throttling), I wouldn't call 67c...
View ArticleBeginners • Re: Transitioning from USB Drive to HDD for OS
I agree with Thagrol.I always keep the OS and data on different devices if at all possible. It makes recovery much easier.Could you point me to a tutorial or suggestion showing how to achieve this...
View ArticleSDK • Re: Raw SDK performance is worse than arduino-pico
Thanks all for your interest and comments! To enable easier testing for you, I uploaded all files into a Github repo, which includes the C sdk code, arduino code, and python script for serial...
View ArticleFrançais • problème de connection ssh
Bonjour,Je rencontre plusieurs problèmes lors de la configuration de mon Raspberry Pi.J'ai commencé par télécharger raspberry pi imager pour flasher ma carte SD 64gb avec l'OS 64 liteLors du premier...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Getting CM4, Waveshare...
Many thanks for the advice I received here. The camera is working, and I probably wouldn't have been able to do it without your help. I'd hoped to document my working configuration and post it here,...
View ArticleBeginners • Re: Issue with PI apps and Minecraft download
No, now when I type : "sudo apt install Pi Apps" I get answer " Unable to locate package Pi" and "Unable to locate package Apps"...what should I do now?Thank you all for help.Statistics: Posted by...
View ArticleGeneral • Re: PIO Autopull blocks?
I use the OSR directly by loading it as the first " pull block". You can then load X with " mov x, osr". Then you can pull more into the osr and use X as data. If you use X as a counter (or otherwise...
View ArticleGeneral discussion • Play sound according to time in an excel file
Hi everyone and thank you in advance. I am new to the pi ecosystem and i have an idea but not sure how to make it happen. - i want to run an android/IOS app on raspberry pi (not sure which type,...
View ArticleRaspberry Pi 400 and 500 • Re: RPi 500, no M.2
The reason I want it is because it's faster and more dependable then micro SD, which can wear out over time.SSD also wear out over time. Granted, they're better at wear leveling and...
View ArticleGeneral discussion • Re: Wll we get a better replacement option for desktop...
Use timeshift for system backups.deja-dup, pika backup, rsync, etc for backing up your /home data.I have used my pi400 as my desktop computer since 2021, I have had very few problems.Yes that was...
View ArticleTroubleshooting • Re: Networks in upper 5 GHz Wi-Fi not found
Why is your WiFi country code not set? You MUST set that before doing anything else. Use sudo raspi-config then option 5 then L4.Statistics: Posted by DougieLawson — Fri Jan 10, 2025 10:16 pm
View ArticleOff topic discussion • Re: Connecting RPi to WiFi in a school
If it were me, I'd consider a number of possibilities (which have--pretty much--already been suggested). First is to have a chat with whoever manages the school WLAN to see if that person would be...
View ArticleGeneral discussion • How to use SSH with two Linux machines?
Hello,This is my first time using SSH, and I want to use SSH to control my Raspberry Pi 400, from my laptop running Linux Mint 22 (Wilma). Do I need to do any setup in the Pi's terminal? In case you...
View ArticleGeneral discussion • Having error mounting my SSD Drive
Hi everyone, I'm brand new to Linux and I'm having trouble mounting my SSD Drive to my Raspberry Pi 1.My ultimate goal is to get the Pi to become a NAS Drive Hub where I'm able to host my drives over...
View ArticleGeneral discussion • Re: How to use SSH with two Linux machines?
Hello,This is my first time using SSH, and I want to use SSH to control my Raspberry Pi 400, from my laptop running Linux Mint 22 (Wilma). Do I need to do any setup in the Pi's terminal? In case you...
View ArticleGeneral discussion • Re: Having error mounting my SSD Drive
This will likely help viewtopic.php?t=302752Statistics: Posted by DS256 — Fri Jan 10, 2025 11:34 pm
View ArticleSDK • Re: I2C random timeouts using i2c_write_timeout_us()
Thank you for pointing out some pieces that are quite necessary. I will try list the relevant ones.- On the other end is a smart battery using SMBus v1.1 and the reason for speed around 20kHz.- Tests...
View Article