General discussion • Re: Bought a 2nd hand Pi 4. It has a strange click sound...
That sound is not normal. hard to tell if it's coming from the Pi or something from the case.I would advise to take the Pi out of the case and run the Pi without the case to see where the sound is...
View ArticleOther programming languages • Re: JavaScript graph library, for embedding and...
It took a while, and work is not completely done yet.Newest version does at least for the problematic edge work with latest commit.So for edge 2 this command ...Code: ./rjs...
View ArticleAdvanced users • Re: Throttling mechanism on Pi OS question.
The thermal and under-voltage throttling is implemented in the firmware in the boards SPI flash. It's independent of the OS.Different operating systems may have different CPU performance governors...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Is there any repair option for a failed Raspberry Pi other than a complete replacement?Not really, except to replace generic and non-proprietary components.But I don't see Pi competitors or NUC...
View ArticleAI Accelerator • Re: Coral Accelerator
ModuleNotFoundError occurs when a library is missing. Please check if you have installed all the libraries (pycoral.adapters and other libraries that you are using) properly. Something is missing I am...
View ArticlePython • Re: Is Python on a Pi4 fast enough to generate a monochrome video...
VGA is colour though. Do you know if it can be configured to output any of the older monochrome signals? VGA is also analog, I need TTL (digital0.I'm sure it could be modified for older timing, being...
View ArticleGeneral discussion • Re: Power Supply for RPI 3
A Raspberry Pi 3 Computer connected to the screen with a screen that is USB powered, I would recommend purchasing a 5V3A power supply.If you have a power supply with a built in power switch, I...
View ArticleBeginners • Re: @thagrol? Non GPIO 3 start up shutdown pi zero 2w?
I'm not at all sure I follow that circuit. But if I do...It's overill. The simple four wire DP/two switch method works.3.3v is shorted to GPIO27 throguh aprox 900 ohmWon't Q1's base also be pulled low...
View ArticleTroubleshooting • Re: Bricked Pi5 after udpate & upgrade
Probably not 'bricked.'At least, not in my understanding of that slang, which I take to mean something like: "hardware that is rendered non-functional in such a way that recovery via software can not...
View ArticleNetworking and servers • Re: WiFi over ~30m any suitable antenna options?
Couple of other options: Powerline Ethernet Adapter -- One side you plug in the Master to an outlet and take a RJ45 connection and plug it into your Router, somewhere else outside that has power,...
View ArticleTroubleshooting • Re: Eth0 Shows Device Interrupt 106
Just never remember seeing it before and then after an update, it just showed up. 100% could just be super paranoid.Statistics: Posted by fastwrex — Tue Sep 10, 2024 9:46 pm
View ArticleTroubleshooting • Raspberry PI 5 won't boot
* https://www.adafruit.com/product/5814 - This is the power supply I'm using* https://www.adafruit.com/product/4302 - This is the micro HDMI to HDMI cable I am usingPI doesn't boot when I turn it on...
View ArticleBeginners • Re: Possible with a Pico? Act as a gate to another board.
Relays - could be too slow reacting, use transistors instead.I'd suggest SSRs (solid state relays); these have <1ms switching time, and provide electrical isolation. Drive them like an optocoupler....
View ArticleGeneral • Re: Uploading to Pico took out Bookworm desktop
I think that is the SD card on the Raspberry Pi SBC not the Pico, I think? I am not thinking the dmesg shows the Pico as a storage at this stage. Hippy will clarify.Statistics: Posted by breaker — Tue...
View ArticleGeneral discussion • Re: RPi OTG USB 3.0
When could we expect to have a low powered Pi with OTG over USB 3.0 standards? Can I request this on a Pi Zero future release? The closest thing we’ve got is the Pi Zero which uses 2.0. Started a...
View ArticleOther projects • Re: Model Rocket MPU6050 vs ADXL345/375
This remember me the catapult project on the Pi Version 1. I did in 2015 .https://github.com/danjperron/GCrashStatistics: Posted by danjperron — Tue Sep 10, 2024 10:27 pm
View ArticleGeneral • Re: RP2350 E9 bug - also for other GPIOs, e.g. SPI?
...Also, I think the author is wrong regarding SD-MMC...I think it is, or was, true: A pull-up on the DO cannot be omited, or some cards will fail initialization process. I don't know whether they...
View ArticleGeneral • Re: Trying to understand printf on FreeRTOS SMP on Pico
USB is protected by a mutex. The kernel uses a notification feature which monitors every mutex. The kernel does not understand that this is an ISR. The kernel itself locks up. It uses two mutex locks...
View ArticleAutomation, sensing and robotics • Re: Rotary encoder issues
Thanks. Just looked over the Pico and decided to go with the Pico H with no wifi. Now to get it ordered and figure out how do set everything up. Communicating between the RPi 4 and the Pico will be an...
View ArticleGeneral • Re: Continues SPI transfer
...The FT232H is the master in this case, my rp2040 is the slave. I have measured the clock with my Saleae logic pro 16 and it is roughly 30MHz....Oh, in that case, I think you're already running out...
View Article