Beginners • Finding Sensor Drivers - MicroPython awesome list shout out
If you are looking for various sensor drivers for Raspberry Pi MicroPython a great resource is here:https://github.com/mcauser/awesome-micropython...it has saved me a lot of work many times!The list...
View ArticleGeneral discussion • Re: USB Button?
This single button is a USB HID device with configurable key code. Said device runs without any programs or drivers. Reading through the description, it's configured from a webpage the vendor has set...
View ArticleTroubleshooting • Re: I break my active cooler spacer
viewtopic.php?t=381637Would buy a need cooler because sourcing that is less pain. Would be better to check why your Pi5 temp is that high; is the device mounted in a case i.e.?I would expect that...
View ArticleRaspberry Pi OS • Re: Components needed for Debian to match Raspios
Currently the bookworm distro still only supports kernel v6.1.0-28 as the highest release. So hopefully with ARM getting into the hosting business there will be more current kernel versions...
View ArticleTroubleshooting • Re: constant freezing with the raspberry pi 5 under any...
Purchased a new pi 5 and once I get it, will run the same tests and compare backStatistics: Posted by Fee — Fri Jan 10, 2025 8:28 pm
View ArticleBeginners • Re: Transitioning from USB Drive to HDD for OS
Thank you. When the time comes I will study that and probably have a few questions to ensure I clearly understand each step you've outlined here.Statistics: Posted by cspan — Fri Jan 10, 2025 8:29 pm
View ArticleGeneral discussion • Re: Browser Login Question
firefoxCongratulations for spotting the question, I certainly didn't.Statistics: Posted by wildfire — Fri Jan 10, 2025 8:34 pm
View ArticleGeneral discussion • Re: Wll we get a better replacement option for desktop...
Thank you RonRThese options are not on on the "SD Card Copier" or similar IDE program I know of, one day when I get the calling, and not busy with other thing I will take time out to go through it...
View ArticleSDK • Re: Raw SDK performance is worse than arduino-pico
I assumed that arduino-pico and C sdk use the same compiler. That's why I was surprised to see 2x speed difference in calculation, but if it is not, that may explain the difference, though that may...
View ArticleTroubleshooting • Help uninstall program to save the system
Is there a way to uninstall software? That is, to restore system to the state before 'bad software' were installed.My RPi OS with desktop was downloaded 2 months ago and regularly sudo apt update,...
View ArticleRaspberry Pi 400 and 500 • Re: RPi 500, no M.2
If they didn't plan on using the m.2 connectors, why even have them to begin with? It must have cost money to design and use the parts they did. Doesn't make sense that they would invest some money in...
View ArticleBeginners • Re: Got my Raspberry Pi, but...
I really didn't expect that comment to be taken literally and for it to start an argument.Well, I came here for an argument but got contradiction...Really? Argument’s an intellectual process....
View ArticleGeneral discussion • Home Automation // need to use Bluetooth AND UART (for...
Hello,is there anyone around using Bluetooth AND UART (for whatever, I have a razberry 7)All I have read so far, is that there could be an issue for either.thank youStefanStatistics: Posted by...
View ArticleBeginners • Micro SSD card? With M.2 adaptor?
Last month I purchased online a Raspberry Pi SSD NVMe card for my Raspberri Pi 5. I purchased it from a chain store called PiShop Inc. When it arrived however, the note on the box said "Requires a...
View ArticleGeneral discussion • Re: What Firefox extensions are you using?
I use PureVPN Firefox extension.Statistics: Posted by andrew_pi — Sat Jan 11, 2025 8:12 pm
View ArticleBeginners • Re: Actual headless boot
Success!I have no idea why but all of a sudden it "just works"? I just dd'ed a new SD card, plugged er in.This is the actual log prior to booting /bsd:Code: U-Boot 2021.10 (Mar 03 2024 - 10:35:09...
View ArticleMicroPython • Re: Is regular Pi Pico bricking normal?
I've never had to use nuke, holding the bootsel down when reboot has always ended up with it appearing as a storqge device and being easily reprogrammed. That works for Pico SDK programs, also works...
View ArticleGeneral discussion • Re: Need To Learn
This forum is a phpBB installation with a custom layout.It requires the so called LAMP stack - Linux, Apache, MySQL and PHP.There are many guides on how to install the required components.Note that...
View ArticleSDK • Re: I2C random timeouts using i2c_write_timeout_us()
More tests has been done and I can't really figure out what is going on.Checking my notes I realized I had not tested all speeds between 10kHz to 80kHz, but only gotten around to test at speeds 10,...
View ArticleJava • Re: Pi4J does not work correctly with PI5 in a Java project
Are you sure that python script runs OK on a Pi5 ? It gives me an error on a Pi5:Code: RuntimeError: Cannot determine SOC peripheral base addressThe error is because a Pi5 has a different GPIO chip so...
View Article