Networking and servers • Re: How to set up a calander server on Ras Pi
I'm not too worried about choosing a phone client right now. I'll either look around or make one later.Statistics: Posted by crazygamer24151 — Sun Nov 17, 2024 6:09 pm
View ArticleTroubleshooting • Re: Movie Poster / FBI issues
Partially got it working. It shows a first picture and then I think it breaks as it loads the gui. Oddly as I turn off the pi it shows a picture again for a brief second as it turns off.Statistics:...
View ArticleMicroPython • AHTx0 sensor with Pico W
I'm having an issue with a AHT20 temp/humidity sensor and micropython.Found a similar thread: viewtopic.php?t=343128&sid=cf126e6bec0a ... 2974a1fb19, and I tried using their code, but I get an...
View ArticleMicroPython • Re: AHTx0 sensor with Pico W
Any ideas?Have you confirmed that the i2c address configuration of the sensor matches the one chosen by default by your athx0 library?Is your AHT20 sensor compatible with the AHT10 Class you are using...
View ArticleGeneral discussion • Re: RASPBERRY PI 5 ON BATTERY!!!
For comparison, a couple of weeks back, I used the Pi400 on a 10.000mAh/20W powerbank. After full use (filing & editing stuff) for 7+ hours, the powerbank was at 29%.Btw, the screen is a portable...
View ArticleGraphics, sound and multimedia • canonical solution for 5.1 sound output
For the latest Raspberry Pi OS, what is the canonical solution to enabling 5.1 output for sound over HDMI? I did a google search, but all solutions seem pretty old.Sound over HDMI works just fine on...
View ArticleSDK • Re: Advice requested with running VS Code on RPi 4
"There is no data provider registered that can provide view data"From Googling it appears that's a result of the extension not having activated. Which I presume means it loaded the 'package,json' and...
View ArticleTroubleshooting • Re: Will not see storage, this is a strange one!
Interesting, glad yours is working. My desktop tower PC's card reader can be finicky too. Unfortunately, that wasn't my issue. My PC saw the external SSD drive, but Pi imager did not. Fortunately Pi...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
Hello to anyone following this thread,I have updated my release of wf-panel-pi (kbdlayout branch) to be up-to-date with version 0.91 from Simon.One slight change in the installation process that the...
View ArticleSDK • Re: WANT_HCI_DUMP for bt_stack not working
Thank you for the quick reply, Peter. I see that you are the author of the other post.Yes, in the CMakeLists.cmake of viewtopic.php?t=378952, the project is listed as...
View ArticleAutomation, sensing and robotics • Re: Switches with serial number (or address)?
I don't think I understand this correctly.I read you description as each Pico will modify a status message from an upstream Pico before sending it downstream towards the RPi.That would end in the RPi...
View ArticleRaspberry Pi Connect • Re: unable to instal rpi-connect
Ref: Raspberry Pi Connect (Beta) - https://www.raspberrypi.com/documentati ... troductionNoteTo use Connect, your Raspberry Pi must run Raspberry Pi OS Bookworm or later.RasPiOS Bullseye based on...
View ArticleBeginners • Re: Program Autostart RPi5 OS
Appreciate you linking those!Per Thagrol, boot.pdf document "Running A Program At Start Up A Beginner's Guide" I have attempted the following:"6.1.1 Autostart Via wayfire.ini"Code:...
View ArticleGeneral • Re: Simple serial connection not working (PR2350/Pico2)
Also hello_usb needs a little delay between init and first send for Windows host, with Linux host works well.Statistics: Posted by gmx — Mon Nov 18, 2024 6:26 pm
View ArticleOther programming languages • Re: Extracting the values of 'Perfect Number' 1...
For some things Mathematica is nice, for others it is too restricted.PARI/GP is fully open source and has no restrictions.Here are the 52 Mersenne prime...
View ArticleOther projects • Speed limit alert proyect
Hi, I've just started using my Raspberry pi zero w, and I want to start a new project. I thought could do a program where It sends an alert when you pass de speed limit, in order to our safety, I have...
View ArticleRaspberry Pi OS • Re: How to remove ALL unneeded packages?
That's to minimize time for downloading the image and creating multiple SD cards for a class of pupils.Depending on who is creating them, what content you want on them, etc, there are various...
View ArticleGeneral • Pico UART - is there a pin grouping?
UART 0 and UART 1 exposes TX and RX on multiple pins. Can I, for example, use GP12 as UART_0_RX and GP1 as UART_0_TX?Or do I need to keep GP0/GP1 together for RX/TX?Statistics: Posted by darksecret —...
View ArticleRaspberry Pi OS • Re: Labwc vs. Wayfire
The thing that matters most is that apps work on the chosen desktop.Just swapped 32-bit Bullseye with 64bit Bookworm on a Pi400 (and although not precisely measurable, things look a lot snappier). To...
View ArticleRaspberry Pi OS • Re: Fail! Zero W, rpi imager v.1.8.5., bookworm lite 32
Fixed (workaround) by using ethernet cable and setting WLAN country code to GB in raspi-config. WiFi came up on reboot.Also, can be fixed if you connect HDMI and keyboard as well! The main question is...
View Article