Compute Module • Re: Dead CM4, possible cause of death?
Oh, the big tree tech manta M8P and then just a generic carrier board of AliExpress that I brought for testing the pi.Statistics: Posted by TigsterUK — Sun Nov 10, 2024 8:02 am
View ArticleTroubleshooting • Re: Failing SSD-Boot
Hello,I tried everything from changing SSDs to different OSes, after buying an USB to SATA adapter with an external power supply it finally works.It seems that the issue is that the Raspberry Pi has...
View ArticleRaspberry Pi OS • Re: Stuck at update-initramfs: Generating...
I did further tests, and after also switching to a more powerful Micro-USB power supply, this time all went thru after ages So are all my previous statements pure imagination? maybe... maybe not......
View ArticleAI Camera - IMX500 • Hello world for Raspberry Pi AI camera
Hello,I am not an AI oriented guy, but I am interested in the AI camera because it is a visual processing unit with built-in convolution and matrix operations. I am also not a Python developer, but it...
View ArticleBeginners • Re: How to install locales with a script
Thanks, @jojopi.Here is my particular use case: I have a script that incorporates all the necessary steps to set up a digital picture frame.It includes geolocation, meaning users can see where they...
View ArticleGeneral • Re: Trace FIFO and TPIU with ITM
Only one bit must be set, bit0 = 1 bit wide, bit1 = 2 bit wide ... bit 31 = 32 bit wide.Ahh. You are right, I was too blind to see it. This Thanks!Now I also get data that looks promising. I will see...
View ArticleOther RP2040 boards • Re: PICO 2 RP2350 clone
If you want Pico 2, just buy from official resellers - no compliance will have been done on these third party devices, and the warranty will be non-existent.Statistics: Posted by jamesh — Mon Nov 11,...
View ArticleRaspberry Pi Connect • Re: Having trouble with Raspberry Pi Connect Lite
Are you using the Raspberry Pi Connect CLI as a regular user or were you running your rpi-connect commands as another user (e.g. root) via sudo?In order to work, rpi-connect needs to connect to the...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect not working
Please also see common troubleshooting tips on how to share logs from rpi-connect to help us diagnose your issue.Statistics: Posted by paulmu — Mon Nov 11, 2024 9:08 am
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Bookworm
You sait that the way USB serial chips are treated has changed in Linux at some point in time. Where can I find some more info about this? ?This might give me some ideas. I've looked into serial port...
View ArticleBeginners • Re: Running a program at startup
Ah, the .config/autostart/foo.desktop method works, thanks!Perhaps someone should correct the sticky post, first post on this section of the forum, because it is completely...
View ArticleAdvanced users • Re: Pi becoming unresponsive for a period of time
Thanks all.I've bought a new SD card as the one I was running was old. The new one hasn't arrived yet.I initially thought it was maybe the power supply (it was running off my router USB, so changed it...
View ArticleAI Camera - IMX500 • Re: Deploy TFLite model
Unfortunately the TFLite framework has some limitations - particularly with the type of quantization modes available. The MCT is more capable, so we would recommend using a framework (e.g. TF or Keras...
View ArticleAutomation, sensing and robotics • Re: Relays for ethernet connections
Use 'ifconfig' or 'ip link' on the Pi to set the connection up or down. Your target system probably won't be able to tell the difference between that and an unplugged cable.Ethernet uses...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing Sony IMX900
Well you might not be so complimentary when you encounter the almost complete lack of documentation for the CSI Host and CSIDMA blocks... I expect you will need some derivative of the RP1 CFE driver...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: AD7606 SPI 6.1 Probe Failed With...
The SPI protocol doesn't provide any confirmation that there is a device at other end - you need to look at the returned data to see if it makes sense. Enabling kernel tracing for SPI traffic may...
View ArticleGeneral discussion • Re: MQTT explorer (or alternative) for Raspberry Pi OS?
Hi,May I suggest you this tool I'm using at work: https://github.com/ChxGuillaume/MQ3TThis tool is developed by a colleague so feel free to give some feedback Statistics: Posted by laurent — Tue Nov...
View ArticleMicroPython • Re: Traffic_Lights.py example error
Thanks for the answers!If I understand correctly, only variables whose values I want to change for other threads within a thread need to be set global.What alternatives are there to...
View ArticleCompute Module • Re: CM4 CAM0 I2C Pins
(I don't like your naming convention - both your "I2C0" and "I2C1" would normally use the hardware interface I2C0, just on different GPIOs. Also, although hardware interface I2C1 can be mapped to...
View ArticleAI Camera - IMX500 • Re: Raspberry pi AI camera: Support needed for...
Would you be able to share the rpk model file with us please? We can then look at debugging this internally. Thanks!Statistics: Posted by naushir — Tue Nov 12, 2024 9:45 am
View Article