SDK • 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 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 ArticleSDK • Run fails in Pico Extension on Windows, need Zadig?
Windows 10 Pro, latest VS Code, and Pico Extension. Run issues.A Pico with Bootsel button held down appears as a drive, no problem. A .uf2 can be built from a created from example blink and dropped...
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 ArticleGeneral discussion • Re: Need To Learn
I think at first I think if I start it manually and then after each program is done, I'll have it start auto. Question: I already have a webserver running (not on the net yet). So how would I install...
View ArticleGeneral discussion • Re: Pi5 8GB vs 16GB - Geekbench 6
Do you have the same results?Sorry, no idea. I found it intriguing though and found this Geekbench comparison for RPI 5 with a wide discrepancy on reported results...
View ArticleGaming • Re: Iconic Arcade! Can't connect to the internet. Getting frustrated.
Yes everything connected to the starlink is working as intended. For some reason the device is juzt not downloading anything when I hit install.To the other response... I don't think yall know exactly...
View ArticleRaspberry Pi OS • labwc keybindings?
In X11 (vd. /etc/xdg/openbox/lxde-pi-rc.xml), Alt+F2 was mapped to execute lxpanelctl run. Is an equivalent action available in labwc?Also, after checking out the sample labwc rc.xml, I've tried...
View ArticleGeneral • Re: Use debug probe with PICO 2
I was able to down load, compilem and install openocd supporting RP2350.Here are the steps.First you need the cmsis-dap driver.I had to modify the file config.ac and comment line 23/Code:...
View ArticleCompute Module • Re: CM5 trouble with 7inch display on DSI
New cables finally arrived today. Pinouts are actually different. One pin that should be a ground is floating, and some grounds have no continuity to other grounds.Sincerely thanks for the help to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Small TFT based on ILI9341 ST7789 -...
I swapped miso with mosi..... now it works, thanks! What about touch? How can I make it work?Statistics: Posted by tomek_yeet — Sat Jan 11, 2025 11:16 pm
View Article