Troubleshooting • Re: Can Open Browser from Terminal but Not from Systemd...
Thank you for the pointers - will do some reading and work on those lines. Already have your guide in hand thank you - it is what got me started!Agree re the delay, it was more to give the comms with...
View ArticleOther projects • Re: Goal: 20mhz PWM signal at 8-bit resolution. Possible?
First of all, this is not for an LED, but a laser diode. 6.5V, 130mA current (power output is 50mW).Secondly, I need the laser to modulate between 256 levels of brightness, 10–20 million times per...
View ArticleMicroPython • 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 ArticleBeginners • Re: Trying to get RPi4 to boot from USB Nvme M.2 SSD, Lot's of...
Issuing the commands "sudo apt update" followed by "sudo apt full-upgrade" will use the Internet to download and install all the latest updates for Bookworm. So, you must have Internet access for the...
View ArticleBeginners • Re: Are these limitations of the Pi Zero?
But really the best solution is a pencil and paper to jot it down.If you’re going to be reasonable about this, I can’t work with youYou think that's reasonable? Do you? What about taking a photo of...
View ArticleTroubleshooting • Re: Overcurrent on Raspberry Pi 5
You could give us a few more details to work with:What power supply are you using?What storage device for the OS (SDCard or USB, etc)?What other USB peripherals are attached?What screen display (if...
View ArticleC/C++ • Access imx219 camera in RPI5 C++
Hi team,On internaet i am getting too many tutorials to access camera in python but my project is going on cpp , how do i get live frame of camera in cpp in rpi5 so that i can further process that...
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 ArticleBeginners • Re: Stuck in TTY - Please Help
Hmm, none of those seemed to work.When i type exit it just returns me back to top of tty terminal and says user login:Pressing CTRL ALT F7 doesn't seem to do anything. If I push CTRL ALT F1, F2, F3,...
View ArticleTroubleshooting • IP address took too long to respond
I have a Zum Radio Elite 3.5 hotspot. When it is connected to my home Internet via an Ethernet cable, I can enter its IP address in my browser and pull up the Pi-Star homepage. When the hotspot is...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Imager doesn't set up LVM?
So I have a 4TB NVME SSD in my Pi5 + NVME Base setup. It's great and wicked fast except...When i imaged the drive there were no volume options, except for one teensy weensy problem...Everything is in...
View ArticleTroubleshooting • Re: Troubleshooting Raspberry Pi Zero: Configuring Multiple...
I only see one address, but it's in parallel and if I got i2c right, I should have two addresses here, right?No. The address is a property of the slave device. Unless the device supports a selectable...
View ArticleC/C++ • Re: Stackoverflow didn't like this so it's going here >:|
Maybe the elite of Stack Overflow were dismissive of your poor Google skillz:https://m.youtube.com/watch?v=i3NrNWg5TdcStatistics: Posted by ame — Sun Apr 21, 2024 2:10 am
View ArticleGeneral discussion • Re: Pi 4 B safe overclocking limit
you want a mini hdmi to hdmi,We're not talking zeros here @OP you'll want a micro HDMI to HDMI cable.Statistics: Posted by wildfire — Sun Apr 21, 2024 2:36 am
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 ArticleGeneral • Re: Execute from SRAM
Any ideas why the C function call method wasn't working?paste the complete and original code and i could look over it and see what was wrongStatistics: Posted by cleverca22 — Sun Apr 21, 2024 11:14 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