Python • Re: Running PyAudio Script On Startup Issue
If by headless you mean without GPIO pins, then my Pi is NOT headless. It has GPIO pins and a HAT beneath it.No. By headless I mean without monitor (and keyboard, and mouse).No, my pi isn't headless....
View ArticleAdvanced users • Re: Pi 5 - dwc2 not working
I did not see a pi5 section in config.txt, for OS I installed via the Raspberry Pi Imager. And no mention of it in the various discussions Google found about a pi5 config section and gadget etc.Hardly...
View ArticleCamera board • Re: feedback requested on dual GS camera design
Thanks for the explanation, you might be interested in rolling shutter camera single frame golf ball speed measurement:viewtopic.php?t=345368&hilit=hermannsw+ ... 5#p2079386In most high speed...
View ArticleGeneral • Is SPI Slave (on Pico2) still fubar'ed?
Just got some Pico2's and have been testing out the SPI Master/Slave examples. It appears that the CS# line still has to transition from a logic low to high after every 8 bits sent from the SPI Master...
View ArticleGeneral discussion • Re: Pi 4 reboots over night
What are you running on it and is there a power (glitch) off/on every night?Statistics: Posted by neilgl — Tue Aug 20, 2024 7:28 pm
View ArticleBeginners • Re: How do you handle your IoT services? Does the Raspberry Pi...
Look for something like https://www.shelly.com/de/products/shop#unfilteredThey sell small devices like Shelly 1PM Gen3. Almost all of these devices support MQTT out of the box, WIFI access. And there...
View ArticleGeneral discussion • Re: forum background appearance
See this thread for options on a dark mode for the forum.viewtopic.php?t=361566That is really cool — I had to close all chromium-bowser windows, but then Code: chromium-browser...
View ArticleTroubleshooting • Re: SD card boots on one Pi, but not another
As thagrol said, it'll be the firmware revision on your OS. You need to update it Updating Firmware using the second set of instructions for Updating just the Firmware.Statistics: Posted by rpdom —...
View ArticleGeneral discussion • Re: What brand of video camera with SDK supporting C/C++...
The pi camera modules can be used on a pi5 (I have one on a Pi5 and on a Pi4 and on Pi3 )Other cameras are supported - see https://www.raspberrypi.com/documentati ... picam-apps"Third-party sensors:...
View ArticleGeneral • RISC-V start of executable, interrupt vectors
Am I correct that one has to use the the 1BS_ENTRY_POINT Meta Block in the image to determine where execution should start and how the stack is initialised ?It seems that Interrupt Vector Tables are...
View ArticleTroubleshooting • Re: pi5 stopped seeing nvme
Thanks for the ideas, but Yes i have checked the cable. Have tried all possible ways to connect it. I have power but that's it. Waveshare support is pointless. They keep asking me to send them video...
View ArticleC/C++ • Re: Boost provides free peer-reviewed portable C++ source libraries.
Since 4 weeks I work more deeply with Boost, because I want to submit new "planar_vertex_six_coloring()" algorithm:https://github.com/Hermann-SW/graph/tre ... -statementCode is complete, cleaned up,...
View ArticleTroubleshooting • Re: Issue with getting buzzer to function with EG500
You may need support from the device manufacturer.What exactly does DO do? From a quick look at that document it looks like it might be some kind of opto relay or low-side switch rather than a voltage...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
And please do not tell me to buy the official power supply because it is "very cheap". We have been over this before.Liz Upton reported running a MacBook from the official Pi5 PSU. Cost comparison...
View ArticleAdvanced users • Re: High/Low Peripheral change after boot in EL3
The BMC2711 datasheat mentions that if the system runns in 32-Bit Mode the periferals are automaticaly changed to low periferal mode.This Means that a 64 Bit OS can actually be hidden there.But this...
View ArticleCamera board • Re: Rebuilding rpicam-apps
I have rebuilt my Pi5 and and I can now build the out of box rpicam-apps and my version (rpi2cam-vid). The issue I have is I must have something wrong in my version of the meson build files.Both the...
View ArticleGeneral • Re: Emulating an iPad compatible Game Pad with RPi pico?
When I want to interface my electronic projects with an iPhone/iPad, I use Bluetooth Low Energy (BLE). In theory this could be done with a Pico W. I have only done it with Nordic nRF51/52 parts though...
View ArticleBeginners • What is the dangerous temperature for RPi5?
Hi All,can anyone tell me what is the dangerous temperature for RPi5 that could damage the soc? Also I would like to know on what temperature RPi5 goes into throttling mode.I am setting up e-mail...
View ArticleBeginners • Re: Is it still worth using an original Raspberry Pi Model B?
My mum bought me the original Raspberry Pi Model B back when it was released in 2012. She also got me the original edition of the Raspberry Pi User Guide. I was 15 at the time and the book, full of...
View ArticleMicroPython • Re: Pico & Micropython - .value(x) doesn't seem to work
I wouldn't run it directly from the GPIO pin: the current will be too highStatistics: Posted by scruss — Wed Aug 21, 2024 7:31 pm
View Article