Networking and servers • Re: "Fake" WiFi Captive Portal on Zero W?
I'm running the full version with a desktop environment (32 bit debian bookworm with raspberry pi desktop). From what I read, NetworkManager cannot create a captive portal. The only thing I need is to...
View ArticleBeginners • Problems Installing Software
Hi Group,I'm trying to install Teamviewer on my Pi5 so a friend can help me install some other software that's particularly tricky to configure. The problem is, I can't even get the supposedly...
View ArticleHATs and other add-ons • Using LoRa hat *AND* sensors?
Hi all,I have a project that needs LoRa. I'm looking at the WM1302 hat. It covers all 40 pins, though some, about 8, arent connected. The hat doesn't provide 40 pins to place another hat on top like a...
View ArticleBeginners • Re: Problems Installing Software
A ".deb" is a Debian package. Teamviewer doesn't appear to be in the RPiOS repositories. (Run "apt-cache seach teamviewer" to see what I mean. You don't get any results back.) What is probably going...
View ArticleOfficial Display • Re: 2024 or 2025 Refresh of Official Display - no news
You think it maybe released at "Maker Faire Bay Area" which is October 18-20, 2024?The monitor wasn't released there, but two of the four monitors in use at the Raspberry Pi booth were the new...
View ArticleAndroid • Re: android os for pi 5
As of now, the Raspberry Pi 5 does not have an officially supported Android OS release from the Raspberry Pi Foundation. Most Android OS versions for Raspberry Pi are developed by third-party...
View ArticleGeneral discussion • Fatal firmware error on Pi 5
Hello,The Pi was working fine a few days ago with no hardware accidents or physical damage. I attempted to flash a new OS, and the board started showing the “Fatal Firmware Error” LED pattern. I tried...
View ArticleBeginners • Re: Falling edge detecion in gpiozero DigitalInputDevice
Yes, using the when_deactivated property in the gpiozero library is a proper equivalent for detecting a falling edge on the GPIO pin, similar to how you would use GPIO.add_event_detect with the...
View ArticlePython • Re: Running of program gets stuck on tensorflow code
You should verify that the model is being loaded correctly. Sometimes, issues arise from incorrect file paths or corrupted model files. Make sure the model file exists at the specified path...
View ArticleGeneral • Re: Detecting first boot, best practices
Thank you! So I've proceeded with this:Code: uint8_t __in_flash() magic_sector[FLASH_SECTOR_SIZE] __attribute__((aligned(FLASH_SECTOR_SIZE))) = {[0 ... FLASH_SECTOR_SIZE-1] = 0xFF};Ugly, but it works....
View ArticleTroubleshooting • Re: Comparison of Periodic Processing on RPi4 and RPi5
I have included both libgpiod and lgpio libraries in the process.I understand that the control period varies because of the infinite loop. However, lgpio resulted in more variation.Why is there such a...
View ArticleTroubleshooting • Opening GUI over SSH in Wayland/labwc
Hi all,I was doing some work with a Pi4B/Touchscreen with an older image, was able to use ```DISPLAY=:0``` before running a GUI script to have it displayed on the pi/touchscreen. I've updated the...
View ArticleGeneral discussion • Re: Pi 5 power issue on boot up
I seen online someone said that raspberry pi doesn't actually do the warranty. So how do I file it with micro center just call them and tell them the issue and go from there I guess?Statistics: Posted...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
It looks like the pre-soldered header version of the Raspberry Pi Zero 2 W has been quietly released. While I have always appreciated the flexibility of soldering just the GPIO buses I need for a...
View ArticleBeginners • RPi Paint App
Can anyone recommend a simple paint app for my Pi? Something along the line of MS-Paint, that can crop and annotate screenshots?I just spent a few hours trying to install Kolourpaint and got nothing...
View ArticleAdvanced users • Re: Archiving data to Blu-Ray, DVD and CD
I understand where you are both coming from. I had wondered about the viability of using optical storage, purely from a practical point of view (having to keep swapping discs, for one thing!), and the...
View ArticleMicroPython • Re: I want to use ky-013 for raspberry pi pico.
I wrote a module to help with this: curiously, there wasn't a generic module for MicroPython to work with NTC thermistors.It needs a bunch of testing on other platforms and with something other than a...
View ArticleBeginners • Re: Safe Shutdown in power outage via UPS
When you mention UPS scenarios, I would fall into the 1st option but even then, I really just want my Pis to be able to safely shutdown. I don't need them running since my network would also go down...
View ArticleTroubleshooting • Re: Pi 4B not returning the correct vcgencmd results
OK, it loaded, now what should be in their for the first line?Statistics: Posted by teddy7 — Wed Oct 30, 2024 1:50 am
View ArticleGeneral discussion • Pi 4 USB 3 to a flat cable under the board
Question asked some time ago about soldering a new USB 3 connection. I do not need a new one, just a moved one. One reply contained the following.you can move an existing USB port to a new USB...
View Article