General discussion • Re: A Royal Pi...
He should knight a Pi board. Accomplishes nothing, I know, but it would be one of those "fun" things. Statistics: Posted by memjr — Fri Jul 12, 2024 6:39 pm
View ArticleRaspberry Pi OS • Re: Wifi broken on 64-bit image after all 2022-04 releases...
In the last image that works for me and others on their wifi network is 2022-04 bullseye release, that I manually upgraded to bookworm, holding back upgrading the firmware-brcm80211 package, I asked...
View ArticleMicroPython • Re: MQTT Pico to Pi: failed connection
The above suggestion worked. Pico W and RPi connect and I can publish and receive between them. Thanks a ton.Statistics: Posted by excynimphica — Fri Jul 12, 2024 6:51 pm
View ArticleTroubleshooting • Re: RPi 5 HDMI issues.
All,Turns out the issue was the adaptor I was using for the micro hdmi. I highly suggest getting a micro hdmi to hdmi cable instead of an adapter.Thanks for the support!Statistics: Posted by Claytee —...
View ArticleNetworking and servers • Re: Possible ? Pi5 with 2 unpowered USB3 hubs and 8...
I am soon to acquire a Raspberry Pi 5 8Gb and am hoping to turn it into a "simple" LAN-only network file server with read-only files, using overlayfs.I have around 8 NTFS externally powered usb3 disks...
View ArticleTroubleshooting • Re: Replacing usb 3.0 port.
Getting a double USB3 socket off a board is not easy especially if you want to reuse it. Statistics: Posted by drgeoff — Sat Jul 13, 2024 5:31 pm
View ArticleAutomation, sensing and robotics • Re: Which DataBase for weather logging
I believe you'll want a Time Series Database and I see no need for relations. You're basically just make a CSV file into a database instead.Search on noSQL and TSDB.Something lightweight. TinyDB is...
View ArticleAdvanced users • Re: Connection between raspberry and a USB host (Raspberry...
The problem is that my electronic engineering colleagues do not believe in the possibility of transferring data from a Raspberry 4b through the USB-C port since for them this is exclusively power.I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Device sysfs interface documentation
Is the code the only source of documentation?As mentioned above there's also the datasheet...Easy to find on the internet.Statistics: Posted by DirkS — Sat Jul 13, 2024 5:54 pm
View ArticleGeneral • Re: Powering the Pico via a disassembled 5V wall adapter
Use an enclosed psu that is designed to be fitted in a case.https://cpc.farnell.com/mean-well/rs-15 ... skMpsk1gqIOkay. I'll look at this. In this case you're still cutting the end of a power cable...
View ArticleTroubleshooting • Mount Failed but why?
Hello, i got a Rpi 4 and i mounted already 3 HDDs.Now i want to add a 12 TB HDD but the mount fails.What i did:i folowed this guid https://www.thomas-krenn.com/de/wiki/Fe ... bian_Linuxofc i made ext4...
View ArticleTroubleshooting • "dd" Command Won't Produce a Bootable SD card
After setting up a Raspberry Pi, I made a backup image of the SD card, by using the "dd" command. Now that I want to retrieve that image, back onto an SD card, I've noticed that the SD card won't...
View ArticleTroubleshooting • Re: Mount Failed but why?
Could be (almost) anything. I can't follow that guide as I don't read (or speak) German.[shameless self promotion]There's troubleshooting advice in Using fstab A Beginner's Guide[/shameless self...
View ArticleTroubleshooting • Re: "dd" Command Won't Produce a Bootable SD card
Looks OK, more interesting would be what is inside that image and how did you make it. You can try "fdisk -l myfilename.img" to see if there is valid partition table.Statistics: Posted by fanoush —...
View ArticleBeginners • Re: Is there a Raspberry PI with display and speakers?
https://www.raspberrypi.com/products/Statistics: Posted by drgeoff — Sun Jul 14, 2024 6:10 pm
View ArticleMicroPython • Re: ViperIDE - Web-based MicroPython programming
I think I might be using Viper-IDE more in the future.That's what I call good, encouraging, feedback. Thanks. Looks like I should get myself set-up to give it a whirl.Statistics: Posted by hippy — Sun...
View ArticleTroubleshooting • Unable to Receive Heart Rate Notifications from Xiaomi Mi...
I'm trying to read the heart rate data from my Xiaomi Mi Band 8 using BlueZ's gatttool on my Raspberry Pi. The heart rate data is found in the characteristic with UUID 0x2a37, which has the property...
View ArticleGeneral discussion • Re: PI RAM amount
Hi!I like Rispberry PI. And I want it.But even PI5 version is maximum 8Gb RAM. It is very low.Is it possible create PI6 with at least 32Gb RAM? (better 64GB and even better 128GB)Maybe nice solution...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C connection on Pi 5 not working
You have not connected the device to the I2C bus.Please provide clear photos showing the connections you have made.Statistics: Posted by joan — Sun Jul 14, 2024 6:32 pm
View ArticleMicroPython • Re: 2 arguments Bur given three
The fill method needs a color value only ...pixels.fill(color)But ... "TypeError: function takes 2 positional arguments" ... and that's just one argument !?!?!?That's thrown me at times. The 'fill'...
View Article