SDK • Re: RISC-V and tinyusb support
Your TinyUSB submodule is out of date1. Did you do a "git submodule update" after updating your SDK?2. Make sure you used a fresh (recreated) build directoryStatistics: Posted by kilograham — Tue Sep...
View ArticleNetworking and servers • Re: RAID setup problem
It doesn't seem to be able to load anything, would you have any idea what I could do?Buy a Dell server with hardware raid.Statistics: Posted by foxsquirrel — Wed Sep 11, 2024 12:00 am
View ArticleGaming • Batocera Bluetooth on Pi5
My Batocera Pi5 build is in a home theater rack, so the on board BT is not gonna cut it. I have a BT adapter (on the approved list for Batocera). I booted up a new image, it was working fine, but...
View ArticleMicroPython • rp2350 i2c target frequency
I just got my RP2350 Pico 2 board today and tried an I2C bus scan for devices.Code: import machinei2c=machine.I2C(1,sda=machine.Pin(6), scl=machine.Pin(7), freq=1000000)devices = i2c.scan()I am using...
View ArticleAutomation, sensing and robotics • Re: Automatic Bat detector.
Guys,A little box turned up today.For info its slightly different from the image in both the App and and earlier images. Instead of the surface mounted buttons it has capacitive pads. It took me a...
View ArticleTroubleshooting • Re: Is there any chance to get my Pi working again?
Here's what I would do with my Pi.Rinse it with water, then shake it all off really well, then then spray it with 90% (or higher) isopropyl alcohol with will make remaining moisture evaporate away....
View ArticleGeneral discussion • Re: Raspberry Pi 5 and i2c OLED DIsplay not working
This errorCode: RuntimeError: Cannot determine SOC peripheral base addressis from a gpio library that is not compatible with the Raspberry Pi 5. I had a poke around, but I couldn't pinpoint the code...
View ArticleC/C++ • Re: Someone from another forum is pulling my leg
The book says 10 bytes the program below says 8 bytesIt might really help us if you told us which book says that.Can you provide a link to the "other forum" post?Some very minor sleuthing turned up...
View ArticleMicroPython • Re: Accept hanging on Pico W python
Given this problem shows with the example of how to code a webserver for the Pico W on the Raspberry Pi website and similar variations appear on a whole host of other sites ...Because they're all...
View ArticleAdvanced users • Re: Image File Utilities
Just noticed something with my backups of Ubuntu 24.04. The Bootfs mounting for /boot/firmware is unmounted during backup and not mounted afterwards. The weird thing is it doesn't do it every time....
View ArticleBare metal, Assembly language • Re: RPI touchscreen and Circle
Yes, it is definitely an 'Official 7" Raspberry Pi Touchscreen'.I have a few of them purchased not long after they became available (2017?).Is it possible that the initialisation for the screen...
View ArticleGeneral discussion • Re: HW RAID
GE,Thanks for all your resposes.The reason, why I need HW RAID is due to EXSi...Why EXSi?... Don't have to time to study "how to" in Proxmos... And it's more comfortable and user friendly (for me).I...
View ArticleBeginners • Re: Pi5 vs Microsoft Teams
I assumed there was a web interface but the Microsoft splurge talks about the new teams app and that previous interfaces stopped working in July 2024.So i guess that is my question:- does teams still...
View ArticleTroubleshooting • Re: Pi 5 not accessible by other Pi’s Mount
thagrol, hortimech:Thanks for the suggestions; so far not working: still getting Error 2, no such file or directory.Did:Remove the symlink /Share_Videos Then sudo ln -s /home/barry/Videos /srv/Videos...
View ArticleAdvanced users • Get rpi-2712 kernel for RPi 5 after upgrade from Debian 11...
I've sucessfully upgraded from Debian 11 to Debian 12. After that I only had kernel version 6.1.21-v8+ Installing the latest image from 4th July gives you the much newer kernel 6.6.31. Thats very...
View ArticleGeneral • Re: RP2350 arm floating point support
Note, with all this in mind, we take great pains not to use any FP code during SDK init, thus your exotic RP2040 programs (or mine like Doom) with very tight stack requirements that don't use FP...
View ArticleAdvanced users • Re: Get rpi-2712 kernel for RPi 5 after upgrade from Debian...
The July image will give you 6.6.31, but 6.6.47 has been out for about a week in the APT repositories. It's not critical to keep the images right up to the latest kernel, as long as they support the...
View ArticleMicroPython • Re: Alternatives to ADC/HX711 - ADS1256 CS1237
Have a look at NAU7802; you may have to do some searching in Github but there are some Python repos and CircuitPython repos you can draw from.Statistics: Posted by languer — Thu Sep 12, 2024 11:47 pm
View ArticleOff topic discussion • Re: Boolean Algebra?
The notation is getting very confusing. Unfortunately the meaning of ^ seems different than ^ in C.Because ∧ and ^ are different characters.Statistics: Posted by davidcoton — Thu Sep 12, 2024 11:48 pm
View ArticleTroubleshooting • Re: Chromium issue after latest updates
rpi5 hardware is slow, so they opted for software since it's faster.make sure you have rpi-chromium-mods since your using chromiumStatistics: Posted by kerry_s — Thu Sep 12, 2024 11:54 pm
View Article