MicroPython • Re: pico-to-pico via intenral router: accept () issue
FYI, my problems have been resolved. I bought a $30 Tlink router and did not hook it up to the Internet -- just using it as a local network. Then all my server/client apps worked! So my main problem...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Smartphones have sort of replaced the PC as a daily driver, but they are not Desktop replacements.Typing this on a mech keyboard to my Pi5 is not the same as using this forum on a Smartphone.I have...
View ArticleBeginners • Module Error
I've been trying to test out manipulating my Raspberry Pi Camera Module 3 through Thonny but I've been getting the "ModuleNotFoundError: No module named 'picamera' " and I'm not quite sure why. It's...
View ArticleAdvanced users • Re: Image File Utilities
Thank you for your input. But it does not seem to be working.On the SD card the ~100 GB is the music directory. Somehow the script wants to create an image of 103...
View ArticleMedia centres • Re: Peppy player
What about the idea of adding a boomark function to the button that has the info function? This will not rely on the clicking function. If the station has not been bookmarked, clicking that will add...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Imager doesn't set up LVM?
...But even more importantly, of my 4TB drive, only 2TB was actually configured......This is due to the use of an MBR partition table in the source image: MBR partition tables cannot be larger than...
View ArticleBeginners • Re: Stuck in TTY - Please Help
Usually it's Ctrl-Alt-F7 or possibly Ctrl-Alt-F5Statistics: Posted by rpdom — Sat Apr 20, 2024 11:43 pm
View ArticleTroubleshooting • Can't download packages
This Raspnewbie needs help. I'm trying to set up a new Raspberry Pi Zero. When I boot up, i see this messge at the top of the desktop: "Updates are available - click to install." I click "Install...
View ArticleTroubleshooting • Re: led not turning on
Thanks a lot! pinctrl worked. Now im trying to understand how to use c programming with the GPIO for a simple blink project. The pinctrl is to be use in c as well? or do i need a suitable library for...
View ArticleGeneral discussion • Re: Getting Ubuntu Server to configure, I think
I beat you. I started with punch cards then moved to terminal based mini computers. That was years before PC's Any, as to your issues So i write the Ubuntu Server image onto the USB stick, but when I...
View ArticleTroubleshooting • Ssh problem
HiI have a problem that I have seen is common.I installed the latest OS on my raspberry 3. The OS was inserted into the sd card with the "imager". In this, I activated, among other settings,...
View ArticleTroubleshooting • Re: Overcurrent on Raspberry Pi 5
Okay, you have a 3A power supply which limits USB current to 600mA. Best solution is to get a RPi PSU for Pi5, which is capable of 5A and will negotiate a higher USB current limit.n Alternatively you...
View ArticleSDK • Re: How to disable all interrupts and freezes on core1?
Can you share the code for the core 1 loop?I thought a lot about PIO machines but I didn't think it would be quite fast enough, and tricky with the bit shifting required. Here is the code with...
View ArticleGeneral • Re: Execute from SRAM
So the first way I tried is just calling the entry function just like any other c function: "ThirdStageMainFunc();". Maybe "jump" was the wrong term, but rather just a standard subroutine call. And...
View ArticleAutomation, sensing and robotics • Re: Run Function When Battery is Low
I think it would be best if I reach out to Waveshare for assistance with this. It's probably a safer option, as I wouldn't want to accidentally cause any damage. Thanks for the help!Statistics: Posted...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Maybe i misunderstand the term "daily driver".That's the fundamental problem; what the heck does anyone mean by "daily driver" ? If we don't know what that means, then any claim that a Pi can be used...
View ArticleGraphics, sound and multimedia • Re: Raspberry pi 5 camera green/pink
Are you using Raspberry Pi OS 64-bit with desktop (not RTOS) or something else?Statistics: Posted by neilgl — Sun Apr 21, 2024 10:57 pm
View ArticleOff topic discussion • Re: 4mm DAT drive on a Pi
Some are HP, some are Digital (TLZ06 and TLZ07). Since I worked for DEC at the time, guessing that they were written on a DEC TLZ-something drive.The 3 mail tapes are labeled as tar format. The...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
I know this nice tool and helped to get it working again on Bookworm So, this thread was more of a comment than a question?Statistics: Posted by scruss — Sun Apr 21, 2024 11:01 pm
View ArticleHATs and other add-ons • Re: GPIO hat breakout pins?
Thanks for the links! For the record I have tried 2 separate power supplies one for the pi and the other for just the touchscreen.. still got voltage warnings... I have tried so many different things...
View Article